ruby_badger 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile.lock +116 -107
  3. data/README.md +2 -6
  4. data/lib/ruby_badger/version.rb +1 -1
  5. data/ruby_badger.gemspec +6 -6
  6. data/spec/dummy/README.rdoc +248 -15
  7. data/spec/dummy/Rakefile +2 -1
  8. data/spec/dummy/app/assets/javascripts/application.js +4 -5
  9. data/spec/dummy/app/assets/stylesheets/application.css +4 -6
  10. data/spec/dummy/app/controllers/application_controller.rb +1 -3
  11. data/spec/dummy/app/controllers/public_controller.rb +7 -0
  12. data/spec/dummy/app/{assets/images/.keep → mailers/.gitkeep} +0 -0
  13. data/spec/dummy/app/{controllers/concerns/.keep → models/.gitkeep} +0 -0
  14. data/spec/dummy/app/views/layouts/application.html.erb +2 -2
  15. data/spec/dummy/config/application.rb +39 -4
  16. data/spec/dummy/config/boot.rb +4 -1
  17. data/spec/dummy/config/database.yml +8 -8
  18. data/spec/dummy/config/environment.rb +3 -3
  19. data/spec/dummy/config/environments/development.rb +18 -22
  20. data/spec/dummy/config/environments/production.rb +34 -46
  21. data/spec/dummy/config/environments/test.rb +14 -19
  22. data/spec/dummy/config/initializers/inflections.rb +5 -6
  23. data/spec/dummy/config/initializers/mime_types.rb +1 -0
  24. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  25. data/spec/dummy/config/initializers/session_store.rb +6 -1
  26. data/spec/dummy/config/initializers/wrap_parameters.rb +6 -6
  27. data/spec/dummy/config/locales/en.yml +2 -20
  28. data/spec/dummy/config.ru +2 -2
  29. data/spec/dummy/{app/mailers/.keep → lib/assets/.gitkeep} +0 -0
  30. data/spec/dummy/{app/models/.keep → log/.gitkeep} +0 -0
  31. data/spec/dummy/public/404.html +13 -54
  32. data/spec/dummy/public/422.html +13 -54
  33. data/spec/dummy/public/500.html +12 -53
  34. data/spec/dummy/script/rails +6 -0
  35. metadata +39 -106
  36. data/spec/dummy/.gitignore +0 -17
  37. data/spec/dummy/Gemfile +0 -45
  38. data/spec/dummy/app/models/concerns/.keep +0 -0
  39. data/spec/dummy/bin/bundle +0 -3
  40. data/spec/dummy/bin/rails +0 -4
  41. data/spec/dummy/bin/rake +0 -4
  42. data/spec/dummy/bin/setup +0 -29
  43. data/spec/dummy/config/initializers/assets.rb +0 -11
  44. data/spec/dummy/config/initializers/cookies_serializer.rb +0 -3
  45. data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  46. data/spec/dummy/config/secrets.yml +0 -22
  47. data/spec/dummy/db/seeds.rb +0 -7
  48. data/spec/dummy/lib/assets/.keep +0 -0
  49. data/spec/dummy/lib/tasks/.keep +0 -0
  50. data/spec/dummy/log/.keep +0 -0
  51. data/spec/dummy/public/robots.txt +0 -5
  52. data/spec/dummy/test/controllers/.keep +0 -0
  53. data/spec/dummy/test/fixtures/.keep +0 -0
  54. data/spec/dummy/test/helpers/.keep +0 -0
  55. data/spec/dummy/test/integration/.keep +0 -0
  56. data/spec/dummy/test/mailers/.keep +0 -0
  57. data/spec/dummy/test/models/.keep +0 -0
  58. data/spec/dummy/test/test_helper.rb +0 -10
  59. data/spec/dummy/vendor/assets/javascripts/.keep +0 -0
  60. data/spec/dummy/vendor/assets/stylesheets/.keep +0 -0
@@ -2,65 +2,24 @@
2
2
  <html>
3
3
  <head>
4
4
  <title>We're sorry, but something went wrong (500)</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <style>
7
- body {
8
- background-color: #EFEFEF;
9
- color: #2E2F30;
10
- text-align: center;
11
- font-family: arial, sans-serif;
12
- margin: 0;
13
- }
14
-
15
- div.dialog {
16
- width: 95%;
17
- max-width: 33em;
18
- margin: 4em auto 0;
19
- }
20
-
21
- div.dialog > div {
22
- border: 1px solid #CCC;
23
- border-right-color: #999;
24
- border-left-color: #999;
25
- border-bottom-color: #BBB;
26
- border-top: #B00100 solid 4px;
27
- border-top-left-radius: 9px;
28
- border-top-right-radius: 9px;
29
- background-color: white;
30
- padding: 7px 12% 0;
31
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
- }
33
-
34
- h1 {
35
- font-size: 100%;
36
- color: #730E15;
37
- line-height: 1.5em;
38
- }
39
-
40
- div.dialog > p {
41
- margin: 0 0 1em;
42
- padding: 1em;
43
- background-color: #F7F7F7;
44
- border: 1px solid #CCC;
45
- border-right-color: #999;
46
- border-left-color: #999;
47
- border-bottom-color: #999;
48
- border-bottom-left-radius: 4px;
49
- border-bottom-right-radius: 4px;
50
- border-top-color: #DADADA;
51
- color: #666;
52
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
- }
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
54
16
  </style>
55
17
  </head>
56
18
 
57
19
  <body>
58
20
  <!-- This file lives in public/500.html -->
59
21
  <div class="dialog">
60
- <div>
61
- <h1>We're sorry, but something went wrong.</h1>
62
- </div>
63
- <p>If you are the application owner check the logs for more information.</p>
22
+ <h1>We're sorry, but something went wrong.</h1>
64
23
  </div>
65
24
  </body>
66
25
  </html>
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
5
+ require File.expand_path('../../config/boot', __FILE__)
6
+ require 'rails/commands'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_badger
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Southard
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-02-27 00:00:00.000000000 Z
13
+ date: 2018-03-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -56,122 +56,86 @@ dependencies:
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '10.4'
62
59
  - - ">="
63
60
  - !ruby/object:Gem::Version
64
- version: '10.4'
61
+ version: '0'
65
62
  type: :development
66
63
  prerelease: false
67
64
  version_requirements: !ruby/object:Gem::Requirement
68
65
  requirements:
69
- - - "~>"
70
- - !ruby/object:Gem::Version
71
- version: '10.4'
72
66
  - - ">="
73
67
  - !ruby/object:Gem::Version
74
- version: '10.4'
68
+ version: '0'
75
69
  - !ruby/object:Gem::Dependency
76
70
  name: rspec-rails
77
71
  requirement: !ruby/object:Gem::Requirement
78
72
  requirements:
79
- - - "~>"
80
- - !ruby/object:Gem::Version
81
- version: '2.4'
82
73
  - - ">="
83
74
  - !ruby/object:Gem::Version
84
- version: '2.4'
75
+ version: '0'
85
76
  type: :development
86
77
  prerelease: false
87
78
  version_requirements: !ruby/object:Gem::Requirement
88
79
  requirements:
89
- - - "~>"
90
- - !ruby/object:Gem::Version
91
- version: '2.4'
92
80
  - - ">="
93
81
  - !ruby/object:Gem::Version
94
- version: '2.4'
82
+ version: '0'
95
83
  - !ruby/object:Gem::Dependency
96
84
  name: capybara
97
85
  requirement: !ruby/object:Gem::Requirement
98
86
  requirements:
99
- - - "~>"
100
- - !ruby/object:Gem::Version
101
- version: '2.4'
102
87
  - - ">="
103
88
  - !ruby/object:Gem::Version
104
- version: '2.4'
89
+ version: '0'
105
90
  type: :development
106
91
  prerelease: false
107
92
  version_requirements: !ruby/object:Gem::Requirement
108
93
  requirements:
109
- - - "~>"
110
- - !ruby/object:Gem::Version
111
- version: '2.4'
112
94
  - - ">="
113
95
  - !ruby/object:Gem::Version
114
- version: '2.4'
96
+ version: '0'
115
97
  - !ruby/object:Gem::Dependency
116
98
  name: factory_girl_rails
117
99
  requirement: !ruby/object:Gem::Requirement
118
100
  requirements:
119
- - - "~>"
120
- - !ruby/object:Gem::Version
121
- version: '4.5'
122
101
  - - ">="
123
102
  - !ruby/object:Gem::Version
124
- version: '4.5'
103
+ version: '0'
125
104
  type: :development
126
105
  prerelease: false
127
106
  version_requirements: !ruby/object:Gem::Requirement
128
107
  requirements:
129
- - - "~>"
130
- - !ruby/object:Gem::Version
131
- version: '4.5'
132
108
  - - ">="
133
109
  - !ruby/object:Gem::Version
134
- version: '4.5'
110
+ version: '0'
135
111
  - !ruby/object:Gem::Dependency
136
112
  name: fuubar
137
113
  requirement: !ruby/object:Gem::Requirement
138
114
  requirements:
139
- - - "~>"
140
- - !ruby/object:Gem::Version
141
- version: '2.0'
142
115
  - - ">="
143
116
  - !ruby/object:Gem::Version
144
- version: '2.0'
117
+ version: '0'
145
118
  type: :development
146
119
  prerelease: false
147
120
  version_requirements: !ruby/object:Gem::Requirement
148
121
  requirements:
149
- - - "~>"
150
- - !ruby/object:Gem::Version
151
- version: '2.0'
152
122
  - - ">="
153
123
  - !ruby/object:Gem::Version
154
- version: '2.0'
124
+ version: '0'
155
125
  - !ruby/object:Gem::Dependency
156
126
  name: sass-rails
157
127
  requirement: !ruby/object:Gem::Requirement
158
128
  requirements:
159
- - - "~>"
160
- - !ruby/object:Gem::Version
161
- version: '5.0'
162
129
  - - ">="
163
130
  - !ruby/object:Gem::Version
164
- version: '5.0'
131
+ version: '0'
165
132
  type: :development
166
133
  prerelease: false
167
134
  version_requirements: !ruby/object:Gem::Requirement
168
135
  requirements:
169
- - - "~>"
170
- - !ruby/object:Gem::Version
171
- version: '5.0'
172
136
  - - ">="
173
137
  - !ruby/object:Gem::Version
174
- version: '5.0'
138
+ version: '0'
175
139
  description: |-
176
140
  Get a nice, clean badge displaying your Rails
177
141
  Environment or other helpful info. Want to display last
@@ -201,24 +165,16 @@ files:
201
165
  - lib/tasks/ruby_badger_tasks.rake
202
166
  - ruby_badger.gemspec
203
167
  - script/rails
204
- - spec/dummy/.gitignore
205
- - spec/dummy/Gemfile
206
168
  - spec/dummy/README.rdoc
207
169
  - spec/dummy/Rakefile
208
- - spec/dummy/app/assets/images/.keep
209
170
  - spec/dummy/app/assets/javascripts/application.js
210
171
  - spec/dummy/app/assets/stylesheets/application.css
211
172
  - spec/dummy/app/controllers/application_controller.rb
212
- - spec/dummy/app/controllers/concerns/.keep
173
+ - spec/dummy/app/controllers/public_controller.rb
213
174
  - spec/dummy/app/helpers/application_helper.rb
214
- - spec/dummy/app/mailers/.keep
215
- - spec/dummy/app/models/.keep
216
- - spec/dummy/app/models/concerns/.keep
175
+ - spec/dummy/app/mailers/.gitkeep
176
+ - spec/dummy/app/models/.gitkeep
217
177
  - spec/dummy/app/views/layouts/application.html.erb
218
- - spec/dummy/bin/bundle
219
- - spec/dummy/bin/rails
220
- - spec/dummy/bin/rake
221
- - spec/dummy/bin/setup
222
178
  - spec/dummy/config.ru
223
179
  - spec/dummy/config/application.rb
224
180
  - spec/dummy/config/boot.rb
@@ -227,35 +183,21 @@ files:
227
183
  - spec/dummy/config/environments/development.rb
228
184
  - spec/dummy/config/environments/production.rb
229
185
  - spec/dummy/config/environments/test.rb
230
- - spec/dummy/config/initializers/assets.rb
231
186
  - spec/dummy/config/initializers/backtrace_silencers.rb
232
- - spec/dummy/config/initializers/cookies_serializer.rb
233
- - spec/dummy/config/initializers/filter_parameter_logging.rb
234
187
  - spec/dummy/config/initializers/inflections.rb
235
188
  - spec/dummy/config/initializers/mime_types.rb
189
+ - spec/dummy/config/initializers/secret_token.rb
236
190
  - spec/dummy/config/initializers/session_store.rb
237
191
  - spec/dummy/config/initializers/wrap_parameters.rb
238
192
  - spec/dummy/config/locales/en.yml
239
193
  - spec/dummy/config/routes.rb
240
- - spec/dummy/config/secrets.yml
241
- - spec/dummy/db/seeds.rb
242
- - spec/dummy/lib/assets/.keep
243
- - spec/dummy/lib/tasks/.keep
244
- - spec/dummy/log/.keep
194
+ - spec/dummy/lib/assets/.gitkeep
195
+ - spec/dummy/log/.gitkeep
245
196
  - spec/dummy/public/404.html
246
197
  - spec/dummy/public/422.html
247
198
  - spec/dummy/public/500.html
248
199
  - spec/dummy/public/favicon.ico
249
- - spec/dummy/public/robots.txt
250
- - spec/dummy/test/controllers/.keep
251
- - spec/dummy/test/fixtures/.keep
252
- - spec/dummy/test/helpers/.keep
253
- - spec/dummy/test/integration/.keep
254
- - spec/dummy/test/mailers/.keep
255
- - spec/dummy/test/models/.keep
256
- - spec/dummy/test/test_helper.rb
257
- - spec/dummy/vendor/assets/javascripts/.keep
258
- - spec/dummy/vendor/assets/stylesheets/.keep
200
+ - spec/dummy/script/rails
259
201
  - spec/integration/ruby_badger_assets_integration_spec.rb
260
202
  - spec/spec_helper.rb
261
203
  - vendor/assets/javascripts/ruby_badger.js
@@ -280,48 +222,39 @@ required_rubygems_version: !ruby/object:Gem::Requirement
280
222
  version: '0'
281
223
  requirements: []
282
224
  rubyforge_project:
283
- rubygems_version: 2.4.3
225
+ rubygems_version: 2.7.6
284
226
  signing_key:
285
227
  specification_version: 4
286
228
  summary: Descriptive badges for your app.
287
229
  test_files:
230
+ - spec/spec_helper.rb
231
+ - spec/dummy/app/controllers/application_controller.rb
232
+ - spec/dummy/app/controllers/public_controller.rb
233
+ - spec/dummy/app/views/layouts/application.html.erb
288
234
  - spec/dummy/app/assets/javascripts/application.js
289
235
  - spec/dummy/app/assets/stylesheets/application.css
290
- - spec/dummy/app/controllers/application_controller.rb
291
236
  - spec/dummy/app/helpers/application_helper.rb
292
- - spec/dummy/app/views/layouts/application.html.erb
293
- - spec/dummy/bin/bundle
294
- - spec/dummy/bin/rails
295
- - spec/dummy/bin/rake
296
- - spec/dummy/bin/setup
297
- - spec/dummy/config/application.rb
298
- - spec/dummy/config/boot.rb
299
- - spec/dummy/config/database.yml
300
- - spec/dummy/config/environment.rb
301
- - spec/dummy/config/environments/development.rb
237
+ - spec/dummy/config/routes.rb
238
+ - spec/dummy/config/locales/en.yml
302
239
  - spec/dummy/config/environments/production.rb
240
+ - spec/dummy/config/environments/development.rb
303
241
  - spec/dummy/config/environments/test.rb
304
- - spec/dummy/config/initializers/assets.rb
242
+ - spec/dummy/config/environment.rb
243
+ - spec/dummy/config/application.rb
244
+ - spec/dummy/config/database.yml
245
+ - spec/dummy/config/boot.rb
305
246
  - spec/dummy/config/initializers/backtrace_silencers.rb
306
- - spec/dummy/config/initializers/cookies_serializer.rb
307
- - spec/dummy/config/initializers/filter_parameter_logging.rb
308
- - spec/dummy/config/initializers/inflections.rb
309
247
  - spec/dummy/config/initializers/mime_types.rb
310
248
  - spec/dummy/config/initializers/session_store.rb
311
249
  - spec/dummy/config/initializers/wrap_parameters.rb
312
- - spec/dummy/config/locales/en.yml
313
- - spec/dummy/config/routes.rb
314
- - spec/dummy/config/secrets.yml
250
+ - spec/dummy/config/initializers/secret_token.rb
251
+ - spec/dummy/config/initializers/inflections.rb
315
252
  - spec/dummy/config.ru
316
- - spec/dummy/db/seeds.rb
317
- - spec/dummy/Gemfile
318
- - spec/dummy/public/404.html
253
+ - spec/dummy/script/rails
254
+ - spec/dummy/Rakefile
255
+ - spec/dummy/public/favicon.ico
319
256
  - spec/dummy/public/422.html
320
257
  - spec/dummy/public/500.html
321
- - spec/dummy/public/favicon.ico
322
- - spec/dummy/public/robots.txt
323
- - spec/dummy/Rakefile
258
+ - spec/dummy/public/404.html
324
259
  - spec/dummy/README.rdoc
325
- - spec/dummy/test/test_helper.rb
326
260
  - spec/integration/ruby_badger_assets_integration_spec.rb
327
- - spec/spec_helper.rb
@@ -1,17 +0,0 @@
1
- # See https://help.github.com/articles/ignoring-files for more about ignoring files.
2
- #
3
- # If you find yourself ignoring temporary files generated by your text editor
4
- # or operating system, you probably want to add a global ignore instead:
5
- # git config --global core.excludesfile '~/.gitignore_global'
6
-
7
- # Ignore bundler config.
8
- /.bundle
9
-
10
- # Ignore the default SQLite database.
11
- /db/*.sqlite3
12
- /db/*.sqlite3-journal
13
-
14
- # Ignore all logfiles and tempfiles.
15
- /log/*
16
- !/log/.keep
17
- /tmp
data/spec/dummy/Gemfile DELETED
@@ -1,45 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
-
4
- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5
- gem 'rails', '4.2.0'
6
- # Use sqlite3 as the database for Active Record
7
- gem 'sqlite3'
8
- # Use SCSS for stylesheets
9
- gem 'sass-rails', '~> 5.0'
10
- # Use Uglifier as compressor for JavaScript assets
11
- gem 'uglifier', '>= 1.3.0'
12
- # Use CoffeeScript for .coffee assets and views
13
- gem 'coffee-rails', '~> 4.1.0'
14
- # See https://github.com/sstephenson/execjs#readme for more supported runtimes
15
- # gem 'therubyracer', platforms: :ruby
16
-
17
- # Use jquery as the JavaScript library
18
- gem 'jquery-rails'
19
- # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
20
- gem 'turbolinks'
21
- # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
22
- gem 'jbuilder', '~> 2.0'
23
- # bundle exec rake doc:rails generates the API under doc/api.
24
- gem 'sdoc', '~> 0.4.0', group: :doc
25
-
26
- # Use ActiveModel has_secure_password
27
- # gem 'bcrypt', '~> 3.1.7'
28
-
29
- # Use Unicorn as the app server
30
- # gem 'unicorn'
31
-
32
- # Use Capistrano for deployment
33
- # gem 'capistrano-rails', group: :development
34
-
35
- group :development, :test do
36
- # Call 'byebug' anywhere in the code to stop execution and get a debugger console
37
- gem 'byebug'
38
-
39
- # Access an IRB console on exception pages or by using <%= console %> in views
40
- gem 'web-console', '~> 2.0'
41
-
42
- # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
43
- gem 'spring'
44
- end
45
-
File without changes
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3
- load Gem.bin_path('bundler', 'bundle')
data/spec/dummy/bin/rails DELETED
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby
2
- APP_PATH = File.expand_path('../../config/application', __FILE__)
3
- require_relative '../config/boot'
4
- require 'rails/commands'
data/spec/dummy/bin/rake DELETED
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require_relative '../config/boot'
3
- require 'rake'
4
- Rake.application.run
data/spec/dummy/bin/setup DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require 'pathname'
3
-
4
- # path to your application root.
5
- APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
6
-
7
- Dir.chdir APP_ROOT do
8
- # This script is a starting point to setup your application.
9
- # Add necessary setup steps to this file:
10
-
11
- puts "== Installing dependencies =="
12
- system "gem install bundler --conservative"
13
- system "bundle check || bundle install"
14
-
15
- # puts "\n== Copying sample files =="
16
- # unless File.exist?("config/database.yml")
17
- # system "cp config/database.yml.sample config/database.yml"
18
- # end
19
-
20
- puts "\n== Preparing database =="
21
- system "bin/rake db:setup"
22
-
23
- puts "\n== Removing old logs and tempfiles =="
24
- system "rm -f log/*"
25
- system "rm -rf tmp/cache"
26
-
27
- puts "\n== Restarting application server =="
28
- system "touch tmp/restart.txt"
29
- end
@@ -1,11 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Version of your assets, change this if you want to expire all your assets.
4
- Rails.application.config.assets.version = '1.0'
5
-
6
- # Add additional assets to the asset load path
7
- # Rails.application.config.assets.paths << Emoji.images_path
8
-
9
- # Precompile additional assets.
10
- # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
11
- # Rails.application.config.assets.precompile += %w( search.js )
@@ -1,3 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -1,4 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Configure sensitive parameters which will be filtered from the log file.
4
- Rails.application.config.filter_parameters += [:password]
@@ -1,22 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key is used for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
-
6
- # Make sure the secret is at least 30 characters and all random,
7
- # no regular words or you'll be exposed to dictionary attacks.
8
- # You can use `rake secret` to generate a secure secret key.
9
-
10
- # Make sure the secrets in this file are kept private
11
- # if you're sharing your code publicly.
12
-
13
- development:
14
- secret_key_base: 9476198a18fde6fd8653d182a2f7f6a5b01d7928a611cbac96de313aaca46ff394f71c2aec6467887a38f387c9c4ef300fd079dd1baff50173c5b2d032da36ea
15
-
16
- test:
17
- secret_key_base: 7cdf1c2ae6a688ba010d4ef2adc96cc62bcf1662ec354931ba8caeb75f30e2b9a809a2d492a855871935be6a48c5835ebed45ae028cb30447ea9a7b9514a0c3b
18
-
19
- # Do not keep production secrets in the repository,
20
- # instead read values from the environment.
21
- production:
22
- secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -1,7 +0,0 @@
1
- # This file should contain all the record creation needed to seed the database with its default values.
2
- # The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
3
- #
4
- # Examples:
5
- #
6
- # cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
7
- # Mayor.create(name: 'Emanuel', city: cities.first)
File without changes
File without changes
data/spec/dummy/log/.keep DELETED
File without changes
@@ -1,5 +0,0 @@
1
- # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
2
- #
3
- # To ban all spiders from the entire site uncomment the next two lines:
4
- # User-agent: *
5
- # Disallow: /
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,10 +0,0 @@
1
- ENV['RAILS_ENV'] ||= 'test'
2
- require File.expand_path('../../config/environment', __FILE__)
3
- require 'rails/test_help'
4
-
5
- class ActiveSupport::TestCase
6
- # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
7
- fixtures :all
8
-
9
- # Add more helper methods to be used by all tests here...
10
- end
File without changes
File without changes