piggybak_simple_variants 0.1.2

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 (66) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/Rakefile +34 -0
  3. data/app/assets/javascripts/piggybak_simple_variants/piggybak_simple_variants-application.js +1 -0
  4. data/app/assets/javascripts/piggybak_simple_variants/piggybak_simple_variants.js +46 -0
  5. data/app/assets/stylesheets/piggybak_simple_variants/application.css +0 -0
  6. data/app/helpers/piggybak_simple_variants_helper.rb +17 -0
  7. data/app/models/piggybak_simple_variants/option.rb +9 -0
  8. data/app/models/piggybak_simple_variants/option_value.rb +14 -0
  9. data/app/models/piggybak_simple_variants/variant.rb +7 -0
  10. data/app/models/piggybak_simple_variants/variant_option.rb +6 -0
  11. data/app/views/piggybak_simple_variants/cart/_radio_buttons_form.html.erb +44 -0
  12. data/config/routes.rb +2 -0
  13. data/db/migrate/20140511185627_create_piggybak_simple_variants_options.rb +9 -0
  14. data/db/migrate/20140511185729_create_piggybak_simple_variants_option_values.rb +10 -0
  15. data/db/migrate/20140511185906_create_piggybak_simple_variants_variants.rb +9 -0
  16. data/db/migrate/20140511193145_update_piggybak_sellables.rb +9 -0
  17. data/db/migrate/20140513200039_create_piggybak_simple_variants_variant_options.rb +15 -0
  18. data/lib/acts_as_sellable_with_simple_variants.rb +14 -0
  19. data/lib/piggybak_simple_variants.rb +5 -0
  20. data/lib/piggybak_simple_variants/engine.rb +118 -0
  21. data/lib/piggybak_simple_variants/version.rb +3 -0
  22. data/lib/tasks/piggybak_simple_variants_tasks.rake +4 -0
  23. data/test/dummy/README.rdoc +28 -0
  24. data/test/dummy/Rakefile +6 -0
  25. data/test/dummy/app/assets/javascripts/application.js +13 -0
  26. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  27. data/test/dummy/app/controllers/application_controller.rb +5 -0
  28. data/test/dummy/app/helpers/application_helper.rb +2 -0
  29. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  30. data/test/dummy/bin/bundle +3 -0
  31. data/test/dummy/bin/rails +4 -0
  32. data/test/dummy/bin/rake +4 -0
  33. data/test/dummy/config.ru +4 -0
  34. data/test/dummy/config/application.rb +23 -0
  35. data/test/dummy/config/boot.rb +5 -0
  36. data/test/dummy/config/database.yml +54 -0
  37. data/test/dummy/config/environment.rb +5 -0
  38. data/test/dummy/config/environments/development.rb +37 -0
  39. data/test/dummy/config/environments/production.rb +83 -0
  40. data/test/dummy/config/environments/test.rb +39 -0
  41. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  42. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  43. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  44. data/test/dummy/config/initializers/inflections.rb +16 -0
  45. data/test/dummy/config/initializers/mime_types.rb +4 -0
  46. data/test/dummy/config/initializers/session_store.rb +3 -0
  47. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  48. data/test/dummy/config/locales/en.yml +23 -0
  49. data/test/dummy/config/routes.rb +4 -0
  50. data/test/dummy/config/secrets.yml +22 -0
  51. data/test/dummy/public/404.html +67 -0
  52. data/test/dummy/public/422.html +67 -0
  53. data/test/dummy/public/500.html +66 -0
  54. data/test/dummy/public/favicon.ico +0 -0
  55. data/test/fixtures/piggybak_simple_variants/option_configurations.yml +11 -0
  56. data/test/fixtures/piggybak_simple_variants/option_values.yml +11 -0
  57. data/test/fixtures/piggybak_simple_variants/options.yml +11 -0
  58. data/test/fixtures/piggybak_simple_variants/variants.yml +11 -0
  59. data/test/integration/navigation_test.rb +10 -0
  60. data/test/models/piggybak_simple_variants/option_configuration_test.rb +9 -0
  61. data/test/models/piggybak_simple_variants/option_test.rb +9 -0
  62. data/test/models/piggybak_simple_variants/option_value_test.rb +9 -0
  63. data/test/models/piggybak_simple_variants/variant_test.rb +9 -0
  64. data/test/piggybak_simple_variants_test.rb +7 -0
  65. data/test/test_helper.rb +15 -0
  66. metadata +186 -0
@@ -0,0 +1,22 @@
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: 7a6e0a97821b16e84cd734696f87757bf1c717d65ec1f3d95675c50a85abeb8af828a3e471bd7f2ec23f728b3b85a24725f730e8ddf0d68f261872b496fa8427
15
+
16
+ test:
17
+ secret_key_base: c892b023373eedcf526b88c6511c08e925b0e5251d05f5efbccbaf97f5cfc54593d632a28f8c2ed1c3a8186d143d739852acaf73b6d4c6949ecefb130becab3a
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"] %>
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</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
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body>
58
+ <!-- This file lives in public/404.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>The page you were looking for doesn't exist.</h1>
62
+ <p>You may have mistyped the address or the page may have moved.</p>
63
+ </div>
64
+ <p>If you are the application owner check the logs for more information.</p>
65
+ </div>
66
+ </body>
67
+ </html>
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</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
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body>
58
+ <!-- This file lives in public/422.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>The change you wanted was rejected.</h1>
62
+ <p>Maybe you tried to change something you didn't have access to.</p>
63
+ </div>
64
+ <p>If you are the application owner check the logs for more information.</p>
65
+ </div>
66
+ </body>
67
+ </html>
@@ -0,0 +1,66 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
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
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body>
58
+ <!-- This file lives in public/500.html -->
59
+ <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>
64
+ </div>
65
+ </body>
66
+ </html>
File without changes
@@ -0,0 +1,11 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
+
3
+ # This model initially had no columns defined. If you add columns to the
4
+ # model remove the '{}' from the fixture names and add the columns immediately
5
+ # below each fixture, per the syntax in the comments below
6
+ #
7
+ one: {}
8
+ # column: value
9
+ #
10
+ two: {}
11
+ # column: value
@@ -0,0 +1,11 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
+
3
+ # This model initially had no columns defined. If you add columns to the
4
+ # model remove the '{}' from the fixture names and add the columns immediately
5
+ # below each fixture, per the syntax in the comments below
6
+ #
7
+ one: {}
8
+ # column: value
9
+ #
10
+ two: {}
11
+ # column: value
@@ -0,0 +1,11 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
+
3
+ # This model initially had no columns defined. If you add columns to the
4
+ # model remove the '{}' from the fixture names and add the columns immediately
5
+ # below each fixture, per the syntax in the comments below
6
+ #
7
+ one: {}
8
+ # column: value
9
+ #
10
+ two: {}
11
+ # column: value
@@ -0,0 +1,11 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
+
3
+ # This model initially had no columns defined. If you add columns to the
4
+ # model remove the '{}' from the fixture names and add the columns immediately
5
+ # below each fixture, per the syntax in the comments below
6
+ #
7
+ one: {}
8
+ # column: value
9
+ #
10
+ two: {}
11
+ # column: value
@@ -0,0 +1,10 @@
1
+ require 'test_helper'
2
+
3
+ class NavigationTest < ActionDispatch::IntegrationTest
4
+ fixtures :all
5
+
6
+ # test "the truth" do
7
+ # assert true
8
+ # end
9
+ end
10
+
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module PiggybakSimpleVariants
4
+ class OptionConfigurationTest < ActiveSupport::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module PiggybakSimpleVariants
4
+ class OptionTest < ActiveSupport::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module PiggybakSimpleVariants
4
+ class OptionValueTest < ActiveSupport::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module PiggybakSimpleVariants
4
+ class VariantTest < ActiveSupport::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class PiggybakSimpleVariantsTest < ActiveSupport::TestCase
4
+ test "truth" do
5
+ assert_kind_of Module, PiggybakSimpleVariants
6
+ end
7
+ end
@@ -0,0 +1,15 @@
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
metadata ADDED
@@ -0,0 +1,186 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: piggybak_simple_variants
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Ludovic Jamet
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2014-05-17 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '4.0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '4.0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: mysql2
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ~>
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ description: You define variants, you assign a variant to a product and... it's done!
47
+ email:
48
+ - jamet.ludovic@gmail.com
49
+ executables: []
50
+ extensions: []
51
+ extra_rdoc_files: []
52
+ files:
53
+ - app/models/piggybak_simple_variants/variant.rb
54
+ - app/models/piggybak_simple_variants/variant_option.rb
55
+ - app/models/piggybak_simple_variants/option_value.rb
56
+ - app/models/piggybak_simple_variants/option.rb
57
+ - app/helpers/piggybak_simple_variants_helper.rb
58
+ - app/views/piggybak_simple_variants/cart/_radio_buttons_form.html.erb
59
+ - app/assets/javascripts/piggybak_simple_variants/piggybak_simple_variants.js
60
+ - app/assets/javascripts/piggybak_simple_variants/piggybak_simple_variants-application.js
61
+ - app/assets/stylesheets/piggybak_simple_variants/application.css
62
+ - config/routes.rb
63
+ - db/migrate/20140511185627_create_piggybak_simple_variants_options.rb
64
+ - db/migrate/20140513200039_create_piggybak_simple_variants_variant_options.rb
65
+ - db/migrate/20140511185906_create_piggybak_simple_variants_variants.rb
66
+ - db/migrate/20140511185729_create_piggybak_simple_variants_option_values.rb
67
+ - db/migrate/20140511193145_update_piggybak_sellables.rb
68
+ - lib/piggybak_simple_variants/version.rb
69
+ - lib/piggybak_simple_variants/engine.rb
70
+ - lib/piggybak_simple_variants.rb
71
+ - lib/tasks/piggybak_simple_variants_tasks.rake
72
+ - lib/acts_as_sellable_with_simple_variants.rb
73
+ - MIT-LICENSE
74
+ - Rakefile
75
+ - test/test_helper.rb
76
+ - test/fixtures/piggybak_simple_variants/option_values.yml
77
+ - test/fixtures/piggybak_simple_variants/option_configurations.yml
78
+ - test/fixtures/piggybak_simple_variants/options.yml
79
+ - test/fixtures/piggybak_simple_variants/variants.yml
80
+ - test/integration/navigation_test.rb
81
+ - test/models/piggybak_simple_variants/variant_test.rb
82
+ - test/models/piggybak_simple_variants/option_configuration_test.rb
83
+ - test/models/piggybak_simple_variants/option_test.rb
84
+ - test/models/piggybak_simple_variants/option_value_test.rb
85
+ - test/dummy/app/helpers/application_helper.rb
86
+ - test/dummy/app/controllers/application_controller.rb
87
+ - test/dummy/app/views/layouts/application.html.erb
88
+ - test/dummy/app/assets/javascripts/application.js
89
+ - test/dummy/app/assets/stylesheets/application.css
90
+ - test/dummy/config.ru
91
+ - test/dummy/config/environments/development.rb
92
+ - test/dummy/config/environments/test.rb
93
+ - test/dummy/config/environments/production.rb
94
+ - test/dummy/config/environment.rb
95
+ - test/dummy/config/secrets.yml
96
+ - test/dummy/config/locales/en.yml
97
+ - test/dummy/config/boot.rb
98
+ - test/dummy/config/database.yml
99
+ - test/dummy/config/application.rb
100
+ - test/dummy/config/routes.rb
101
+ - test/dummy/config/initializers/inflections.rb
102
+ - test/dummy/config/initializers/wrap_parameters.rb
103
+ - test/dummy/config/initializers/session_store.rb
104
+ - test/dummy/config/initializers/mime_types.rb
105
+ - test/dummy/config/initializers/cookies_serializer.rb
106
+ - test/dummy/config/initializers/backtrace_silencers.rb
107
+ - test/dummy/config/initializers/filter_parameter_logging.rb
108
+ - test/dummy/public/404.html
109
+ - test/dummy/public/favicon.ico
110
+ - test/dummy/public/422.html
111
+ - test/dummy/public/500.html
112
+ - test/dummy/bin/rake
113
+ - test/dummy/bin/rails
114
+ - test/dummy/bin/bundle
115
+ - test/dummy/README.rdoc
116
+ - test/dummy/Rakefile
117
+ - test/piggybak_simple_variants_test.rb
118
+ homepage: https://github.com/piggybak/piggybak_simple_variants
119
+ licenses:
120
+ - MIT
121
+ post_install_message:
122
+ rdoc_options: []
123
+ require_paths:
124
+ - lib
125
+ required_ruby_version: !ruby/object:Gem::Requirement
126
+ none: false
127
+ requirements:
128
+ - - ! '>='
129
+ - !ruby/object:Gem::Version
130
+ version: '0'
131
+ required_rubygems_version: !ruby/object:Gem::Requirement
132
+ none: false
133
+ requirements:
134
+ - - ! '>='
135
+ - !ruby/object:Gem::Version
136
+ version: '0'
137
+ requirements: []
138
+ rubyforge_project:
139
+ rubygems_version: 1.8.23
140
+ signing_key:
141
+ specification_version: 3
142
+ summary: The most simplest implementation of variants for Piggybak.
143
+ test_files:
144
+ - test/test_helper.rb
145
+ - test/fixtures/piggybak_simple_variants/option_values.yml
146
+ - test/fixtures/piggybak_simple_variants/option_configurations.yml
147
+ - test/fixtures/piggybak_simple_variants/options.yml
148
+ - test/fixtures/piggybak_simple_variants/variants.yml
149
+ - test/integration/navigation_test.rb
150
+ - test/models/piggybak_simple_variants/variant_test.rb
151
+ - test/models/piggybak_simple_variants/option_configuration_test.rb
152
+ - test/models/piggybak_simple_variants/option_test.rb
153
+ - test/models/piggybak_simple_variants/option_value_test.rb
154
+ - test/dummy/app/helpers/application_helper.rb
155
+ - test/dummy/app/controllers/application_controller.rb
156
+ - test/dummy/app/views/layouts/application.html.erb
157
+ - test/dummy/app/assets/javascripts/application.js
158
+ - test/dummy/app/assets/stylesheets/application.css
159
+ - test/dummy/config.ru
160
+ - test/dummy/config/environments/development.rb
161
+ - test/dummy/config/environments/test.rb
162
+ - test/dummy/config/environments/production.rb
163
+ - test/dummy/config/environment.rb
164
+ - test/dummy/config/secrets.yml
165
+ - test/dummy/config/locales/en.yml
166
+ - test/dummy/config/boot.rb
167
+ - test/dummy/config/database.yml
168
+ - test/dummy/config/application.rb
169
+ - test/dummy/config/routes.rb
170
+ - test/dummy/config/initializers/inflections.rb
171
+ - test/dummy/config/initializers/wrap_parameters.rb
172
+ - test/dummy/config/initializers/session_store.rb
173
+ - test/dummy/config/initializers/mime_types.rb
174
+ - test/dummy/config/initializers/cookies_serializer.rb
175
+ - test/dummy/config/initializers/backtrace_silencers.rb
176
+ - test/dummy/config/initializers/filter_parameter_logging.rb
177
+ - test/dummy/public/404.html
178
+ - test/dummy/public/favicon.ico
179
+ - test/dummy/public/422.html
180
+ - test/dummy/public/500.html
181
+ - test/dummy/bin/rake
182
+ - test/dummy/bin/rails
183
+ - test/dummy/bin/bundle
184
+ - test/dummy/README.rdoc
185
+ - test/dummy/Rakefile
186
+ - test/piggybak_simple_variants_test.rb