bizarroids_settings 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +77 -0
  4. data/Rakefile +34 -0
  5. data/app/assets/javascripts/bizarroids/application.js +13 -0
  6. data/app/assets/stylesheets/bizarroids/application.css +15 -0
  7. data/app/controllers/bizarroids/settings/application_controller.rb +4 -0
  8. data/app/controllers/bizarroids/settings/options_controller.rb +33 -0
  9. data/app/helpers/bizarroids/settings/options_helper.rb +15 -0
  10. data/app/helpers/bizarroids/settings/settings_helper.rb +27 -0
  11. data/app/models/bizarroids/settings/option.rb +65 -0
  12. data/app/views/bizarroids/settings/options/edit.html.erb +21 -0
  13. data/app/views/bizarroids/settings/options/index.html.erb +42 -0
  14. data/app/views/layouts/bizarroids/settings/application.html.erb +14 -0
  15. data/config/routes.rb +7 -0
  16. data/db/schema.rb +38 -0
  17. data/lib/bizarroids/settings/bizarroids_settings_option_uploader.rb +29 -0
  18. data/lib/bizarroids/settings/config_error.rb +4 -0
  19. data/lib/bizarroids/settings/engine.rb +7 -0
  20. data/lib/bizarroids/settings/helpers/settings_helper.rb +27 -0
  21. data/lib/bizarroids/settings/version.rb +5 -0
  22. data/lib/bizarroids/settings.rb +123 -0
  23. data/lib/bizarroids.rb +4 -0
  24. data/lib/bizarroids_settings.rb +1 -0
  25. data/lib/generators/bizarroids/settings/install/USAGE +14 -0
  26. data/lib/generators/bizarroids/settings/install/install_generator.rb +23 -0
  27. data/lib/generators/bizarroids/settings/install/templates/bizarroids_settings.en.yml +30 -0
  28. data/lib/generators/bizarroids/settings/install/templates/bizarroids_settings.ru.yml +31 -0
  29. data/lib/generators/bizarroids/settings/install/templates/initializer.rb +34 -0
  30. data/lib/generators/bizarroids/settings/install/templates/options_migration.rb +29 -0
  31. data/lib/tasks/bizarroids_tasks.rake +4 -0
  32. data/test/bizarroids_test.rb +7 -0
  33. data/test/controllers/bizarroids/settings/options_controller_test.rb +9 -0
  34. data/test/dummy/README.rdoc +28 -0
  35. data/test/dummy/Rakefile +6 -0
  36. data/test/dummy/app/assets/javascripts/application.js +13 -0
  37. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  38. data/test/dummy/app/controllers/application_controller.rb +11 -0
  39. data/test/dummy/app/controllers/home_controller.rb +4 -0
  40. data/test/dummy/app/helpers/application_helper.rb +2 -0
  41. data/test/dummy/app/models/ability.rb +9 -0
  42. data/test/dummy/app/views/home/index.html.erb +1 -0
  43. data/test/dummy/app/views/layouts/application.html.erb +21 -0
  44. data/test/dummy/bin/bundle +3 -0
  45. data/test/dummy/bin/rails +4 -0
  46. data/test/dummy/bin/rake +4 -0
  47. data/test/dummy/config/application.rb +23 -0
  48. data/test/dummy/config/boot.rb +5 -0
  49. data/test/dummy/config/database.yml +25 -0
  50. data/test/dummy/config/environment.rb +5 -0
  51. data/test/dummy/config/environments/development.rb +37 -0
  52. data/test/dummy/config/environments/production.rb +82 -0
  53. data/test/dummy/config/environments/test.rb +39 -0
  54. data/test/dummy/config/initializers/assets.rb +8 -0
  55. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  56. data/test/dummy/config/initializers/bizarroids_settings.rb +39 -0
  57. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  58. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  59. data/test/dummy/config/initializers/inflections.rb +16 -0
  60. data/test/dummy/config/initializers/mime_types.rb +4 -0
  61. data/test/dummy/config/initializers/session_store.rb +3 -0
  62. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  63. data/test/dummy/config/locales/bizarroids_settings.en.yml +30 -0
  64. data/test/dummy/config/locales/bizarroids_settings.ru.yml +31 -0
  65. data/test/dummy/config/locales/en.yml +23 -0
  66. data/test/dummy/config/routes.rb +7 -0
  67. data/test/dummy/config/secrets.yml +22 -0
  68. data/test/dummy/config.ru +4 -0
  69. data/test/dummy/db/development.sqlite3 +0 -0
  70. data/test/dummy/db/migrate/20140731121008_create_bizarroids_settings_options.rb +29 -0
  71. data/test/dummy/db/schema.rb +39 -0
  72. data/test/dummy/db/test.sqlite3 +0 -0
  73. data/test/dummy/log/development.log +51360 -0
  74. data/test/dummy/log/test.log +94685 -0
  75. data/test/dummy/public/404.html +67 -0
  76. data/test/dummy/public/422.html +67 -0
  77. data/test/dummy/public/500.html +66 -0
  78. data/test/dummy/public/favicon.ico +0 -0
  79. data/test/dummy/public/system/settings/file_option/0_832a7_af94124e_-1-L.jpg +0 -0
  80. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  81. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  82. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  83. data/test/dummy/tmp/cache/assets/development/sprockets/48917139f539fdb146b469bb51d3d8a9 +0 -0
  84. data/test/dummy/tmp/cache/assets/development/sprockets/51ba48ea70bfd46c0656e1d96ef04eab +0 -0
  85. data/test/dummy/tmp/cache/assets/development/sprockets/9ce90cea0febc5c40bd72ea48e76bff7 +0 -0
  86. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  87. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  88. data/test/dummy/tmp/cache/assets/development/sprockets/dd426b5348faf19a98e0326dc07bec37 +0 -0
  89. data/test/dummy/tmp/cache/assets/development/sprockets/e7a8c6fc20a213fe7e6dbe204e74166b +0 -0
  90. data/test/dummy/tmp/cache/assets/development/sprockets/edabf3e4354e52066357ed9706cc6b9c +0 -0
  91. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  92. data/test/dummy/tmp/generators/config/initializers/bizarroids_settings.rb +34 -0
  93. data/test/dummy/tmp/generators/config/locales/bizarroids_settings.en.yml +30 -0
  94. data/test/dummy/tmp/generators/config/locales/bizarroids_settings.ru.yml +31 -0
  95. data/test/dummy/tmp/generators/config/routes.rb +7 -0
  96. data/test/dummy/tmp/generators/db/migrate/20140802143121_create_bizarroids_settings_options.rb +29 -0
  97. data/test/fixtures/bizarroids/settings/options.yml +5 -0
  98. data/test/helpers/bizarroids/settings/options_helper_test.rb +17 -0
  99. data/test/integration/navigation_test.rb +10 -0
  100. data/test/lib/bizarroids/settings_test.rb +151 -0
  101. data/test/lib/generators/bizarroids/bizarroids/settings/install_generator_test.rb +35 -0
  102. data/test/models/bizarroids/settings/option_test.rb +48 -0
  103. data/test/test_helper.rb +47 -0
  104. metadata +316 -0
@@ -0,0 +1,47 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
+
12
+ # Load fixtures from the engine
13
+ #if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
+ # ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
+ #end
16
+
17
+ class ActiveSupport::TestCase
18
+ def clean_options
19
+ Bizarroids::Settings::Option.destroy_all
20
+ Bizarroids::Settings.options = {}
21
+ Bizarroids::Settings.keys = []
22
+ end
23
+
24
+ def create_string_option
25
+ clean_options
26
+ Bizarroids::Settings.setup do |config|
27
+ config.option :string_option, :string, {
28
+ required: false,
29
+ value: 'MyStringValue'
30
+ }
31
+ end
32
+ end
33
+
34
+ def create_string_collection_option
35
+ clean_options
36
+ Bizarroids::Settings.setup do |config|
37
+ config.option :string_collection_option, :string, {
38
+ required: false,
39
+ value: 'MyStringValue',
40
+ collection: %w(MyStringValue MyStringValue1 MyStringValue2)
41
+ }
42
+ end
43
+ end
44
+
45
+ fixture_path = File.expand_path("../fixtures", __FILE__)
46
+ fixtures :all
47
+ end
metadata ADDED
@@ -0,0 +1,316 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bizarroids_settings
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ platform: ruby
6
+ authors:
7
+ - Corlinus
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-08-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 4.1.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 4.1.2
27
+ - !ruby/object:Gem::Dependency
28
+ name: inherited_resources
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 1.5.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 1.5.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: simple_form
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 3.0.0
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 3.0.0
55
+ - !ruby/object:Gem::Dependency
56
+ name: cancancan
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 1.9.0
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 1.9.0
69
+ - !ruby/object:Gem::Dependency
70
+ name: mini_magick
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '3.8'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '3.8'
83
+ - !ruby/object:Gem::Dependency
84
+ name: carrierwave
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.10'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.10'
97
+ - !ruby/object:Gem::Dependency
98
+ name: sqlite3
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description: Bizarroids Settings provides basic user editable settings for Rails
112
+ email:
113
+ - corlinus@gmail.com
114
+ executables: []
115
+ extensions: []
116
+ extra_rdoc_files: []
117
+ files:
118
+ - MIT-LICENSE
119
+ - README.rdoc
120
+ - Rakefile
121
+ - app/assets/javascripts/bizarroids/application.js
122
+ - app/assets/stylesheets/bizarroids/application.css
123
+ - app/controllers/bizarroids/settings/application_controller.rb
124
+ - app/controllers/bizarroids/settings/options_controller.rb
125
+ - app/helpers/bizarroids/settings/options_helper.rb
126
+ - app/helpers/bizarroids/settings/settings_helper.rb
127
+ - app/models/bizarroids/settings/option.rb
128
+ - app/views/bizarroids/settings/options/edit.html.erb
129
+ - app/views/bizarroids/settings/options/index.html.erb
130
+ - app/views/layouts/bizarroids/settings/application.html.erb
131
+ - config/routes.rb
132
+ - db/schema.rb
133
+ - lib/bizarroids.rb
134
+ - lib/bizarroids/settings.rb
135
+ - lib/bizarroids/settings/bizarroids_settings_option_uploader.rb
136
+ - lib/bizarroids/settings/config_error.rb
137
+ - lib/bizarroids/settings/engine.rb
138
+ - lib/bizarroids/settings/helpers/settings_helper.rb
139
+ - lib/bizarroids/settings/version.rb
140
+ - lib/bizarroids_settings.rb
141
+ - lib/generators/bizarroids/settings/install/USAGE
142
+ - lib/generators/bizarroids/settings/install/install_generator.rb
143
+ - lib/generators/bizarroids/settings/install/templates/bizarroids_settings.en.yml
144
+ - lib/generators/bizarroids/settings/install/templates/bizarroids_settings.ru.yml
145
+ - lib/generators/bizarroids/settings/install/templates/initializer.rb
146
+ - lib/generators/bizarroids/settings/install/templates/options_migration.rb
147
+ - lib/tasks/bizarroids_tasks.rake
148
+ - test/bizarroids_test.rb
149
+ - test/controllers/bizarroids/settings/options_controller_test.rb
150
+ - test/dummy/README.rdoc
151
+ - test/dummy/Rakefile
152
+ - test/dummy/app/assets/javascripts/application.js
153
+ - test/dummy/app/assets/stylesheets/application.css
154
+ - test/dummy/app/controllers/application_controller.rb
155
+ - test/dummy/app/controllers/home_controller.rb
156
+ - test/dummy/app/helpers/application_helper.rb
157
+ - test/dummy/app/models/ability.rb
158
+ - test/dummy/app/views/home/index.html.erb
159
+ - test/dummy/app/views/layouts/application.html.erb
160
+ - test/dummy/bin/bundle
161
+ - test/dummy/bin/rails
162
+ - test/dummy/bin/rake
163
+ - test/dummy/config.ru
164
+ - test/dummy/config/application.rb
165
+ - test/dummy/config/boot.rb
166
+ - test/dummy/config/database.yml
167
+ - test/dummy/config/environment.rb
168
+ - test/dummy/config/environments/development.rb
169
+ - test/dummy/config/environments/production.rb
170
+ - test/dummy/config/environments/test.rb
171
+ - test/dummy/config/initializers/assets.rb
172
+ - test/dummy/config/initializers/backtrace_silencers.rb
173
+ - test/dummy/config/initializers/bizarroids_settings.rb
174
+ - test/dummy/config/initializers/cookies_serializer.rb
175
+ - test/dummy/config/initializers/filter_parameter_logging.rb
176
+ - test/dummy/config/initializers/inflections.rb
177
+ - test/dummy/config/initializers/mime_types.rb
178
+ - test/dummy/config/initializers/session_store.rb
179
+ - test/dummy/config/initializers/wrap_parameters.rb
180
+ - test/dummy/config/locales/bizarroids_settings.en.yml
181
+ - test/dummy/config/locales/bizarroids_settings.ru.yml
182
+ - test/dummy/config/locales/en.yml
183
+ - test/dummy/config/routes.rb
184
+ - test/dummy/config/secrets.yml
185
+ - test/dummy/db/development.sqlite3
186
+ - test/dummy/db/migrate/20140731121008_create_bizarroids_settings_options.rb
187
+ - test/dummy/db/schema.rb
188
+ - test/dummy/db/test.sqlite3
189
+ - test/dummy/log/development.log
190
+ - test/dummy/log/test.log
191
+ - test/dummy/public/404.html
192
+ - test/dummy/public/422.html
193
+ - test/dummy/public/500.html
194
+ - test/dummy/public/favicon.ico
195
+ - test/dummy/public/system/settings/file_option/0_832a7_af94124e_-1-L.jpg
196
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
197
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
198
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
199
+ - test/dummy/tmp/cache/assets/development/sprockets/48917139f539fdb146b469bb51d3d8a9
200
+ - test/dummy/tmp/cache/assets/development/sprockets/51ba48ea70bfd46c0656e1d96ef04eab
201
+ - test/dummy/tmp/cache/assets/development/sprockets/9ce90cea0febc5c40bd72ea48e76bff7
202
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
203
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
204
+ - test/dummy/tmp/cache/assets/development/sprockets/dd426b5348faf19a98e0326dc07bec37
205
+ - test/dummy/tmp/cache/assets/development/sprockets/e7a8c6fc20a213fe7e6dbe204e74166b
206
+ - test/dummy/tmp/cache/assets/development/sprockets/edabf3e4354e52066357ed9706cc6b9c
207
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
208
+ - test/dummy/tmp/generators/config/initializers/bizarroids_settings.rb
209
+ - test/dummy/tmp/generators/config/locales/bizarroids_settings.en.yml
210
+ - test/dummy/tmp/generators/config/locales/bizarroids_settings.ru.yml
211
+ - test/dummy/tmp/generators/config/routes.rb
212
+ - test/dummy/tmp/generators/db/migrate/20140802143121_create_bizarroids_settings_options.rb
213
+ - test/fixtures/bizarroids/settings/options.yml
214
+ - test/helpers/bizarroids/settings/options_helper_test.rb
215
+ - test/integration/navigation_test.rb
216
+ - test/lib/bizarroids/settings_test.rb
217
+ - test/lib/generators/bizarroids/bizarroids/settings/install_generator_test.rb
218
+ - test/models/bizarroids/settings/option_test.rb
219
+ - test/test_helper.rb
220
+ homepage: https://github.com/corlinus/bizarroids_settings
221
+ licenses:
222
+ - MIT
223
+ metadata: {}
224
+ post_install_message:
225
+ rdoc_options: []
226
+ require_paths:
227
+ - lib
228
+ required_ruby_version: !ruby/object:Gem::Requirement
229
+ requirements:
230
+ - - ">="
231
+ - !ruby/object:Gem::Version
232
+ version: '0'
233
+ required_rubygems_version: !ruby/object:Gem::Requirement
234
+ requirements:
235
+ - - ">="
236
+ - !ruby/object:Gem::Version
237
+ version: '0'
238
+ requirements: []
239
+ rubyforge_project:
240
+ rubygems_version: 2.2.2
241
+ signing_key:
242
+ specification_version: 4
243
+ summary: Bizarroids Settings provides basic user editable settings for Rails
244
+ test_files:
245
+ - test/bizarroids_test.rb
246
+ - test/controllers/bizarroids/settings/options_controller_test.rb
247
+ - test/dummy/README.rdoc
248
+ - test/dummy/Rakefile
249
+ - test/dummy/app/assets/javascripts/application.js
250
+ - test/dummy/app/assets/stylesheets/application.css
251
+ - test/dummy/app/controllers/application_controller.rb
252
+ - test/dummy/app/controllers/home_controller.rb
253
+ - test/dummy/app/helpers/application_helper.rb
254
+ - test/dummy/app/models/ability.rb
255
+ - test/dummy/app/views/home/index.html.erb
256
+ - test/dummy/app/views/layouts/application.html.erb
257
+ - test/dummy/bin/bundle
258
+ - test/dummy/bin/rails
259
+ - test/dummy/bin/rake
260
+ - test/dummy/config/application.rb
261
+ - test/dummy/config/boot.rb
262
+ - test/dummy/config/database.yml
263
+ - test/dummy/config/environment.rb
264
+ - test/dummy/config/environments/development.rb
265
+ - test/dummy/config/environments/production.rb
266
+ - test/dummy/config/environments/test.rb
267
+ - test/dummy/config/initializers/assets.rb
268
+ - test/dummy/config/initializers/backtrace_silencers.rb
269
+ - test/dummy/config/initializers/bizarroids_settings.rb
270
+ - test/dummy/config/initializers/cookies_serializer.rb
271
+ - test/dummy/config/initializers/filter_parameter_logging.rb
272
+ - test/dummy/config/initializers/inflections.rb
273
+ - test/dummy/config/initializers/mime_types.rb
274
+ - test/dummy/config/initializers/session_store.rb
275
+ - test/dummy/config/initializers/wrap_parameters.rb
276
+ - test/dummy/config/locales/bizarroids_settings.en.yml
277
+ - test/dummy/config/locales/bizarroids_settings.ru.yml
278
+ - test/dummy/config/locales/en.yml
279
+ - test/dummy/config/routes.rb
280
+ - test/dummy/config/secrets.yml
281
+ - test/dummy/config.ru
282
+ - test/dummy/db/development.sqlite3
283
+ - test/dummy/db/migrate/20140731121008_create_bizarroids_settings_options.rb
284
+ - test/dummy/db/schema.rb
285
+ - test/dummy/db/test.sqlite3
286
+ - test/dummy/log/development.log
287
+ - test/dummy/log/test.log
288
+ - test/dummy/public/404.html
289
+ - test/dummy/public/422.html
290
+ - test/dummy/public/500.html
291
+ - test/dummy/public/favicon.ico
292
+ - test/dummy/public/system/settings/file_option/0_832a7_af94124e_-1-L.jpg
293
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
294
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
295
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
296
+ - test/dummy/tmp/cache/assets/development/sprockets/48917139f539fdb146b469bb51d3d8a9
297
+ - test/dummy/tmp/cache/assets/development/sprockets/51ba48ea70bfd46c0656e1d96ef04eab
298
+ - test/dummy/tmp/cache/assets/development/sprockets/9ce90cea0febc5c40bd72ea48e76bff7
299
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
300
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
301
+ - test/dummy/tmp/cache/assets/development/sprockets/dd426b5348faf19a98e0326dc07bec37
302
+ - test/dummy/tmp/cache/assets/development/sprockets/e7a8c6fc20a213fe7e6dbe204e74166b
303
+ - test/dummy/tmp/cache/assets/development/sprockets/edabf3e4354e52066357ed9706cc6b9c
304
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
305
+ - test/dummy/tmp/generators/config/initializers/bizarroids_settings.rb
306
+ - test/dummy/tmp/generators/config/locales/bizarroids_settings.en.yml
307
+ - test/dummy/tmp/generators/config/locales/bizarroids_settings.ru.yml
308
+ - test/dummy/tmp/generators/config/routes.rb
309
+ - test/dummy/tmp/generators/db/migrate/20140802143121_create_bizarroids_settings_options.rb
310
+ - test/fixtures/bizarroids/settings/options.yml
311
+ - test/helpers/bizarroids/settings/options_helper_test.rb
312
+ - test/integration/navigation_test.rb
313
+ - test/lib/bizarroids/settings_test.rb
314
+ - test/lib/generators/bizarroids/bizarroids/settings/install_generator_test.rb
315
+ - test/models/bizarroids/settings/option_test.rb
316
+ - test/test_helper.rb