formgroups-rails 0.0.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 (97) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +17 -0
  4. data/lib/form_groups/field_builder.rb +94 -0
  5. data/lib/form_groups/field_tag.rb +23 -0
  6. data/lib/form_groups/group_builder.rb +21 -0
  7. data/lib/form_groups/version.rb +3 -0
  8. data/lib/formgroups-rails.rb +3 -0
  9. data/test/dummy/Rakefile +3 -0
  10. data/test/dummy/app/assets/javascripts/application.js +13 -0
  11. data/test/dummy/app/assets/javascripts/home.js +2 -0
  12. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  13. data/test/dummy/app/assets/stylesheets/home.css +4 -0
  14. data/test/dummy/app/controllers/application_controller.rb +5 -0
  15. data/test/dummy/app/controllers/home_controller.rb +5 -0
  16. data/test/dummy/app/helpers/application_helper.rb +2 -0
  17. data/test/dummy/app/helpers/home_helper.rb +2 -0
  18. data/test/dummy/app/models/person.rb +2 -0
  19. data/test/dummy/app/views/home/index.html.erb +18 -0
  20. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  21. data/test/dummy/bin/bundle +3 -0
  22. data/test/dummy/bin/rails +4 -0
  23. data/test/dummy/bin/rake +4 -0
  24. data/test/dummy/bin/setup +29 -0
  25. data/test/dummy/config/application.rb +18 -0
  26. data/test/dummy/config/boot.rb +4 -0
  27. data/test/dummy/config/database.yml +12 -0
  28. data/test/dummy/config/environment.rb +3 -0
  29. data/test/dummy/config/environments/development.rb +15 -0
  30. data/test/dummy/config/environments/test.rb +16 -0
  31. data/test/dummy/config/routes.rb +3 -0
  32. data/test/dummy/config/secrets.yml +5 -0
  33. data/test/dummy/config.ru +2 -0
  34. data/test/dummy/db/development.sqlite3 +0 -0
  35. data/test/dummy/db/migrate/20150504230241_create_people.rb +10 -0
  36. data/test/dummy/db/schema.rb +23 -0
  37. data/test/dummy/db/test.sqlite3 +0 -0
  38. data/test/dummy/log/development.log +315 -0
  39. data/test/dummy/log/test.log +20 -0
  40. data/test/dummy/public/404.html +67 -0
  41. data/test/dummy/public/422.html +67 -0
  42. data/test/dummy/public/500.html +66 -0
  43. data/test/dummy/public/favicon.ico +0 -0
  44. data/test/dummy/test/controllers/home_controller_test.rb +9 -0
  45. data/test/dummy/test/fixtures/people.yml +9 -0
  46. data/test/dummy/test/models/person_test.rb +7 -0
  47. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/0riukRh6WZ7Sjjvlksv_yGt0IA7scqlLJMgabgG_-5o.cache +0 -0
  48. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/47_JU9U0dZtuq5KALKGjQHmKu4rnKjY8ZTie2CmIsIo.cache +1 -0
  49. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/AZi3eistqLQcFTFVsRYNCT3_fL88r9mVe0n1D-QvJDs.cache +2 -0
  50. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/AavMJojef3peC9Irw-4GMyBfRkYtQkrOiJqOoKeqQS4.cache +1 -0
  51. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/DlLR4N2dA9aZj7WoSLRzKsbsIRPaU_DGVMUIsAmz1mI.cache +1 -0
  52. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/M1b3JRkxKB-QsJ6I62Q0M7FXEfnw9Lo51rTlpqZ1ACk.cache +1 -0
  53. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/N77w71hD6tVyOOD6bXcf8Ht6H3eXdij-MIaA_y88dWs.cache +0 -0
  54. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Ps94uPcSG5YcgPL_OArd_fddiPbzx6si3CAVaPZmyXE.cache +2 -0
  55. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/PzJln2ImbwoAj3mn133dfP5LtCHIzqAgp_F_8CSKU8Q.cache +2 -0
  56. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/QvhAN1d4UDYd4k-Q_PbEI-2qHT5tPA-OordBT-DsytU.cache +1 -0
  57. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/SMbXpDQDCa0Oa3bWohbN9nuTxFDQONzWgzee5JbT_nk.cache +1 -0
  58. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/S_iGa-CGuERHidPjS-PSMPuq8cvaUS8kkRgtwzJNMpk.cache +2 -0
  59. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/VmeLeQXRekR3gXKf400xpQg-7oj76k5052Irhth6d_E.cache +1 -0
  60. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/YNQbfQedUs-5m9VZfatoa_jz6qfqUHh97mdUVMWrwNw.cache +0 -0
  61. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Ylfe6vX3JJv4czrwbox-D_iRPjVHjKjP_irMFTUoDbQ.cache +2 -0
  62. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/ZTOK7yGAJ-GFGb-rTcwBzvacpN-rW6EH2ELctZCTUP0.cache +1 -0
  63. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Znv4NRIkGKuLTr58-Y2pG_lt_glbFjOI9MGYhh6gqHQ.cache +0 -0
  64. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/_5PWptksXKbekESnPgkrIR1nLlJa4ObY_vFds6ng4g8.cache +0 -0
  65. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/bRdF0bJkFKmH3B5lFQF4YQu_-m0OocWpOrqefpRlBIg.cache +2 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/e1VBLkDyGa39LAW8WmEwDX34l6Gij08Kj7tUFjJnA3U.cache +2 -0
  67. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/jNi3cFbohn41IpVKflAANlnwugg8nTpYu-MBTCZG-lc.cache +1 -0
  68. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/nqyu6PMmP3PX7E7eiM5w8WqFq7cHY7V2LuzAbu8lhmE.cache +1 -0
  69. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/p_tpINGaRsf_KU5Z-BqmwLD2zl8ZQ7qx6VQImI57bR8.cache +1 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/tOZ0F8GyCoHyQPbLm5-I22oareYKl2Z48N4yaZlnHTU.cache +0 -0
  71. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/47_JU9U0dZtuq5KALKGjQHmKu4rnKjY8ZTie2CmIsIo.cache +1 -0
  72. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/50TwRqsGeoLcbrpksPONL6oaV1V5fm4exhCepjPeKj4.cache +0 -0
  73. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/72EBUT6d77ZV_AQ-WcGi5caiAapjkGhZprVi0LuLcx4.cache +0 -0
  74. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/AZi3eistqLQcFTFVsRYNCT3_fL88r9mVe0n1D-QvJDs.cache +2 -0
  75. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/AavMJojef3peC9Irw-4GMyBfRkYtQkrOiJqOoKeqQS4.cache +1 -0
  76. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/LUxdNgtFjUXUvGIaWQtANkM9sUdb_VMJ8G8glB9xQLY.cache +0 -0
  77. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Lnsjb99eN4oNtdZtovXcNVs8yT109O4taZkJGyxMFbE.cache +1 -0
  78. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/M1b3JRkxKB-QsJ6I62Q0M7FXEfnw9Lo51rTlpqZ1ACk.cache +1 -0
  79. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Ps94uPcSG5YcgPL_OArd_fddiPbzx6si3CAVaPZmyXE.cache +2 -0
  80. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/PzJln2ImbwoAj3mn133dfP5LtCHIzqAgp_F_8CSKU8Q.cache +2 -0
  81. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/QVO06ory_nNzXOToM_1JPuUBMKmdsvks5AJHfOrmwG4.cache +0 -0
  82. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/QvhAN1d4UDYd4k-Q_PbEI-2qHT5tPA-OordBT-DsytU.cache +1 -0
  83. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/S_iGa-CGuERHidPjS-PSMPuq8cvaUS8kkRgtwzJNMpk.cache +2 -0
  84. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/UEew5DsFvRxpggBGgf6rZ4rWPTTXNHuS8_-8mUD69ew.cache +1 -0
  85. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Ylfe6vX3JJv4czrwbox-D_iRPjVHjKjP_irMFTUoDbQ.cache +2 -0
  86. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/bRdF0bJkFKmH3B5lFQF4YQu_-m0OocWpOrqefpRlBIg.cache +2 -0
  87. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/e1VBLkDyGa39LAW8WmEwDX34l6Gij08Kj7tUFjJnA3U.cache +2 -0
  88. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/fid3AXHOqJt42f4puodw6G5mhqKCvVKkbLiAMOA74Ys.cache +0 -0
  89. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iRW9XpmCm-DgQ1ubno3T6_BeOXpHN3OATlkTgl0sMAg.cache +1 -0
  90. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/jNi3cFbohn41IpVKflAANlnwugg8nTpYu-MBTCZG-lc.cache +1 -0
  91. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/lP5Unh1jHMwveypD4lOKCL6--jObsMyxkSOzPr0HUi0.cache +0 -0
  92. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/s-pgwuN2O2LzTjYS6cnHdnH9b1e_PHqPm5oIt2izuyQ.cache +1 -0
  93. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/sHDrLLp5ZPrQknTqotKcNoRgMU4atfgAlyd9YAXz2J0.cache +1 -0
  94. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/vZBE8U_MfTCNwCoaI0iMvWjPI9c7_Atw9ofvvSxbVC4.cache +1 -0
  95. data/test/form_groups_test.rb +7 -0
  96. data/test/test_helper.rb +19 -0
  97. metadata +299 -0
@@ -0,0 +1,315 @@
1
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
+  (0.0ms) select sqlite_version(*)
3
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
+ Migrating to CreatePeople (20150504230241)
6
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7
+ Migrating to CreatePeople (20150504230241)
8
+  (0.2ms) begin transaction
9
+  (0.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "age" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
10
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150504230241"]]
11
+  (0.8ms) commit transaction
12
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
13
+
14
+
15
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:05:56 +0300
16
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17
+ Processing by Rails::WelcomeController#index as HTML
18
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (1.6ms)
19
+ Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
20
+
21
+
22
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:06:17 +0300
23
+ Processing by HomeController#index as HTML
24
+ Rendered home/index.html.erb within layouts/application (9.0ms)
25
+ Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms)
26
+
27
+ ActionView::Template::Error (undefined method `people_path' for #<#<Class:0x007ffadee02280>:0x007ffadee01858>):
28
+ 1: <%= form_for @person do |form| %>
29
+ 2: <%= form.field :name do |name| %>
30
+ 3: <%= name.text "Hello" %>
31
+ 4: <% end %>
32
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2450814031218849436_70357728887340'
33
+
34
+
35
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
36
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
37
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.2ms)
38
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (43.2ms)
39
+
40
+
41
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:06:31 +0300
42
+ Processing by HomeController#index as HTML
43
+ Rendered home/index.html.erb within layouts/application (5.2ms)
44
+ Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.3ms)
45
+
46
+ ActionView::Template::Error (undefined method `people_path' for #<#<Class:0x007ffad9489fa0>:0x007ffad9488f88>):
47
+ 1: <%= form_for @person do |form| %>
48
+ 2: <%= form.field :name do |name| %>
49
+ 3: <%= name.text "Hello" %>
50
+ 4: <% end %>
51
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2450814031218849436_70357728887340'
52
+
53
+
54
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
55
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
56
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
57
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.7ms)
58
+
59
+
60
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:06:33 +0300
61
+ Processing by HomeController#index as HTML
62
+ Rendered home/index.html.erb within layouts/application (4.3ms)
63
+ Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
64
+
65
+ ActionView::Template::Error (undefined method `people_path' for #<#<Class:0x007ffad9489fa0>:0x007ffadedaa3f0>):
66
+ 1: <%= form_for @person do |form| %>
67
+ 2: <%= form.field :name do |name| %>
68
+ 3: <%= name.text "Hello" %>
69
+ 4: <% end %>
70
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2450814031218849436_70357728887340'
71
+
72
+
73
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
74
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
75
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
76
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.9ms)
77
+
78
+
79
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:07:11 +0300
80
+ Processing by HomeController#index as HTML
81
+ Rendered home/index.html.erb within layouts/application (5.5ms)
82
+ Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.4ms)
83
+
84
+ ActionView::Template::Error (undefined method `field' for #<ActionView::Helpers::FormBuilder:0x007ffadebf8548>):
85
+ 1: <%= form_for @person do |form| %>
86
+ 2: <%= form.field :name do |name| %>
87
+ 3: <%= name.text "Hello" %>
88
+ 4: <% end %>
89
+ 5: <% end %>
90
+ app/views/home/index.html.erb:2:in `block in _app_views_home_index_html_erb___2450814031218849436_70357728887340'
91
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2450814031218849436_70357728887340'
92
+
93
+
94
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
95
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
96
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
97
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.7ms)
98
+
99
+
100
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:08:27 +0300
101
+ Processing by HomeController#index as HTML
102
+ Rendered home/index.html.erb within layouts/application (4.7ms)
103
+ Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
104
+
105
+ ActionView::Template::Error (undefined method `field' for #<ActionView::Helpers::FormBuilder:0x007ffadeb011f8>):
106
+ 1: <%= form_for @person do |form| %>
107
+ 2: <%= form.field :name do |name| %>
108
+ 3: <%= name.text "Hello" %>
109
+ 4: <% end %>
110
+ 5: <% end %>
111
+ app/views/home/index.html.erb:2:in `block in _app_views_home_index_html_erb___2450814031218849436_70357728887340'
112
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2450814031218849436_70357728887340'
113
+
114
+
115
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
116
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
117
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
118
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.7ms)
119
+
120
+
121
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:08:29 +0300
122
+ Processing by HomeController#index as HTML
123
+ Rendered home/index.html.erb within layouts/application (5.4ms)
124
+ Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
125
+
126
+ ActionView::Template::Error (undefined method `field' for #<ActionView::Helpers::FormBuilder:0x007ffade9d0ef0>):
127
+ 1: <%= form_for @person do |form| %>
128
+ 2: <%= form.field :name do |name| %>
129
+ 3: <%= name.text "Hello" %>
130
+ 4: <% end %>
131
+ 5: <% end %>
132
+ app/views/home/index.html.erb:2:in `block in _app_views_home_index_html_erb___2450814031218849436_70357728887340'
133
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2450814031218849436_70357728887340'
134
+
135
+
136
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
137
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
138
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
139
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.2ms)
140
+
141
+
142
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:08:50 +0300
143
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
144
+ Processing by HomeController#index as HTML
145
+ Rendered home/index.html.erb within layouts/application (3.2ms)
146
+ Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms)
147
+
148
+ ActionView::Template::Error (uninitialized constant FormGroups::GroupBuilder::FieldTag):
149
+ 1: <%= form_for @person do |form| %>
150
+ 2: <%= form.field :name do |name| %>
151
+ 3: <%= name.text "Hello" %>
152
+ 4: <% end %>
153
+ 5: <% end %>
154
+ app/views/home/index.html.erb:2:in `block in _app_views_home_index_html_erb___1202271563207140619_70137404167920'
155
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1202271563207140619_70137404167920'
156
+
157
+
158
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
159
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
160
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.5ms)
161
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (35.3ms)
162
+
163
+
164
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:09:25 +0300
165
+ Processing by HomeController#index as HTML
166
+ Rendered home/index.html.erb within layouts/application (2.2ms)
167
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
168
+
169
+ ActionView::Template::Error (uninitialized constant FormGroups::GroupBuilder::FieldTag):
170
+ 1: <%= form_for @person do |form| %>
171
+ 2: <%= form.field :name do |name| %>
172
+ 3: <%= name.text "Hello" %>
173
+ 4: <% end %>
174
+ 5: <% end %>
175
+ app/views/home/index.html.erb:2:in `block in _app_views_home_index_html_erb___1202271563207140619_70137404167920'
176
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___1202271563207140619_70137404167920'
177
+
178
+
179
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
180
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
181
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
182
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.2ms)
183
+
184
+
185
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:09:29 +0300
186
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
187
+ Processing by HomeController#index as HTML
188
+ Rendered home/index.html.erb within layouts/application (11.8ms)
189
+ Completed 200 OK in 139ms (Views: 135.1ms | ActiveRecord: 0.2ms)
190
+
191
+
192
+ Started GET "/assets/home.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2015-05-05 02:09:29 +0300
193
+
194
+
195
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-05-05 02:09:29 +0300
196
+
197
+
198
+ Started GET "/assets/home.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2015-05-05 02:09:29 +0300
199
+
200
+
201
+ Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2015-05-05 02:09:29 +0300
202
+
203
+
204
+ Started GET "/" for 127.0.0.1 at 2015-05-05 02:15:15 +0300
205
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
206
+ Processing by HomeController#index as HTML
207
+ Rendered home/index.html.erb within layouts/application (8.9ms)
208
+ Completed 200 OK in 118ms (Views: 114.5ms | ActiveRecord: 0.2ms)
209
+
210
+
211
+ Started GET "/assets/home.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2015-05-05 02:15:15 +0300
212
+
213
+
214
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-05-05 02:15:15 +0300
215
+
216
+
217
+ Started GET "/assets/home.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2015-05-05 02:15:15 +0300
218
+
219
+
220
+ Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2015-05-05 02:15:16 +0300
221
+
222
+
223
+ Started GET "/" for 127.0.0.1 at 2015-05-05 03:10:36 +0300
224
+ Processing by HomeController#index as HTML
225
+ Rendered home/index.html.erb within layouts/application (10.4ms)
226
+ Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)
227
+
228
+ ActionView::Template::Error (undefined local variable or method `f' for #<#<Class:0x007fed7c40de60>:0x007fed811a1848>):
229
+ 1: <%= form_for @person do |form| %>
230
+ 2: <div class='field <%= 'field-errors' if @person.errors[:name]%>'>
231
+ 3: <%= f.label :name, 'Name' %>
232
+ 4: <%= f.text_field :name, placeholder: 'Name' %>
233
+ 5:
234
+ 6: <% if @person.errors[:name] %>
235
+ app/views/home/index.html.erb:3:in `block in _app_views_home_index_html_erb__4345321613550531593_70329024971620'
236
+ app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb__4345321613550531593_70329024971620'
237
+
238
+
239
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms)
240
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
241
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
242
+ Rendered /Users/Alexey/.rvm/gems/ruby-2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (42.1ms)
243
+
244
+
245
+ Started GET "/" for 127.0.0.1 at 2015-05-05 03:10:45 +0300
246
+ Processing by HomeController#index as HTML
247
+ Rendered home/index.html.erb within layouts/application (3.7ms)
248
+ Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms)
249
+
250
+
251
+ Started GET "/assets/home.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2015-05-05 03:10:45 +0300
252
+
253
+
254
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-05-05 03:10:45 +0300
255
+
256
+
257
+ Started GET "/assets/home.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2015-05-05 03:10:45 +0300
258
+
259
+
260
+ Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2015-05-05 03:10:45 +0300
261
+
262
+
263
+ Started GET "/" for 127.0.0.1 at 2015-05-05 03:12:38 +0300
264
+ Processing by HomeController#index as HTML
265
+ Rendered home/index.html.erb within layouts/application (1.5ms)
266
+ Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
267
+
268
+
269
+ Started GET "/assets/home.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2015-05-05 03:12:38 +0300
270
+
271
+
272
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-05-05 03:12:38 +0300
273
+
274
+
275
+ Started GET "/assets/home.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2015-05-05 03:12:38 +0300
276
+
277
+
278
+ Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2015-05-05 03:12:38 +0300
279
+
280
+
281
+ Started GET "/" for 127.0.0.1 at 2015-05-05 03:12:48 +0300
282
+ Processing by HomeController#index as HTML
283
+ Rendered home/index.html.erb within layouts/application (1.8ms)
284
+ Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)
285
+
286
+
287
+ Started GET "/assets/home.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2015-05-05 03:12:48 +0300
288
+
289
+
290
+ Started GET "/assets/home.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2015-05-05 03:12:48 +0300
291
+
292
+
293
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-05-05 03:12:48 +0300
294
+
295
+
296
+ Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2015-05-05 03:12:48 +0300
297
+
298
+
299
+ Started GET "/" for 127.0.0.1 at 2015-05-05 03:13:05 +0300
300
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
301
+ Processing by HomeController#index as HTML
302
+ Rendered home/index.html.erb within layouts/application (18.1ms)
303
+ Completed 200 OK in 138ms (Views: 133.8ms | ActiveRecord: 0.3ms)
304
+
305
+
306
+ Started GET "/assets/home.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2015-05-05 03:13:05 +0300
307
+
308
+
309
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-05-05 03:13:05 +0300
310
+
311
+
312
+ Started GET "/assets/home.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2015-05-05 03:13:05 +0300
313
+
314
+
315
+ Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2015-05-05 03:13:05 +0300
@@ -0,0 +1,20 @@
1
+  (1.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "age" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
2
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
3
+  (0.3ms) select sqlite_version(*)
4
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
+  (0.1ms) SELECT version FROM "schema_migrations"
6
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150504230241')
7
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8
+  (0.1ms) begin transaction
9
+ --------------------------
10
+ FormGroupsTest: test_truth
11
+ --------------------------
12
+  (0.0ms) rollback transaction
13
+  (0.0ms) begin transaction
14
+ -----------------------------------------
15
+ HomeControllerTest: test_should_get_index
16
+ -----------------------------------------
17
+ Processing by HomeController#index as HTML
18
+ Rendered home/index.html.erb within layouts/application (5.9ms)
19
+ Completed 200 OK in 137ms (Views: 131.9ms | ActiveRecord: 0.2ms)
20
+  (0.1ms) rollback transaction
@@ -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,9 @@
1
+ require 'test_helper'
2
+
3
+ class HomeControllerTest < ActionController::TestCase
4
+ test "should get index" do
5
+ get :index
6
+ assert_response :success
7
+ end
8
+
9
+ end
@@ -0,0 +1,9 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
+
3
+ one:
4
+ name,: MyString
5
+ age: MyString
6
+
7
+ two:
8
+ name,: MyString
9
+ age: MyString
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class PersonTest < ActiveSupport::TestCase
4
+ # test "the truth" do
5
+ # assert true
6
+ # end
7
+ end
@@ -0,0 +1 @@
1
+ "%s��P ��r�5�v-�o>���j��Uw^�Q�
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"0processors:type=text/css&file_type=text/css;TTI"dfile-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"]file-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets/home.css;TTI"Tfile-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets;TT
@@ -0,0 +1 @@
1
+ "%֧�NTZq�בH�L��#p3��Jg!��)
@@ -0,0 +1 @@
1
+ I"�file:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=114c9243d05f78e8659de73ef49ee3359303bc9220e954e6ed5eee8001d3c57b:ET
@@ -0,0 +1 @@
1
+ "%>+�RĦ���Vʿժ�dž���.$DG�5=a���
@@ -0,0 +1,2 @@
1
+ "%����͹mm�
2
+ a�l�|a56���v�6}��(&5
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"\file-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/javascripts/home.js;TT
@@ -0,0 +1 @@
1
+ "%Ѱč@�����6H�uZoX�Z�gbh0W��V
@@ -0,0 +1 @@
1
+ I"�file:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets/home.css?type=text/css&pipeline=self&id=3dd1f6529dedfda77753a9e18ad75a899b08a4cd76501525987c4ce9c217127e:ET
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"cfile-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/javascripts/application.js;TTI"Tfile-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/javascripts;TTI"\file-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/javascripts/home.js;TT
@@ -0,0 +1 @@
1
+ I"�file:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/javascripts/application.js?type=application/javascript&id=d853c3caf865264a2e1504d43c51ae6e547722a3cd2f098cd7fce3a6e197b460:ET
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"]file-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets/home.css;TT
@@ -0,0 +1 @@
1
+ I"�file:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets/application.css?type=text/css&id=cc053b54596a994f8950c959c80d29e2ba1cfb9496ee112afbf705a091b68022:ET
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"dfile-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets/application.css;TTI"Tfile-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets;TTI"]file-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/stylesheets/home.css;TT
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash{ I"environment-version:ETTI"environment-paths;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"cfile-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/javascripts/application.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"\file-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/javascripts/home.js;TTI"Tfile-digest:///Users/Alexey/GitHub/FormGroups/test/dummy/app/assets/javascripts;TT