rocket_cms 0.11.2 → 0.11.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/Gemfile.lock +35 -35
- data/README.md +15 -5
- data/lib/rocket_cms/version.rb +1 -1
- 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: 8a6614809af00ebab8e2d4ab19d90c65358e5c28
|
4
|
+
data.tar.gz: ffd9701ac8b7ce5cabba23a8cc75d9d0d0211355
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a23edde46e6fb129d4001378d9f60a8358954f64bef0b015a556f83ee62d7cbf5e19c51699cf35a0335e1e87f120aed085f782141712c3b4e136ee1654edcb9
|
7
|
+
data.tar.gz: ce25611cc45b4fdba0f421d6d2548376c6a319863d9653c183aafb3dd2b6e6d468a5d407101e1136c82afe21804d9e1e015fa47929d74595de1118f8188fe10d
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rocket_cms (0.11.
|
4
|
+
rocket_cms (0.11.3)
|
5
5
|
addressable
|
6
6
|
coffee-rails
|
7
7
|
devise
|
@@ -25,36 +25,36 @@ PATH
|
|
25
25
|
GEM
|
26
26
|
remote: https://rubygems.org/
|
27
27
|
specs:
|
28
|
-
actionmailer (4.2.
|
29
|
-
actionpack (= 4.2.
|
30
|
-
actionview (= 4.2.
|
31
|
-
activejob (= 4.2.
|
28
|
+
actionmailer (4.2.6)
|
29
|
+
actionpack (= 4.2.6)
|
30
|
+
actionview (= 4.2.6)
|
31
|
+
activejob (= 4.2.6)
|
32
32
|
mail (~> 2.5, >= 2.5.4)
|
33
33
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
34
|
-
actionpack (4.2.
|
35
|
-
actionview (= 4.2.
|
36
|
-
activesupport (= 4.2.
|
34
|
+
actionpack (4.2.6)
|
35
|
+
actionview (= 4.2.6)
|
36
|
+
activesupport (= 4.2.6)
|
37
37
|
rack (~> 1.6)
|
38
38
|
rack-test (~> 0.6.2)
|
39
39
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
40
40
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
41
|
-
actionview (4.2.
|
42
|
-
activesupport (= 4.2.
|
41
|
+
actionview (4.2.6)
|
42
|
+
activesupport (= 4.2.6)
|
43
43
|
builder (~> 3.1)
|
44
44
|
erubis (~> 2.7.0)
|
45
45
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
46
46
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
47
|
-
activejob (4.2.
|
48
|
-
activesupport (= 4.2.
|
47
|
+
activejob (4.2.6)
|
48
|
+
activesupport (= 4.2.6)
|
49
49
|
globalid (>= 0.3.0)
|
50
|
-
activemodel (4.2.
|
51
|
-
activesupport (= 4.2.
|
50
|
+
activemodel (4.2.6)
|
51
|
+
activesupport (= 4.2.6)
|
52
52
|
builder (~> 3.1)
|
53
|
-
activerecord (4.2.
|
54
|
-
activemodel (= 4.2.
|
55
|
-
activesupport (= 4.2.
|
53
|
+
activerecord (4.2.6)
|
54
|
+
activemodel (= 4.2.6)
|
55
|
+
activesupport (= 4.2.6)
|
56
56
|
arel (~> 6.0)
|
57
|
-
activesupport (4.2.
|
57
|
+
activesupport (4.2.6)
|
58
58
|
i18n (~> 0.7)
|
59
59
|
json (~> 1.7, >= 1.7.7)
|
60
60
|
minitest (~> 5.1)
|
@@ -62,7 +62,7 @@ GEM
|
|
62
62
|
tzinfo (~> 1.1)
|
63
63
|
addressable (2.4.0)
|
64
64
|
arel (6.0.3)
|
65
|
-
bcrypt (3.1.
|
65
|
+
bcrypt (3.1.11)
|
66
66
|
builder (3.2.2)
|
67
67
|
coffee-rails (4.1.1)
|
68
68
|
coffee-script (>= 2.2.0)
|
@@ -71,7 +71,7 @@ GEM
|
|
71
71
|
coffee-script-source
|
72
72
|
execjs
|
73
73
|
coffee-script-source (1.10.0)
|
74
|
-
concurrent-ruby (1.0.
|
74
|
+
concurrent-ruby (1.0.1)
|
75
75
|
devise (3.5.6)
|
76
76
|
bcrypt (~> 3.0)
|
77
77
|
orm_adapter (~> 0.1)
|
@@ -117,16 +117,16 @@ GEM
|
|
117
117
|
rack (~> 1.1)
|
118
118
|
rack-test (0.6.3)
|
119
119
|
rack (>= 1.0)
|
120
|
-
rails (4.2.
|
121
|
-
actionmailer (= 4.2.
|
122
|
-
actionpack (= 4.2.
|
123
|
-
actionview (= 4.2.
|
124
|
-
activejob (= 4.2.
|
125
|
-
activemodel (= 4.2.
|
126
|
-
activerecord (= 4.2.
|
127
|
-
activesupport (= 4.2.
|
120
|
+
rails (4.2.6)
|
121
|
+
actionmailer (= 4.2.6)
|
122
|
+
actionpack (= 4.2.6)
|
123
|
+
actionview (= 4.2.6)
|
124
|
+
activejob (= 4.2.6)
|
125
|
+
activemodel (= 4.2.6)
|
126
|
+
activerecord (= 4.2.6)
|
127
|
+
activesupport (= 4.2.6)
|
128
128
|
bundler (>= 1.3.0, < 2.0)
|
129
|
-
railties (= 4.2.
|
129
|
+
railties (= 4.2.6)
|
130
130
|
sprockets-rails
|
131
131
|
rails-deprecated_sanitizer (1.0.3)
|
132
132
|
activesupport (>= 4.2.0.alpha)
|
@@ -150,17 +150,17 @@ GEM
|
|
150
150
|
remotipart (~> 1.0)
|
151
151
|
safe_yaml (~> 1.0)
|
152
152
|
sass-rails (>= 4.0, < 6)
|
153
|
-
rails_admin_nested_set (0.
|
153
|
+
rails_admin_nested_set (0.5.0)
|
154
154
|
rails_admin
|
155
155
|
rails_admin_settings (1.1.3)
|
156
156
|
rails_admin_toggleable (0.6.0)
|
157
157
|
rails_admin
|
158
|
-
railties (4.2.
|
159
|
-
actionpack (= 4.2.
|
160
|
-
activesupport (= 4.2.
|
158
|
+
railties (4.2.6)
|
159
|
+
actionpack (= 4.2.6)
|
160
|
+
activesupport (= 4.2.6)
|
161
161
|
rake (>= 0.8.7)
|
162
162
|
thor (>= 0.18.1, < 2.0)
|
163
|
-
rake (
|
163
|
+
rake (11.0.1)
|
164
164
|
remotipart (1.2.1)
|
165
165
|
responders (2.1.1)
|
166
166
|
railties (>= 4.2.0, < 5.1)
|
@@ -185,7 +185,7 @@ GEM
|
|
185
185
|
sprockets (3.5.2)
|
186
186
|
concurrent-ruby (~> 1.0)
|
187
187
|
rack (> 1, < 3)
|
188
|
-
sprockets-rails (3.0.
|
188
|
+
sprockets-rails (3.0.4)
|
189
189
|
actionpack (>= 4.0)
|
190
190
|
activesupport (>= 4.0)
|
191
191
|
sprockets (>= 3.0.0)
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# RocketCMS
|
2
2
|
|
3
|
-
Rails + RailsAdmin + Mongoid/PostgreSQL + Elasticsearch
|
4
|
-
|
5
|
-
Very opinionated and tuned for our needs.
|
3
|
+
Rails + RailsAdmin + Mongoid/PostgreSQL + Elasticsearch/pg_search (optional)
|
6
4
|
|
7
5
|
**Before 1.0 API and class names should be considered unstable and can change at any time!**
|
8
6
|
|
@@ -41,7 +39,7 @@ For activerecord, generate migrations and run them
|
|
41
39
|
|
42
40
|
### Using app generator
|
43
41
|
|
44
|
-
Make sure you have rails 4.1 installed
|
42
|
+
Make sure you have rails 4.1/4.2/5.0 installed
|
45
43
|
|
46
44
|
rails -v
|
47
45
|
|
@@ -122,15 +120,27 @@ or
|
|
122
120
|
gem 'hstore_translate'
|
123
121
|
```
|
124
122
|
|
123
|
+
or
|
124
|
+
|
125
|
+
```ruby
|
126
|
+
gem 'jsonb_translate' # requires postgresql 9.4
|
127
|
+
```
|
128
|
+
|
125
129
|
Add ```rails_admin_mongoid_localize_field``` gem if using MongoDB:
|
126
130
|
|
127
131
|
```ruby
|
128
132
|
gem 'rails_admin_mongoid_localize_field'
|
129
133
|
```
|
130
134
|
|
135
|
+
### Capistrano generator
|
136
|
+
|
137
|
+
rails g rocket_cms:capify data/home unicorn_port domain_name
|
138
|
+
|
139
|
+
designed to be used together with our ansible app setup script.
|
140
|
+
|
131
141
|
### Documentation
|
132
142
|
|
133
|
-
It's basically
|
143
|
+
It's basically Rails Admin + some of our common models and controllers, capistrano config, etc.
|
134
144
|
|
135
145
|
See their documentation for more info
|
136
146
|
|
data/lib/rocket_cms/version.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.11.
|
4
|
+
version: 0.11.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- glebtv
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|