roo_on_rails 1.10.0 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +672 -0
  3. data/.circleci/config.yml.erb +86 -0
  4. data/.gitignore +2 -1
  5. data/.rspec +2 -0
  6. data/CHANGELOG.md +27 -0
  7. data/README.md +75 -26
  8. data/README.routemaster_client.md +2 -0
  9. data/exe/roo_on_rails +96 -7
  10. data/lib/roo_on_rails/checks/base.rb +34 -17
  11. data/lib/roo_on_rails/checks/documentation/playbook.rb +2 -6
  12. data/lib/roo_on_rails/checks/environment.rb +2 -4
  13. data/lib/roo_on_rails/checks/environment_independent.rb +22 -0
  14. data/lib/roo_on_rails/checks/heroku/app_exists.rb +9 -2
  15. data/lib/roo_on_rails/checks/heroku/drains_metrics.rb +2 -2
  16. data/lib/roo_on_rails/checks/heroku/metrics_bridge_configured.rb +6 -2
  17. data/lib/roo_on_rails/checks/heroku/preboot_enabled.rb +3 -3
  18. data/lib/roo_on_rails/checks/papertrail/drain_exists.rb +4 -4
  19. data/lib/roo_on_rails/checks/papertrail/system_exists.rb +2 -2
  20. data/lib/roo_on_rails/checks/papertrail/system_named.rb +1 -1
  21. data/lib/roo_on_rails/checks/sidekiq/settings.rb +1 -1
  22. data/lib/roo_on_rails/checks/sidekiq/sidekiq.rb +1 -0
  23. data/lib/roo_on_rails/context_logging.rb +1 -0
  24. data/lib/roo_on_rails/harness.rb +8 -14
  25. data/lib/roo_on_rails/logfmt.rb +3 -15
  26. data/lib/roo_on_rails/logger.rb +104 -0
  27. data/lib/roo_on_rails/railties/database.rb +8 -6
  28. data/lib/roo_on_rails/railties/env.rb +11 -0
  29. data/lib/roo_on_rails/railties/google_oauth.rb +3 -7
  30. data/lib/roo_on_rails/railties/http.rb +31 -27
  31. data/lib/roo_on_rails/railties/logging.rb +16 -0
  32. data/lib/roo_on_rails/railties/new_relic.rb +15 -14
  33. data/lib/roo_on_rails/railties/rake_tasks.rb +0 -2
  34. data/lib/roo_on_rails/railties/routemaster.rb +9 -8
  35. data/lib/roo_on_rails/railties/sidekiq.rb +12 -8
  36. data/lib/roo_on_rails/routemaster/publisher.rb +14 -1
  37. data/lib/roo_on_rails/routemaster/publishers.rb +3 -3
  38. data/lib/roo_on_rails/sidekiq/process_scaling.rb +1 -1
  39. data/lib/roo_on_rails/tasks/db.rake +3 -2
  40. data/lib/roo_on_rails/version.rb +1 -1
  41. data/lib/roo_on_rails.rb +2 -1
  42. metadata +8 -7
  43. data/gemfiles/rails_3.gemfile.lock +0 -278
  44. data/gemfiles/rails_4.gemfile.lock +0 -293
  45. data/gemfiles/rails_5.gemfile.lock +0 -299
  46. data/gemfiles/rails_5_1.gemfile.lock +0 -300
  47. data/lib/roo_on_rails/railtie.rb +0 -16
@@ -1,299 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- roo_on_rails (1.10.0)
5
- dogstatsd-ruby
6
- dotenv-rails (~> 2.1)
7
- faraday
8
- faraday_middleware
9
- hashie (~> 3.4)
10
- hirefire-resource
11
- newrelic_rpm
12
- octokit
13
- omniauth-google-oauth2
14
- platform-api (~> 2.0)
15
- rack-ssl-enforcer
16
- rack-timeout
17
- rails (>= 3.2.22, < 5.2)
18
- routemaster-client
19
- sidekiq
20
-
21
- GEM
22
- remote: https://rubygems.org/
23
- specs:
24
- actioncable (5.0.4)
25
- actionpack (= 5.0.4)
26
- nio4r (>= 1.2, < 3.0)
27
- websocket-driver (~> 0.6.1)
28
- actionmailer (5.0.4)
29
- actionpack (= 5.0.4)
30
- actionview (= 5.0.4)
31
- activejob (= 5.0.4)
32
- mail (~> 2.5, >= 2.5.4)
33
- rails-dom-testing (~> 2.0)
34
- actionpack (5.0.4)
35
- actionview (= 5.0.4)
36
- activesupport (= 5.0.4)
37
- rack (~> 2.0)
38
- rack-test (~> 0.6.3)
39
- rails-dom-testing (~> 2.0)
40
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
41
- actionview (5.0.4)
42
- activesupport (= 5.0.4)
43
- builder (~> 3.1)
44
- erubis (~> 2.7.0)
45
- rails-dom-testing (~> 2.0)
46
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
47
- activejob (5.0.4)
48
- activesupport (= 5.0.4)
49
- globalid (>= 0.3.6)
50
- activemodel (5.0.4)
51
- activesupport (= 5.0.4)
52
- activerecord (5.0.4)
53
- activemodel (= 5.0.4)
54
- activesupport (= 5.0.4)
55
- arel (~> 7.0)
56
- activesupport (5.0.4)
57
- concurrent-ruby (~> 1.0, >= 1.0.2)
58
- i18n (~> 0.7)
59
- minitest (~> 5.1)
60
- tzinfo (~> 1.1)
61
- addressable (2.5.1)
62
- public_suffix (~> 2.0, >= 2.0.2)
63
- appraisal (2.2.0)
64
- bundler
65
- rake
66
- thor (>= 0.14.0)
67
- arel (7.1.4)
68
- builder (3.2.3)
69
- byebug (9.0.6)
70
- codecov (0.1.10)
71
- json
72
- simplecov
73
- url
74
- coderay (1.1.1)
75
- concurrent-ruby (1.0.5)
76
- connection_pool (2.2.1)
77
- crack (0.4.3)
78
- safe_yaml (~> 1.0.0)
79
- diff-lcs (1.3)
80
- docile (1.1.5)
81
- dogstatsd-ruby (3.0.0)
82
- dotenv (2.2.1)
83
- dotenv-rails (2.2.1)
84
- dotenv (= 2.2.1)
85
- railties (>= 3.2, < 5.2)
86
- erubis (2.7.0)
87
- ethon (0.10.1)
88
- ffi (>= 1.3.0)
89
- excon (0.57.1)
90
- faraday (0.12.2)
91
- multipart-post (>= 1.2, < 3)
92
- faraday_middleware (0.12.2)
93
- faraday (>= 0.7.4, < 1.0)
94
- ffi (1.9.18)
95
- formatador (0.2.5)
96
- globalid (0.4.0)
97
- activesupport (>= 4.2.0)
98
- guard (2.14.1)
99
- formatador (>= 0.2.4)
100
- listen (>= 2.7, < 4.0)
101
- lumberjack (~> 1.0)
102
- nenv (~> 0.1)
103
- notiffany (~> 0.0)
104
- pry (>= 0.9.12)
105
- shellany (~> 0.0)
106
- thor (>= 0.18.1)
107
- guard-compat (1.2.1)
108
- guard-rspec (4.7.3)
109
- guard (~> 2.1)
110
- guard-compat (~> 1.1)
111
- rspec (>= 2.99.0, < 4.0)
112
- hashdiff (0.3.4)
113
- hashie (3.5.6)
114
- heroics (0.0.23)
115
- erubis (~> 2.0)
116
- excon
117
- multi_json (>= 1.9.2)
118
- hirefire-resource (0.4.2)
119
- i18n (0.8.4)
120
- json (2.1.0)
121
- jwt (1.5.6)
122
- listen (3.1.5)
123
- rb-fsevent (~> 0.9, >= 0.9.4)
124
- rb-inotify (~> 0.9, >= 0.9.7)
125
- ruby_dep (~> 1.2)
126
- loofah (2.0.3)
127
- nokogiri (>= 1.5.9)
128
- lumberjack (1.0.12)
129
- mail (2.6.6)
130
- mime-types (>= 1.16, < 4)
131
- memfs (1.0.0)
132
- method_source (0.8.2)
133
- mime-types (3.1)
134
- mime-types-data (~> 3.2015)
135
- mime-types-data (3.2016.0521)
136
- mini_portile2 (2.2.0)
137
- minitest (5.10.2)
138
- moneta (0.8.1)
139
- multi_json (1.12.1)
140
- multi_xml (0.6.0)
141
- multipart-post (2.0.0)
142
- nenv (0.3.0)
143
- newrelic_rpm (4.3.0.335)
144
- nio4r (2.1.0)
145
- nokogiri (1.8.0)
146
- mini_portile2 (~> 2.2.0)
147
- notiffany (0.1.1)
148
- nenv (~> 0.1)
149
- shellany (~> 0.0)
150
- oauth2 (1.4.0)
151
- faraday (>= 0.8, < 0.13)
152
- jwt (~> 1.0)
153
- multi_json (~> 1.3)
154
- multi_xml (~> 0.5)
155
- rack (>= 1.2, < 3)
156
- octokit (4.7.0)
157
- sawyer (~> 0.8.0, >= 0.5.3)
158
- oj (2.18.5)
159
- omniauth (1.6.1)
160
- hashie (>= 3.4.6, < 3.6.0)
161
- rack (>= 1.6.2, < 3)
162
- omniauth-google-oauth2 (0.5.1)
163
- jwt (~> 1.5)
164
- multi_json (~> 1.3)
165
- omniauth (>= 1.1.1)
166
- omniauth-oauth2 (>= 1.3.1)
167
- omniauth-oauth2 (1.4.0)
168
- oauth2 (~> 1.0)
169
- omniauth (~> 1.2)
170
- pg (0.21.0)
171
- platform-api (2.1.0)
172
- heroics (~> 0.0.23)
173
- moneta (~> 0.8.1)
174
- pry (0.10.4)
175
- coderay (~> 1.1.0)
176
- method_source (~> 0.8.1)
177
- slop (~> 3.4)
178
- pry-byebug (3.4.2)
179
- byebug (~> 9.0)
180
- pry (~> 0.10)
181
- public_suffix (2.0.5)
182
- rack (2.0.3)
183
- rack-protection (2.0.0)
184
- rack
185
- rack-ssl-enforcer (0.2.9)
186
- rack-test (0.6.3)
187
- rack (>= 1.0)
188
- rack-timeout (0.4.2)
189
- rails (5.0.4)
190
- actioncable (= 5.0.4)
191
- actionmailer (= 5.0.4)
192
- actionpack (= 5.0.4)
193
- actionview (= 5.0.4)
194
- activejob (= 5.0.4)
195
- activemodel (= 5.0.4)
196
- activerecord (= 5.0.4)
197
- activesupport (= 5.0.4)
198
- bundler (>= 1.3.0, < 2.0)
199
- railties (= 5.0.4)
200
- sprockets-rails (>= 2.0.0)
201
- rails-dom-testing (2.0.3)
202
- activesupport (>= 4.2.0)
203
- nokogiri (>= 1.6)
204
- rails-html-sanitizer (1.0.3)
205
- loofah (~> 2.0)
206
- railties (5.0.4)
207
- actionpack (= 5.0.4)
208
- activesupport (= 5.0.4)
209
- method_source
210
- rake (>= 0.8.7)
211
- thor (>= 0.18.1, < 2.0)
212
- rake (10.5.0)
213
- rb-fsevent (0.9.8)
214
- rb-inotify (0.9.10)
215
- ffi (>= 0.5.0, < 2)
216
- redis (3.3.3)
217
- routemaster-client (3.1.0)
218
- faraday (>= 0.9.0)
219
- oj (~> 2.17)
220
- typhoeus (~> 1.1)
221
- wisper (~> 1.6.1)
222
- rspec (3.6.0)
223
- rspec-core (~> 3.6.0)
224
- rspec-expectations (~> 3.6.0)
225
- rspec-mocks (~> 3.6.0)
226
- rspec-core (3.6.0)
227
- rspec-support (~> 3.6.0)
228
- rspec-expectations (3.6.0)
229
- diff-lcs (>= 1.2.0, < 2.0)
230
- rspec-support (~> 3.6.0)
231
- rspec-mocks (3.6.0)
232
- diff-lcs (>= 1.2.0, < 2.0)
233
- rspec-support (~> 3.6.0)
234
- rspec-support (3.6.0)
235
- ruby_dep (1.5.0)
236
- safe_yaml (1.0.4)
237
- sawyer (0.8.1)
238
- addressable (>= 2.3.5, < 2.6)
239
- faraday (~> 0.8, < 1.0)
240
- shellany (0.0.1)
241
- sidekiq (5.0.4)
242
- concurrent-ruby (~> 1.0)
243
- connection_pool (~> 2.2, >= 2.2.0)
244
- rack-protection (>= 1.5.0)
245
- redis (~> 3.3, >= 3.3.3)
246
- simplecov (0.14.1)
247
- docile (~> 1.1.0)
248
- json (>= 1.8, < 3)
249
- simplecov-html (~> 0.10.0)
250
- simplecov-html (0.10.1)
251
- slop (3.6.0)
252
- sprockets (3.7.1)
253
- concurrent-ruby (~> 1.0)
254
- rack (> 1, < 3)
255
- sprockets-rails (3.2.0)
256
- actionpack (>= 4.0)
257
- activesupport (>= 4.0)
258
- sprockets (>= 3.0.0)
259
- sqlite3 (1.3.13)
260
- thor (0.19.4)
261
- thread_safe (0.3.6)
262
- typhoeus (1.1.2)
263
- ethon (>= 0.9.0)
264
- tzinfo (1.2.3)
265
- thread_safe (~> 0.1)
266
- url (0.3.2)
267
- webmock (3.0.1)
268
- addressable (>= 2.3.6)
269
- crack (>= 0.3.2)
270
- hashdiff
271
- websocket-driver (0.6.5)
272
- websocket-extensions (>= 0.1.0)
273
- websocket-extensions (0.1.2)
274
- wisper (1.6.1)
275
-
276
- PLATFORMS
277
- ruby
278
-
279
- DEPENDENCIES
280
- appraisal
281
- bundler (~> 1.13)
282
- codecov
283
- guard
284
- guard-rspec
285
- memfs
286
- pg
287
- pry-byebug
288
- rack-test
289
- rails (~> 5.0.0)
290
- rake (~> 10.0)
291
- roo_on_rails!
292
- rspec (~> 3.0)
293
- simplecov
294
- sqlite3
295
- thor (~> 0.19)
296
- webmock
297
-
298
- BUNDLED WITH
299
- 1.15.3
@@ -1,300 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- roo_on_rails (1.10.0)
5
- dogstatsd-ruby
6
- dotenv-rails (~> 2.1)
7
- faraday
8
- faraday_middleware
9
- hashie (~> 3.4)
10
- hirefire-resource
11
- newrelic_rpm
12
- octokit
13
- omniauth-google-oauth2
14
- platform-api (~> 2.0)
15
- rack-ssl-enforcer
16
- rack-timeout
17
- rails (>= 3.2.22, < 5.2)
18
- routemaster-client
19
- sidekiq
20
-
21
- GEM
22
- remote: https://rubygems.org/
23
- specs:
24
- actioncable (5.1.1)
25
- actionpack (= 5.1.1)
26
- nio4r (~> 2.0)
27
- websocket-driver (~> 0.6.1)
28
- actionmailer (5.1.1)
29
- actionpack (= 5.1.1)
30
- actionview (= 5.1.1)
31
- activejob (= 5.1.1)
32
- mail (~> 2.5, >= 2.5.4)
33
- rails-dom-testing (~> 2.0)
34
- actionpack (5.1.1)
35
- actionview (= 5.1.1)
36
- activesupport (= 5.1.1)
37
- rack (~> 2.0)
38
- rack-test (~> 0.6.3)
39
- rails-dom-testing (~> 2.0)
40
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
41
- actionview (5.1.1)
42
- activesupport (= 5.1.1)
43
- builder (~> 3.1)
44
- erubi (~> 1.4)
45
- rails-dom-testing (~> 2.0)
46
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
47
- activejob (5.1.1)
48
- activesupport (= 5.1.1)
49
- globalid (>= 0.3.6)
50
- activemodel (5.1.1)
51
- activesupport (= 5.1.1)
52
- activerecord (5.1.1)
53
- activemodel (= 5.1.1)
54
- activesupport (= 5.1.1)
55
- arel (~> 8.0)
56
- activesupport (5.1.1)
57
- concurrent-ruby (~> 1.0, >= 1.0.2)
58
- i18n (~> 0.7)
59
- minitest (~> 5.1)
60
- tzinfo (~> 1.1)
61
- addressable (2.5.1)
62
- public_suffix (~> 2.0, >= 2.0.2)
63
- appraisal (2.2.0)
64
- bundler
65
- rake
66
- thor (>= 0.14.0)
67
- arel (8.0.0)
68
- builder (3.2.3)
69
- byebug (9.0.6)
70
- codecov (0.1.10)
71
- json
72
- simplecov
73
- url
74
- coderay (1.1.1)
75
- concurrent-ruby (1.0.5)
76
- connection_pool (2.2.1)
77
- crack (0.4.3)
78
- safe_yaml (~> 1.0.0)
79
- diff-lcs (1.3)
80
- docile (1.1.5)
81
- dogstatsd-ruby (3.0.0)
82
- dotenv (2.2.1)
83
- dotenv-rails (2.2.1)
84
- dotenv (= 2.2.1)
85
- railties (>= 3.2, < 5.2)
86
- erubi (1.6.0)
87
- erubis (2.7.0)
88
- ethon (0.10.1)
89
- ffi (>= 1.3.0)
90
- excon (0.57.1)
91
- faraday (0.12.2)
92
- multipart-post (>= 1.2, < 3)
93
- faraday_middleware (0.12.2)
94
- faraday (>= 0.7.4, < 1.0)
95
- ffi (1.9.18)
96
- formatador (0.2.5)
97
- globalid (0.4.0)
98
- activesupport (>= 4.2.0)
99
- guard (2.14.1)
100
- formatador (>= 0.2.4)
101
- listen (>= 2.7, < 4.0)
102
- lumberjack (~> 1.0)
103
- nenv (~> 0.1)
104
- notiffany (~> 0.0)
105
- pry (>= 0.9.12)
106
- shellany (~> 0.0)
107
- thor (>= 0.18.1)
108
- guard-compat (1.2.1)
109
- guard-rspec (4.7.3)
110
- guard (~> 2.1)
111
- guard-compat (~> 1.1)
112
- rspec (>= 2.99.0, < 4.0)
113
- hashdiff (0.3.4)
114
- hashie (3.5.6)
115
- heroics (0.0.23)
116
- erubis (~> 2.0)
117
- excon
118
- multi_json (>= 1.9.2)
119
- hirefire-resource (0.4.2)
120
- i18n (0.8.4)
121
- json (2.1.0)
122
- jwt (1.5.6)
123
- listen (3.1.5)
124
- rb-fsevent (~> 0.9, >= 0.9.4)
125
- rb-inotify (~> 0.9, >= 0.9.7)
126
- ruby_dep (~> 1.2)
127
- loofah (2.0.3)
128
- nokogiri (>= 1.5.9)
129
- lumberjack (1.0.12)
130
- mail (2.6.6)
131
- mime-types (>= 1.16, < 4)
132
- memfs (1.0.0)
133
- method_source (0.8.2)
134
- mime-types (3.1)
135
- mime-types-data (~> 3.2015)
136
- mime-types-data (3.2016.0521)
137
- mini_portile2 (2.2.0)
138
- minitest (5.10.2)
139
- moneta (0.8.1)
140
- multi_json (1.12.1)
141
- multi_xml (0.6.0)
142
- multipart-post (2.0.0)
143
- nenv (0.3.0)
144
- newrelic_rpm (4.3.0.335)
145
- nio4r (2.1.0)
146
- nokogiri (1.8.0)
147
- mini_portile2 (~> 2.2.0)
148
- notiffany (0.1.1)
149
- nenv (~> 0.1)
150
- shellany (~> 0.0)
151
- oauth2 (1.4.0)
152
- faraday (>= 0.8, < 0.13)
153
- jwt (~> 1.0)
154
- multi_json (~> 1.3)
155
- multi_xml (~> 0.5)
156
- rack (>= 1.2, < 3)
157
- octokit (4.7.0)
158
- sawyer (~> 0.8.0, >= 0.5.3)
159
- oj (2.18.5)
160
- omniauth (1.6.1)
161
- hashie (>= 3.4.6, < 3.6.0)
162
- rack (>= 1.6.2, < 3)
163
- omniauth-google-oauth2 (0.5.1)
164
- jwt (~> 1.5)
165
- multi_json (~> 1.3)
166
- omniauth (>= 1.1.1)
167
- omniauth-oauth2 (>= 1.3.1)
168
- omniauth-oauth2 (1.4.0)
169
- oauth2 (~> 1.0)
170
- omniauth (~> 1.2)
171
- pg (0.21.0)
172
- platform-api (2.1.0)
173
- heroics (~> 0.0.23)
174
- moneta (~> 0.8.1)
175
- pry (0.10.4)
176
- coderay (~> 1.1.0)
177
- method_source (~> 0.8.1)
178
- slop (~> 3.4)
179
- pry-byebug (3.4.2)
180
- byebug (~> 9.0)
181
- pry (~> 0.10)
182
- public_suffix (2.0.5)
183
- rack (2.0.3)
184
- rack-protection (2.0.0)
185
- rack
186
- rack-ssl-enforcer (0.2.9)
187
- rack-test (0.6.3)
188
- rack (>= 1.0)
189
- rack-timeout (0.4.2)
190
- rails (5.1.1)
191
- actioncable (= 5.1.1)
192
- actionmailer (= 5.1.1)
193
- actionpack (= 5.1.1)
194
- actionview (= 5.1.1)
195
- activejob (= 5.1.1)
196
- activemodel (= 5.1.1)
197
- activerecord (= 5.1.1)
198
- activesupport (= 5.1.1)
199
- bundler (>= 1.3.0, < 2.0)
200
- railties (= 5.1.1)
201
- sprockets-rails (>= 2.0.0)
202
- rails-dom-testing (2.0.3)
203
- activesupport (>= 4.2.0)
204
- nokogiri (>= 1.6)
205
- rails-html-sanitizer (1.0.3)
206
- loofah (~> 2.0)
207
- railties (5.1.1)
208
- actionpack (= 5.1.1)
209
- activesupport (= 5.1.1)
210
- method_source
211
- rake (>= 0.8.7)
212
- thor (>= 0.18.1, < 2.0)
213
- rake (10.5.0)
214
- rb-fsevent (0.9.8)
215
- rb-inotify (0.9.10)
216
- ffi (>= 0.5.0, < 2)
217
- redis (3.3.3)
218
- routemaster-client (3.1.0)
219
- faraday (>= 0.9.0)
220
- oj (~> 2.17)
221
- typhoeus (~> 1.1)
222
- wisper (~> 1.6.1)
223
- rspec (3.6.0)
224
- rspec-core (~> 3.6.0)
225
- rspec-expectations (~> 3.6.0)
226
- rspec-mocks (~> 3.6.0)
227
- rspec-core (3.6.0)
228
- rspec-support (~> 3.6.0)
229
- rspec-expectations (3.6.0)
230
- diff-lcs (>= 1.2.0, < 2.0)
231
- rspec-support (~> 3.6.0)
232
- rspec-mocks (3.6.0)
233
- diff-lcs (>= 1.2.0, < 2.0)
234
- rspec-support (~> 3.6.0)
235
- rspec-support (3.6.0)
236
- ruby_dep (1.5.0)
237
- safe_yaml (1.0.4)
238
- sawyer (0.8.1)
239
- addressable (>= 2.3.5, < 2.6)
240
- faraday (~> 0.8, < 1.0)
241
- shellany (0.0.1)
242
- sidekiq (5.0.4)
243
- concurrent-ruby (~> 1.0)
244
- connection_pool (~> 2.2, >= 2.2.0)
245
- rack-protection (>= 1.5.0)
246
- redis (~> 3.3, >= 3.3.3)
247
- simplecov (0.14.1)
248
- docile (~> 1.1.0)
249
- json (>= 1.8, < 3)
250
- simplecov-html (~> 0.10.0)
251
- simplecov-html (0.10.1)
252
- slop (3.6.0)
253
- sprockets (3.7.1)
254
- concurrent-ruby (~> 1.0)
255
- rack (> 1, < 3)
256
- sprockets-rails (3.2.0)
257
- actionpack (>= 4.0)
258
- activesupport (>= 4.0)
259
- sprockets (>= 3.0.0)
260
- sqlite3 (1.3.13)
261
- thor (0.19.4)
262
- thread_safe (0.3.6)
263
- typhoeus (1.1.2)
264
- ethon (>= 0.9.0)
265
- tzinfo (1.2.3)
266
- thread_safe (~> 0.1)
267
- url (0.3.2)
268
- webmock (3.0.1)
269
- addressable (>= 2.3.6)
270
- crack (>= 0.3.2)
271
- hashdiff
272
- websocket-driver (0.6.5)
273
- websocket-extensions (>= 0.1.0)
274
- websocket-extensions (0.1.2)
275
- wisper (1.6.1)
276
-
277
- PLATFORMS
278
- ruby
279
-
280
- DEPENDENCIES
281
- appraisal
282
- bundler (~> 1.13)
283
- codecov
284
- guard
285
- guard-rspec
286
- memfs
287
- pg
288
- pry-byebug
289
- rack-test
290
- rails (~> 5.1)
291
- rake (~> 10.0)
292
- roo_on_rails!
293
- rspec (~> 3.0)
294
- simplecov
295
- sqlite3
296
- thor (~> 0.19)
297
- webmock
298
-
299
- BUNDLED WITH
300
- 1.15.3
@@ -1,16 +0,0 @@
1
- $stderr.puts 'loading roo_on_rails railtie'
2
- require 'roo_on_rails/environment'
3
- module RooOnRails
4
- class Railtie < Rails::Railtie
5
- initializer 'roo_on_rails.default_env' do
6
- $stderr.puts 'initializer roo_on_rails.default_env'
7
- RooOnRails::Environment.load
8
- end
9
-
10
- # initializer 'roo_on_rails.print_env' do
11
- # ENV.to_a.sort.each do |k,v|
12
- # puts "#{k}: #{v}"
13
- # end
14
- # end
15
- end
16
- end