rocket_cms 0.19.8 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +36 -36
- data/README.md +5 -1
- data/app/views/shared/_obj.html.haml +2 -0
- data/lib/generators/rocket_cms/templates/deploy.erb +0 -5
- data/lib/rocket_cms/version.rb +1 -1
- data/template.rb +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c3870420f1f87abb84da6278b7585b65bb9479b
|
4
|
+
data.tar.gz: a64390301067ea81a9920ea2d598d8b9d8fa2ec4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6fc37b6584683ef4521c2391309418452df46aba414092f94345da7672707e5c98dd89c1fc162ebdee0e42882a3cc8514821dacc5dea50a98b70bea7bc64a0d
|
7
|
+
data.tar.gz: 1c8d4aa4962df55bfc596910d4a490612d4ba5184177cc4a004b13dcb4a9e53e6d46cf2e073564e57aa3cc20155cc9afd509dfb20792121ad88790ccf3f035bc
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rocket_cms (0.
|
4
|
+
rocket_cms (0.20.0)
|
5
5
|
addressable
|
6
6
|
coffee-rails
|
7
7
|
jquery-rails
|
@@ -15,39 +15,39 @@ PATH
|
|
15
15
|
GEM
|
16
16
|
remote: https://rubygems.org/
|
17
17
|
specs:
|
18
|
-
actioncable (5.1.
|
19
|
-
actionpack (= 5.1.
|
18
|
+
actioncable (5.1.3)
|
19
|
+
actionpack (= 5.1.3)
|
20
20
|
nio4r (~> 2.0)
|
21
21
|
websocket-driver (~> 0.6.1)
|
22
|
-
actionmailer (5.1.
|
23
|
-
actionpack (= 5.1.
|
24
|
-
actionview (= 5.1.
|
25
|
-
activejob (= 5.1.
|
22
|
+
actionmailer (5.1.3)
|
23
|
+
actionpack (= 5.1.3)
|
24
|
+
actionview (= 5.1.3)
|
25
|
+
activejob (= 5.1.3)
|
26
26
|
mail (~> 2.5, >= 2.5.4)
|
27
27
|
rails-dom-testing (~> 2.0)
|
28
|
-
actionpack (5.1.
|
29
|
-
actionview (= 5.1.
|
30
|
-
activesupport (= 5.1.
|
28
|
+
actionpack (5.1.3)
|
29
|
+
actionview (= 5.1.3)
|
30
|
+
activesupport (= 5.1.3)
|
31
31
|
rack (~> 2.0)
|
32
32
|
rack-test (~> 0.6.3)
|
33
33
|
rails-dom-testing (~> 2.0)
|
34
34
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
35
|
-
actionview (5.1.
|
36
|
-
activesupport (= 5.1.
|
35
|
+
actionview (5.1.3)
|
36
|
+
activesupport (= 5.1.3)
|
37
37
|
builder (~> 3.1)
|
38
38
|
erubi (~> 1.4)
|
39
39
|
rails-dom-testing (~> 2.0)
|
40
40
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
41
|
-
activejob (5.1.
|
42
|
-
activesupport (= 5.1.
|
41
|
+
activejob (5.1.3)
|
42
|
+
activesupport (= 5.1.3)
|
43
43
|
globalid (>= 0.3.6)
|
44
|
-
activemodel (5.1.
|
45
|
-
activesupport (= 5.1.
|
46
|
-
activerecord (5.1.
|
47
|
-
activemodel (= 5.1.
|
48
|
-
activesupport (= 5.1.
|
44
|
+
activemodel (5.1.3)
|
45
|
+
activesupport (= 5.1.3)
|
46
|
+
activerecord (5.1.3)
|
47
|
+
activemodel (= 5.1.3)
|
48
|
+
activesupport (= 5.1.3)
|
49
49
|
arel (~> 8.0)
|
50
|
-
activesupport (5.1.
|
50
|
+
activesupport (5.1.3)
|
51
51
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
52
52
|
i18n (~> 0.7)
|
53
53
|
minitest (~> 5.1)
|
@@ -95,7 +95,7 @@ GEM
|
|
95
95
|
mime-types-data (~> 3.2015)
|
96
96
|
mime-types-data (3.2016.0521)
|
97
97
|
mini_portile2 (2.2.0)
|
98
|
-
minitest (5.10.
|
98
|
+
minitest (5.10.3)
|
99
99
|
nio4r (2.1.0)
|
100
100
|
nokogiri (1.8.0)
|
101
101
|
mini_portile2 (~> 2.2.0)
|
@@ -103,26 +103,26 @@ GEM
|
|
103
103
|
rack (2.0.3)
|
104
104
|
rack-test (0.6.3)
|
105
105
|
rack (>= 1.0)
|
106
|
-
rails (5.1.
|
107
|
-
actioncable (= 5.1.
|
108
|
-
actionmailer (= 5.1.
|
109
|
-
actionpack (= 5.1.
|
110
|
-
actionview (= 5.1.
|
111
|
-
activejob (= 5.1.
|
112
|
-
activemodel (= 5.1.
|
113
|
-
activerecord (= 5.1.
|
114
|
-
activesupport (= 5.1.
|
115
|
-
bundler (>= 1.3.0
|
116
|
-
railties (= 5.1.
|
106
|
+
rails (5.1.3)
|
107
|
+
actioncable (= 5.1.3)
|
108
|
+
actionmailer (= 5.1.3)
|
109
|
+
actionpack (= 5.1.3)
|
110
|
+
actionview (= 5.1.3)
|
111
|
+
activejob (= 5.1.3)
|
112
|
+
activemodel (= 5.1.3)
|
113
|
+
activerecord (= 5.1.3)
|
114
|
+
activesupport (= 5.1.3)
|
115
|
+
bundler (>= 1.3.0)
|
116
|
+
railties (= 5.1.3)
|
117
117
|
sprockets-rails (>= 2.0.0)
|
118
118
|
rails-dom-testing (2.0.3)
|
119
119
|
activesupport (>= 4.2.0)
|
120
120
|
nokogiri (>= 1.6)
|
121
121
|
rails-html-sanitizer (1.0.3)
|
122
122
|
loofah (~> 2.0)
|
123
|
-
railties (5.1.
|
124
|
-
actionpack (= 5.1.
|
125
|
-
activesupport (= 5.1.
|
123
|
+
railties (5.1.3)
|
124
|
+
actionpack (= 5.1.3)
|
125
|
+
activesupport (= 5.1.3)
|
126
126
|
method_source
|
127
127
|
rake (>= 0.8.7)
|
128
128
|
thor (>= 0.18.1, < 2.0)
|
@@ -157,4 +157,4 @@ DEPENDENCIES
|
|
157
157
|
rocket_cms!
|
158
158
|
|
159
159
|
BUNDLED WITH
|
160
|
-
1.15.
|
160
|
+
1.15.3
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# RocketCMS
|
2
2
|
|
3
|
+
## RocketScience's Ruby On Rails app template / starter kit
|
4
|
+
|
3
5
|
What's in the box when you generate a new app:
|
4
6
|
|
5
7
|
- Rails 5.1
|
@@ -12,6 +14,8 @@ What's in the box when you generate a new app:
|
|
12
14
|
- Puma in production and in development
|
13
15
|
- Basic windows support (development env only)
|
14
16
|
- Basic CMS models and controllers (Pages + SEO, News, Contact form with mailer, menu)
|
17
|
+
- Basic SEO optimization functionality, including editing meta and OG tags
|
18
|
+
- Optimized admin interface, including editing pages and menu
|
15
19
|
- Menu via SimpleNavigation
|
16
20
|
- Ckeditor with image upload support
|
17
21
|
- L10n and i18n support
|
@@ -51,7 +55,7 @@ For activerecord, generate migrations and run them
|
|
51
55
|
|
52
56
|
### Generating a new app
|
53
57
|
|
54
|
-
Make sure you have rails
|
58
|
+
Make sure you have rails 5.1 installed
|
55
59
|
|
56
60
|
rails -v
|
57
61
|
|
@@ -5,6 +5,8 @@
|
|
5
5
|
- if !obj.respond_to?(:content) || obj.content.blank?
|
6
6
|
- unless @seo_page.nil?
|
7
7
|
= raw @seo_page.page_content
|
8
|
+
- if (@seo_page.id == obj.id && @seo_page.class.name == obj.class.name)
|
9
|
+
= render 'shared/admin_link', obj: @seo_page
|
8
10
|
- else
|
9
11
|
= raw obj.content
|
10
12
|
= render 'shared/admin_link', obj: obj
|
@@ -6,11 +6,6 @@ set :branch, ENV["REVISION"] || "master"
|
|
6
6
|
|
7
7
|
set :deploy_to, "<%= deploy_to %>"
|
8
8
|
|
9
|
-
# require 'hipchat/capistrano'
|
10
|
-
# set :hipchat_token, ""
|
11
|
-
# set :hipchat_room_name, "<%= app_name %>"
|
12
|
-
# set :hipchat_announce, false
|
13
|
-
|
14
9
|
#set :rvm_type, :user
|
15
10
|
#set :rvm_ruby_version, "2.4.1@#{fetch :application}"
|
16
11
|
set :use_sudo, false
|
data/lib/rocket_cms/version.rb
CHANGED
data/template.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rocket_cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- glebtv
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|