raffle_v1 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (251) hide show
  1. checksums.yaml +6 -14
  2. data/README.md +11 -2
  3. data/app/assets/images/raffle_v1/game.png +0 -0
  4. data/app/assets/images/raffle_v1/gift.png +0 -0
  5. data/app/assets/images/raffle_v1/lifesaver.png +0 -0
  6. data/app/assets/images/raffle_v1/person01.jpg +0 -0
  7. data/app/assets/javascripts/raffle_v1/application.js +2 -1
  8. data/app/assets/javascripts/raffle_v1/home.js.coffee +3 -0
  9. data/app/assets/javascripts/raffle_v1/locales.js.coffee +3 -0
  10. data/app/assets/javascripts/raffle_v1/page_layouts.js.coffee +3 -0
  11. data/app/assets/javascripts/raffle_v1/pages.js.coffee +3 -0
  12. data/app/assets/javascripts/raffle_v1/programs.js.coffee +3 -0
  13. data/app/assets/javascripts/raffle_v1/roles.js.coffee +3 -0
  14. data/app/assets/javascripts/raffle_v1/stylesheets.js.coffee +3 -0
  15. data/app/assets/javascripts/raffle_v1/terms_and_conditions.js.coffee +3 -0
  16. data/app/assets/javascripts/raffle_v1/terms_of_conditions.js.coffee +3 -0
  17. data/app/assets/javascripts/raffle_v1/translation_keys.js.coffee +3 -0
  18. data/app/assets/javascripts/raffle_v1/translation_objects.js.coffee +3 -0
  19. data/app/assets/javascripts/raffle_v1/user.js.coffee +3 -0
  20. data/app/assets/javascripts/raffle_v1/versions.js.coffee +3 -0
  21. data/app/assets/stylesheets/raffle_v1/TableTools.css +264 -0
  22. data/app/assets/stylesheets/raffle_v1/TableTools.css.scss +264 -0
  23. data/app/assets/stylesheets/raffle_v1/TableTools_JUI.css +182 -0
  24. data/app/assets/stylesheets/raffle_v1/TableTools_JUI.css.scss +183 -0
  25. data/app/assets/stylesheets/raffle_v1/_custom.css.scss +3310 -0
  26. data/app/assets/stylesheets/raffle_v1/_variable.scss +122 -0
  27. data/app/assets/stylesheets/raffle_v1/_variable_defaults.scss +83 -0
  28. data/app/assets/stylesheets/raffle_v1/application.css.scss +34 -0
  29. data/app/assets/stylesheets/raffle_v1/application.css.scss.erb +32 -0
  30. data/app/assets/stylesheets/raffle_v1/bootstrap-responsive.css +570 -0
  31. data/app/assets/stylesheets/raffle_v1/bootstrap-responsive.css.scss +570 -0
  32. data/app/assets/stylesheets/raffle_v1/bootstrap.css +4226 -0
  33. data/app/assets/stylesheets/raffle_v1/bootstrap.css.scss +4226 -0
  34. data/app/assets/stylesheets/raffle_v1/colorbox.css +88 -0
  35. data/app/assets/stylesheets/raffle_v1/colorbox.css.scss +88 -0
  36. data/app/assets/stylesheets/raffle_v1/grid.css.scss +258 -0
  37. data/app/assets/stylesheets/raffle_v1/hierarchy.css.scss +16 -0
  38. data/app/assets/stylesheets/raffle_v1/home.css.scss +18 -0
  39. data/app/assets/stylesheets/raffle_v1/jquery.dataTables.css +83 -0
  40. data/app/assets/stylesheets/raffle_v1/jquery.dataTables.css.scss +83 -0
  41. data/app/assets/stylesheets/raffle_v1/jquery.jcarousel.css +206 -0
  42. data/app/assets/stylesheets/raffle_v1/jquery.wysiwyg.css +57 -0
  43. data/app/assets/stylesheets/raffle_v1/jquery.wysiwyg.css.scss +57 -0
  44. data/app/assets/stylesheets/raffle_v1/jqueryui/jquery.ui.core.css +38 -0
  45. data/app/assets/stylesheets/raffle_v1/jqueryui/jquery.ui.core.css.scss +38 -0
  46. data/app/assets/stylesheets/raffle_v1/jqueryui/jquery.ui.dialog.css +21 -0
  47. data/app/assets/stylesheets/raffle_v1/jqueryui/jquery.ui.dialog.css.scss +21 -0
  48. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  49. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  50. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  51. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  52. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  53. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  54. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  55. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  56. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  57. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  58. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  59. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  60. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  61. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  62. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/jquery-ui-1.8.18.custom.css +563 -0
  63. data/app/assets/stylesheets/raffle_v1/jqueryui/ui-lightness/jquery-ui-1.8.18.custom.css.scss +563 -0
  64. data/app/assets/stylesheets/raffle_v1/locales.css.scss +3 -0
  65. data/app/assets/stylesheets/raffle_v1/page_layouts.css.scss +3 -0
  66. data/app/assets/stylesheets/raffle_v1/pages.css.scss +3 -0
  67. data/app/assets/stylesheets/raffle_v1/programs.css.scss +3 -0
  68. data/app/assets/stylesheets/raffle_v1/reset.css.scss +96 -0
  69. data/app/assets/stylesheets/raffle_v1/roles.css.scss +3 -0
  70. data/app/assets/stylesheets/raffle_v1/scaffolds.css.scss +42 -0
  71. data/app/assets/stylesheets/raffle_v1/stylesheets.css.scss +3 -0
  72. data/app/assets/stylesheets/raffle_v1/terms_and_conditions.css.scss +3 -0
  73. data/app/assets/stylesheets/raffle_v1/terms_of_conditions.css.scss +4 -0
  74. data/app/assets/stylesheets/raffle_v1/translation_keys.css.scss +3 -0
  75. data/app/assets/stylesheets/raffle_v1/translation_objects.css.scss +3 -0
  76. data/app/assets/stylesheets/raffle_v1/ui.multiselect.css +33 -0
  77. data/app/assets/stylesheets/raffle_v1/ui.multiselect.css.scss +33 -0
  78. data/app/assets/stylesheets/raffle_v1/user.css.scss +3 -0
  79. data/app/assets/stylesheets/raffle_v1/versions.css.scss +3 -0
  80. data/app/controllers/raffle_v1/application_controller.rb +80 -0
  81. data/app/controllers/raffle_v1/home_controller.rb +15 -0
  82. data/app/controllers/raffle_v1/locales_controller.rb +87 -0
  83. data/app/controllers/raffle_v1/page_layouts_controller.rb +87 -0
  84. data/app/controllers/raffle_v1/pages_controller.rb +180 -0
  85. data/app/controllers/raffle_v1/programs_controller.rb +140 -0
  86. data/app/controllers/raffle_v1/roles_controller.rb +87 -0
  87. data/app/controllers/raffle_v1/stylesheets_controller.rb +19 -0
  88. data/app/controllers/raffle_v1/terms_and_conditions_controller.rb +118 -0
  89. data/app/controllers/raffle_v1/translation_keys_controller.rb +119 -0
  90. data/app/controllers/raffle_v1/translation_objects_controller.rb +87 -0
  91. data/app/controllers/raffle_v1/user_controller.rb +138 -0
  92. data/app/controllers/raffle_v1/versions_controller.rb +15 -0
  93. data/app/models/raffle_v1/ability.rb +30 -0
  94. data/app/models/raffle_v1/admin.rb +35 -0
  95. data/app/models/raffle_v1/admin_ability.rb +28 -0
  96. data/app/models/raffle_v1/locale.rb +29 -0
  97. data/app/models/raffle_v1/page.rb +26 -0
  98. data/app/models/raffle_v1/page_layout.rb +6 -0
  99. data/app/models/raffle_v1/program.rb +84 -0
  100. data/app/models/raffle_v1/program_locale.rb +11 -0
  101. data/app/models/raffle_v1/program_setting.rb +5 -0
  102. data/app/models/raffle_v1/role.rb +5 -0
  103. data/app/models/raffle_v1/roles_users.rb +5 -0
  104. data/app/models/raffle_v1/stylesheet.rb +9 -0
  105. data/app/models/raffle_v1/terms_and_condition.rb +17 -0
  106. data/app/models/raffle_v1/translation.rb +29 -0
  107. data/app/models/raffle_v1/translation_key.rb +35 -0
  108. data/app/models/raffle_v1/translation_object.rb +11 -0
  109. data/app/models/raffle_v1/user.rb +108 -0
  110. data/config/rafflev1.rb +6 -0
  111. data/db/migrate/20130123214645_devise_create_users.rb +49 -0
  112. data/db/migrate/20130124004626_devise_create_admins.rb +49 -0
  113. data/db/migrate/20130124231541_create_versions.rb +18 -0
  114. data/db/migrate/20130127235347_create_programs.rb +9 -0
  115. data/db/migrate/20130129155515_add_domain_fields_to_programs.rb +6 -0
  116. data/db/migrate/20130129160949_create_terms_and_conditions.rb +18 -0
  117. data/db/migrate/20130129183112_add_program_to_users.rb +5 -0
  118. data/db/migrate/20130129204204_add_username_to_users.rb +6 -0
  119. data/db/migrate/20130129211205_create_roles.rb +9 -0
  120. data/db/migrate/20130129212302_create_roles_users.rb +12 -0
  121. data/db/migrate/20130130013315_create_locales.rb +11 -0
  122. data/db/migrate/20130130154500_create_program_locales.rb +8 -0
  123. data/db/migrate/20130130223342_add_settings_to_users.rb +5 -0
  124. data/db/migrate/20130130223609_add_locale_available_to_program.rb +5 -0
  125. data/db/migrate/20130130223810_add_locales_to_versions.rb +5 -0
  126. data/db/migrate/20130130224141_add_locale_name_to_program.rb +5 -0
  127. data/db/migrate/20130130224327_add_admin_type_to_admins.rb +5 -0
  128. data/db/migrate/20130130225223_add_deleted_at_to_models.rb +9 -0
  129. data/db/migrate/20130130230516_create_translations.rb +13 -0
  130. data/db/migrate/20130131005653_add_timeout_field_to_program.rb +7 -0
  131. data/db/migrate/20130131144951_create_stylesheets.rb +14 -0
  132. data/db/migrate/20130202132442_add_tos_to_program.rb +5 -0
  133. data/db/migrate/20130202133149_add_programid_to_terms.rb +23 -0
  134. data/db/migrate/20130202193646_add_akm_to_terms_and_conditions.rb +5 -0
  135. data/db/migrate/20130203035054_create_translation_keys.rb +10 -0
  136. data/db/migrate/20130203214314_create_program_settings.rb +9 -0
  137. data/db/migrate/20130204025824_add_translationkey_to_translation.rb +5 -0
  138. data/db/migrate/20130204030555_create_translation_objects.rb +39 -0
  139. data/db/migrate/20130205203152_create_pages.rb +25 -0
  140. data/db/migrate/20130208042652_add_fields_to_page.rb +6 -0
  141. data/db/migrate/20130208043123_create_page_layouts.rb +12 -0
  142. data/db/migrate/20130208051925_add_statusitem_to_page.rb +5 -0
  143. data/db/migrate/20130306012135_add_fields_to_user.rb +40 -0
  144. data/db/migrate/20130306162357_change_bad_fields_on_user.rb +11 -0
  145. data/db/migrate/20130306163554_add_password_created_at_to_user.rb +6 -0
  146. data/db/migrate/20130306165455_add_confirmable_to_user.rb +14 -0
  147. data/db/migrate/20130306211253_add_username_index_to_user.rb +41 -0
  148. data/db/migrate/20130313011833_add_field_to_user.rb +5 -0
  149. data/lib/database_cleaner-0.7.2/Gemfile.lock +163 -0
  150. data/lib/database_cleaner-0.7.2/History.txt +209 -0
  151. data/lib/database_cleaner-0.7.2/LICENSE +20 -0
  152. data/lib/database_cleaner-0.7.2/README.textile +223 -0
  153. data/lib/database_cleaner-0.7.2/Rakefile +65 -0
  154. data/lib/database_cleaner-0.7.2/TODO +3 -0
  155. data/lib/database_cleaner-0.7.2/VERSION.yml +5 -0
  156. data/lib/database_cleaner-0.7.2/cucumber.yml +1 -0
  157. data/lib/database_cleaner-0.7.2/examples/Gemfile +49 -0
  158. data/lib/database_cleaner-0.7.2/examples/Gemfile.lock +163 -0
  159. data/lib/database_cleaner-0.7.2/examples/config/database.yml.example +8 -0
  160. data/{test/dummy/db/test.sqlite3 → lib/database_cleaner-0.7.2/examples/db/sqlite_databases_go_here} +0 -0
  161. data/lib/database_cleaner-0.7.2/examples/features/example.feature +11 -0
  162. data/lib/database_cleaner-0.7.2/examples/features/example_multiple_db.feature +23 -0
  163. data/lib/database_cleaner-0.7.2/examples/features/example_multiple_orm.feature +22 -0
  164. data/lib/database_cleaner-0.7.2/examples/features/step_definitions/activerecord_steps.rb +31 -0
  165. data/lib/database_cleaner-0.7.2/examples/features/step_definitions/couchpotato_steps.rb +31 -0
  166. data/lib/database_cleaner-0.7.2/examples/features/step_definitions/datamapper_steps.rb +37 -0
  167. data/lib/database_cleaner-0.7.2/examples/features/step_definitions/mongoid_steps.rb +23 -0
  168. data/lib/database_cleaner-0.7.2/examples/features/step_definitions/mongomapper_steps.rb +31 -0
  169. data/lib/database_cleaner-0.7.2/examples/features/step_definitions/translation_steps.rb +55 -0
  170. data/lib/database_cleaner-0.7.2/examples/features/support/env.rb +62 -0
  171. data/lib/database_cleaner-0.7.2/examples/lib/activerecord_models.rb +41 -0
  172. data/lib/database_cleaner-0.7.2/examples/lib/couchpotato_models.rb +61 -0
  173. data/lib/database_cleaner-0.7.2/examples/lib/datamapper_models.rb +50 -0
  174. data/lib/database_cleaner-0.7.2/examples/lib/mongoid_models.rb +49 -0
  175. data/lib/database_cleaner-0.7.2/examples/lib/mongomapper_models.rb +51 -0
  176. data/lib/database_cleaner-0.7.2/features/cleaning.feature +22 -0
  177. data/lib/database_cleaner-0.7.2/features/cleaning_default_strategy.feature +19 -0
  178. data/lib/database_cleaner-0.7.2/features/cleaning_multiple_dbs.feature +21 -0
  179. data/lib/database_cleaner-0.7.2/features/cleaning_multiple_orms.feature +29 -0
  180. data/lib/database_cleaner-0.7.2/features/step_definitions/database_cleaner_steps.rb +32 -0
  181. data/lib/database_cleaner-0.7.2/features/support/env.rb +7 -0
  182. data/lib/database_cleaner-0.7.2/features/support/feature_runner.rb +39 -0
  183. data/lib/database_cleaner-0.7.2/lib/database_cleaner.rb +3 -0
  184. data/lib/database_cleaner-0.7.2/lib/database_cleaner/active_record/base.rb +53 -0
  185. data/lib/database_cleaner-0.7.2/lib/database_cleaner/active_record/deletion.rb +69 -0
  186. data/lib/database_cleaner-0.7.2/lib/database_cleaner/active_record/transaction.rb +28 -0
  187. data/lib/database_cleaner-0.7.2/lib/database_cleaner/active_record/truncation.rb +151 -0
  188. data/lib/database_cleaner-0.7.2/lib/database_cleaner/base.rb +138 -0
  189. data/lib/database_cleaner-0.7.2/lib/database_cleaner/configuration.rb +94 -0
  190. data/lib/database_cleaner-0.7.2/lib/database_cleaner/couch_potato/base.rb +7 -0
  191. data/lib/database_cleaner-0.7.2/lib/database_cleaner/couch_potato/truncation.rb +28 -0
  192. data/lib/database_cleaner-0.7.2/lib/database_cleaner/cucumber.rb +11 -0
  193. data/lib/database_cleaner-0.7.2/lib/database_cleaner/data_mapper/base.rb +21 -0
  194. data/lib/database_cleaner-0.7.2/lib/database_cleaner/data_mapper/transaction.rb +26 -0
  195. data/lib/database_cleaner-0.7.2/lib/database_cleaner/data_mapper/truncation.rb +175 -0
  196. data/lib/database_cleaner-0.7.2/lib/database_cleaner/generic/base.rb +20 -0
  197. data/lib/database_cleaner-0.7.2/lib/database_cleaner/generic/truncation.rb +37 -0
  198. data/lib/database_cleaner-0.7.2/lib/database_cleaner/mongo/truncation.rb +22 -0
  199. data/lib/database_cleaner-0.7.2/lib/database_cleaner/mongo_mapper/base.rb +20 -0
  200. data/lib/database_cleaner-0.7.2/lib/database_cleaner/mongo_mapper/truncation.rb +19 -0
  201. data/lib/database_cleaner-0.7.2/lib/database_cleaner/mongoid/base.rb +20 -0
  202. data/lib/database_cleaner-0.7.2/lib/database_cleaner/mongoid/truncation.rb +20 -0
  203. data/lib/database_cleaner-0.7.2/lib/database_cleaner/null_strategy.rb +15 -0
  204. data/lib/database_cleaner-0.7.2/lib/database_cleaner/sequel/base.rb +22 -0
  205. data/lib/database_cleaner-0.7.2/lib/database_cleaner/sequel/transaction.rb +25 -0
  206. data/lib/database_cleaner-0.7.2/lib/database_cleaner/sequel/truncation.rb +50 -0
  207. data/lib/database_cleaner-0.7.2/spec/database_cleaner/active_record/base_spec.rb +144 -0
  208. data/lib/database_cleaner-0.7.2/spec/database_cleaner/active_record/transaction_spec.rb +77 -0
  209. data/lib/database_cleaner-0.7.2/spec/database_cleaner/active_record/truncation_spec.rb +76 -0
  210. data/lib/database_cleaner-0.7.2/spec/database_cleaner/base_spec.rb +493 -0
  211. data/lib/database_cleaner-0.7.2/spec/database_cleaner/configuration_spec.rb +294 -0
  212. data/lib/database_cleaner-0.7.2/spec/database_cleaner/couch_potato/truncation_spec.rb +41 -0
  213. data/lib/database_cleaner-0.7.2/spec/database_cleaner/data_mapper/base_spec.rb +30 -0
  214. data/lib/database_cleaner-0.7.2/spec/database_cleaner/data_mapper/transaction_spec.rb +23 -0
  215. data/lib/database_cleaner-0.7.2/spec/database_cleaner/data_mapper/truncation_spec.rb +11 -0
  216. data/lib/database_cleaner-0.7.2/spec/database_cleaner/generic/base_spec.rb +22 -0
  217. data/lib/database_cleaner-0.7.2/spec/database_cleaner/generic/truncation_spec.rb +78 -0
  218. data/lib/database_cleaner-0.7.2/spec/database_cleaner/mongo_mapper/base_spec.rb +33 -0
  219. data/lib/database_cleaner-0.7.2/spec/database_cleaner/mongo_mapper/mongo_examples.rb +8 -0
  220. data/lib/database_cleaner-0.7.2/spec/database_cleaner/mongo_mapper/truncation_spec.rb +74 -0
  221. data/lib/database_cleaner-0.7.2/spec/database_cleaner/sequel/base_spec.rb +32 -0
  222. data/lib/database_cleaner-0.7.2/spec/database_cleaner/sequel/transaction_spec.rb +21 -0
  223. data/lib/database_cleaner-0.7.2/spec/database_cleaner/sequel/truncation_spec.rb +13 -0
  224. data/lib/database_cleaner-0.7.2/spec/database_cleaner/shared_strategy_spec.rb +13 -0
  225. data/lib/database_cleaner-0.7.2/spec/rcov.opts +1 -0
  226. data/lib/database_cleaner-0.7.2/spec/spec.opts +7 -0
  227. data/lib/database_cleaner-0.7.2/spec/spec_helper.rb +19 -0
  228. data/lib/generators/raffle_v1/install/USAGE +8 -0
  229. data/lib/generators/raffle_v1/install/install_generator.rb +2 -2
  230. data/lib/raffle_v1/version.rb +1 -1
  231. metadata +266 -80
  232. data/test/dummy/db/development.sqlite3 +0 -0
  233. data/test/dummy/log/development.log +0 -1304
  234. data/test/dummy/tmp/cache/assets/CA9/000/sprockets%2F4a08cdc7528358910b09a742236ce1d5 +0 -0
  235. data/test/dummy/tmp/cache/assets/CB2/BD0/sprockets%2F85aac33f66112e73231ea0779f646d48 +0 -0
  236. data/test/dummy/tmp/cache/assets/CC8/930/sprockets%2Ff75c059e31f23788564cdeb37454997a +0 -0
  237. data/test/dummy/tmp/cache/assets/CEF/E80/sprockets%2Fd1d95274bb399cd78c4372bc6330679f +0 -0
  238. data/test/dummy/tmp/cache/assets/D00/C30/sprockets%2F7d453e5233c35cc0664189bd1c060dca +0 -0
  239. data/test/dummy/tmp/cache/assets/D06/390/sprockets%2F2db5f5807daaf42647f3f1614b2061c7 +0 -0
  240. data/test/dummy/tmp/cache/assets/D06/5C0/sprockets%2F10f71b69148321ca26d0bb94df09ed46 +0 -0
  241. data/test/dummy/tmp/cache/assets/D1E/8D0/sprockets%2Fd0f3965813d75eefebe5353981159cb3 +0 -0
  242. data/test/dummy/tmp/cache/assets/D35/FB0/sprockets%2Ff706372b7e19b270321cbce180d7edd3 +0 -0
  243. data/test/dummy/tmp/cache/assets/D49/1E0/sprockets%2F1c8eb9a82d46a60faa9b194282db8976 +0 -0
  244. data/test/dummy/tmp/cache/assets/D67/FA0/sprockets%2F3072f540a4a5f4af3636dc9cee4bd821 +0 -0
  245. data/test/dummy/tmp/cache/assets/D76/180/sprockets%2Fe06d9366092cba68641ddefa60cb5e97 +0 -0
  246. data/test/dummy/tmp/cache/assets/D9B/470/sprockets%2Fb7bb6ac37b3929f36a390e4f5b70aec3 +0 -0
  247. data/test/dummy/tmp/cache/assets/D9F/080/sprockets%2F67fdbee8438ea0fdd3406c4f3b277a14 +0 -0
  248. data/test/dummy/tmp/cache/assets/DCD/970/sprockets%2Fb3d4eb65c6d389bff1cb035a7c4e74d2 +0 -0
  249. data/test/dummy/tmp/cache/assets/DD2/7D0/sprockets%2F6d8fc01a6bd28f831fdbe625ea56f2c7 +0 -0
  250. data/test/dummy/tmp/cache/assets/DF1/CA0/sprockets%2Faa2be5b854dacdce2a30a0fff7412887 +0 -0
  251. data/test/dummy/tmp/cache/assets/E0B/E40/sprockets%2F96b1b0fa8f4feee3299fc9dcd2078d0d +0 -0
Binary file
@@ -1,1304 +0,0 @@
1
- Connecting to database specified by database.yml
2
- Connecting to database specified by database.yml
3
- Connecting to database specified by database.yml
4
- Connecting to database specified by database.yml
5
- Connecting to database specified by database.yml
6
-  (21.1ms) select sqlite_version(*)
7
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
8
-  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9
-  (2.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
10
- Connecting to database specified by database.yml
11
-  (2.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
12
- Migrating to CreateRaffleV1Posts (20130326135125)
13
-  (0.1ms) select sqlite_version(*)
14
-  (0.0ms) begin transaction
15
-  (1.3ms) CREATE TABLE "raffle_v1_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
16
-  (11.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130326135125')
17
-  (32.6ms) commit transaction
18
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19
- Connecting to database specified by database.yml
20
-  (100.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
21
- Migrating to CreateRaffleV1Posts (20130326135125)
22
- Migrating to CreateRaffleV1Comments (20130326174121)
23
-  (0.1ms) select sqlite_version(*)
24
-  (0.1ms) begin transaction
25
-  (0.6ms) CREATE TABLE "raffle_v1_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
26
-  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130326174121')
27
-  (1.4ms) commit transaction
28
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
29
- Connecting to database specified by database.yml
30
-
31
-
32
- Started GET "/" for 127.0.0.1 at 2013-03-26 14:05:51 -0400
33
-
34
- ActionController::RoutingError (No route matches [GET] "/"):
35
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
36
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
37
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
38
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
39
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
40
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
41
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
42
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
43
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
44
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
45
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
46
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
47
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
48
- railties (3.2.13) lib/rails/application.rb:223:in `call'
49
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
50
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
51
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
52
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
53
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
54
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
55
-
56
-
57
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (10.4ms)
58
-
59
-
60
- Started GET "/posts" for 127.0.0.1 at 2013-03-26 14:05:59 -0400
61
-
62
- ActionController::RoutingError (No route matches [GET] "/posts"):
63
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
64
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
65
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
66
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
67
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
68
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
69
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
70
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
71
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
72
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
73
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
74
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
75
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
76
- railties (3.2.13) lib/rails/application.rb:223:in `call'
77
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
78
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
79
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
80
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
81
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
82
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
83
-
84
-
85
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
86
-
87
-
88
- Started GET "/rafflev1/posts" for 127.0.0.1 at 2013-03-26 14:06:14 -0400
89
-
90
- ActionController::RoutingError (No route matches [GET] "/rafflev1/posts"):
91
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
92
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
93
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
94
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
95
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
96
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
97
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
98
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
99
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
100
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
101
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
102
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
103
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
104
- railties (3.2.13) lib/rails/application.rb:223:in `call'
105
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
106
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
107
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
108
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
109
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
110
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
111
-
112
-
113
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
114
-
115
-
116
- Started GET "/rafflev1/posts/new" for 127.0.0.1 at 2013-03-26 14:06:18 -0400
117
-
118
- ActionController::RoutingError (No route matches [GET] "/rafflev1/posts/new"):
119
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
120
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
121
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
122
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
123
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
124
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
125
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
126
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
127
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
128
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
129
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
130
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
131
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
132
- railties (3.2.13) lib/rails/application.rb:223:in `call'
133
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
134
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
135
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
136
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
137
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
138
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
139
-
140
-
141
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
142
-
143
-
144
- Started GET "/raffle_v1/posts/new" for 127.0.0.1 at 2013-03-26 14:10:28 -0400
145
- Processing by RaffleV1::PostsController#new as HTML
146
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/_form.html.erb (114.7ms)
147
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/new.html.erb within layouts/raffle_v1/application (196.8ms)
148
- Compiled raffle_v1/comments.css (0ms) (pid 44057)
149
- Compiled raffle_v1/posts.css (0ms) (pid 44057)
150
- Compiled raffle_v1/application.css (69ms) (pid 44057)
151
- Compiled jquery.js (3ms) (pid 44057)
152
- Compiled jquery_ujs.js (0ms) (pid 44057)
153
- Compiled raffle_v1/comments.js (0ms) (pid 44057)
154
- Compiled raffle_v1/posts.js (0ms) (pid 44057)
155
- Compiled raffle_v1/application.js (137ms) (pid 44057)
156
- Completed 200 OK in 735ms (Views: 600.3ms | ActiveRecord: 2.7ms)
157
-
158
-
159
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
160
- Served asset /raffle_v1/application.css - 200 OK (43ms)
161
-
162
-
163
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
164
- Served asset /raffle_v1/comments.css - 200 OK (2ms)
165
-
166
-
167
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
168
- Served asset /raffle_v1/posts.css - 200 OK (3ms)
169
-
170
-
171
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
172
- Served asset /jquery.js - 200 OK (2ms)
173
-
174
-
175
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
176
- Served asset /jquery_ujs.js - 200 OK (2ms)
177
-
178
-
179
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
180
- Served asset /raffle_v1/comments.js - 200 OK (2ms)
181
-
182
-
183
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
184
- Served asset /raffle_v1/application.js - 200 OK (8ms)
185
-
186
-
187
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
188
- Served asset /raffle_v1/posts.js - 200 OK (8ms)
189
-
190
-
191
- Started POST "/raffle_v1/posts" for 127.0.0.1 at 2013-03-26 14:11:10 -0400
192
- Processing by RaffleV1::PostsController#create as HTML
193
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "post"=>{"title"=>"sample 1", "text"=>"this is a sample"}, "commit"=>"Create Post"}
194
-  (0.1ms) begin transaction
195
- SQL (210.5ms) INSERT INTO "raffle_v1_posts" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 26 Mar 2013 18:11:10 UTC +00:00], ["text", "this is a sample"], ["title", "sample 1"], ["updated_at", Tue, 26 Mar 2013 18:11:10 UTC +00:00]]
196
-  (31.4ms) commit transaction
197
- Redirected to http://localhost:3000/raffle_v1/posts/1
198
- Completed 302 Found in 248ms (ActiveRecord: 242.0ms)
199
-
200
-
201
- Started GET "/raffle_v1/posts/1" for 127.0.0.1 at 2013-03-26 14:11:11 -0400
202
- Processing by RaffleV1::PostsController#show as HTML
203
- Parameters: {"id"=>"1"}
204
- RaffleV1::Post Load (0.4ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
205
- RaffleV1::Comment Load (0.4ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" WHERE "raffle_v1_comments"."post_id" = 1
206
- Rendered collection (0.0ms)
207
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb within layouts/raffle_v1/application (256.1ms)
208
- Completed 500 Internal Server Error in 289ms
209
-
210
- ActionView::Template::Error (Missing partial rafflev1/comments/form with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
211
- * "/Users/albertmckeever/Sites/raffle_v1/test/dummy/app/views"
212
- * "/Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/devise-2.2.3/app/views"
213
- * "/Users/albertmckeever/Sites/raffle_v1/app/views"
214
- ):
215
- 12:
216
- 13: <h3>Comments</h3>
217
- 14: <%= render @post.comments %>
218
- 15: <%= render "rafflev1/comments/form" %>
219
- 16:
220
- 17:
221
- 18: <%= link_to 'Edit', edit_post_path(@post) %> |
222
- actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
223
- actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
224
- actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:339:in `find_template'
225
- actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial'
226
- actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:222:in `render'
227
- actionpack (3.2.13) lib/action_view/renderer/renderer.rb:41:in `render_partial'
228
- actionpack (3.2.13) lib/action_view/helpers/rendering_helper.rb:27:in `render'
229
- /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb:15:in `___sers_albertmckeever__ites_raffle_v__app_views_raffle_v__posts_show_html_erb__3020222800891270095_70330261661660'
230
- actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render'
231
- activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument'
232
- actionpack (3.2.13) lib/action_view/template.rb:143:in `render'
233
- actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
234
- actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
235
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
236
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
237
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
238
- actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
239
- actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
240
- actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
241
- actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
242
- actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render'
243
- actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
244
- actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
245
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
246
- actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
247
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
248
- actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
249
- actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
250
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
251
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
252
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
253
- activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
254
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
255
- activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
256
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
257
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
258
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
259
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
260
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
261
- actionpack (3.2.13) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
262
- /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/posts_controller.rb:21:in `show'
263
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
264
- actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
265
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
266
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
267
- activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__1857496235845912092__process_action__3385320578368508097__callbacks'
268
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
269
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
270
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
271
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
272
- actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
273
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
274
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
275
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
276
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
277
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
278
- actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
279
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
280
- actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
281
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
282
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
283
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
284
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
285
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
286
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
287
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
288
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
289
- journey (1.0.4) lib/journey/router.rb:56:in `each'
290
- journey (1.0.4) lib/journey/router.rb:56:in `call'
291
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
292
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
293
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
294
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
295
- journey (1.0.4) lib/journey/router.rb:56:in `each'
296
- journey (1.0.4) lib/journey/router.rb:56:in `call'
297
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
298
- warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
299
- warden (1.2.1) lib/warden/manager.rb:34:in `catch'
300
- warden (1.2.1) lib/warden/manager.rb:34:in `call'
301
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
302
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
303
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
304
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
305
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
306
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
307
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
308
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
309
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
310
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
311
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
312
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
313
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
314
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
315
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
316
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
317
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
318
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
319
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
320
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
321
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
322
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
323
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
324
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
325
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
326
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
327
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
328
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
329
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
330
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
331
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
332
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
333
- railties (3.2.13) lib/rails/application.rb:223:in `call'
334
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
335
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
336
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
337
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
338
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
339
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
340
-
341
-
342
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
343
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
344
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.3ms)
345
-
346
-
347
- Started GET "/raffle_v1/posts/1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
348
- Processing by RaffleV1::PostsController#show as HTML
349
- Parameters: {"id"=>"1"}
350
- RaffleV1::Post Load (0.2ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
351
- RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" WHERE "raffle_v1_comments"."post_id" = 1
352
- Rendered collection (0.0ms)
353
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/_form.html.erb (12.2ms)
354
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb within layouts/raffle_v1/application (33.0ms)
355
- Completed 200 OK in 105ms (Views: 102.7ms | ActiveRecord: 0.5ms)
356
-
357
-
358
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
359
- Served asset /jquery.js - 304 Not Modified (0ms)
360
-
361
-
362
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
363
- Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
364
-
365
-
366
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
367
- Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
368
-
369
-
370
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
371
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
372
-
373
-
374
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
375
- Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
376
-
377
-
378
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
379
- Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
380
-
381
-
382
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
383
- Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
384
-
385
-
386
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:27 -0400
387
- Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
388
-
389
-
390
- Started POST "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:16:46 -0400
391
- Processing by RaffleV1::CommentsController#create as HTML
392
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "comment"=>{"text"=>"simple comment"}, "commit"=>"Create Comment", "post_id"=>"1"}
393
- RaffleV1::Post Load (0.2ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
394
- Completed 404 Not Found in 3ms
395
-
396
- ActionController::RoutingError (No route matches {:action=>"show", :controller=>"raffle_v1/posts"}):
397
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
398
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
399
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
400
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
401
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
402
- actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
403
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:220:in `post_path'
404
- /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:10:in `create'
405
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
406
- actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
407
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
408
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
409
- activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4092430308565105069__callbacks'
410
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
411
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
412
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
413
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
414
- actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
415
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
416
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
417
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
418
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
419
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
420
- actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
421
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
422
- actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
423
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
424
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
425
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
426
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
427
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
428
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
429
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
430
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
431
- journey (1.0.4) lib/journey/router.rb:56:in `each'
432
- journey (1.0.4) lib/journey/router.rb:56:in `call'
433
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
434
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
435
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
436
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
437
- journey (1.0.4) lib/journey/router.rb:56:in `each'
438
- journey (1.0.4) lib/journey/router.rb:56:in `call'
439
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
440
- warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
441
- warden (1.2.1) lib/warden/manager.rb:34:in `catch'
442
- warden (1.2.1) lib/warden/manager.rb:34:in `call'
443
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
444
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
445
- rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
446
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
447
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
448
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
449
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
450
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
451
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
452
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
453
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
454
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
455
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
456
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
457
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
458
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
459
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
460
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
461
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
462
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
463
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
464
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
465
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
466
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
467
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
468
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
469
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
470
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
471
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
472
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
473
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
474
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
475
- railties (3.2.13) lib/rails/application.rb:223:in `call'
476
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
477
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
478
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
479
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
480
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
481
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
482
-
483
-
484
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
485
-
486
-
487
- Started POST "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:23:34 -0400
488
- Processing by RaffleV1::CommentsController#create as HTML
489
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "comment"=>{"text"=>"simple comment"}, "commit"=>"Create Comment", "post_id"=>"1"}
490
- RaffleV1::Post Load (0.2ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
491
- Completed 404 Not Found in 42ms
492
-
493
- ActionController::RoutingError (No route matches {:action=>"show", :controller=>"raffle_v1/posts"}):
494
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
495
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
496
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
497
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
498
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
499
- actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
500
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:220:in `post_path'
501
- /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:10:in `create'
502
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
503
- actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
504
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
505
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
506
- activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4092430308565105069__callbacks'
507
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
508
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
509
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
510
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
511
- actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
512
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
513
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
514
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
515
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
516
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
517
- actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
518
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
519
- actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
520
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
521
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
522
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
523
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
524
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
525
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
526
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
527
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
528
- journey (1.0.4) lib/journey/router.rb:56:in `each'
529
- journey (1.0.4) lib/journey/router.rb:56:in `call'
530
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
531
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
532
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
533
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
534
- journey (1.0.4) lib/journey/router.rb:56:in `each'
535
- journey (1.0.4) lib/journey/router.rb:56:in `call'
536
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
537
- warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
538
- warden (1.2.1) lib/warden/manager.rb:34:in `catch'
539
- warden (1.2.1) lib/warden/manager.rb:34:in `call'
540
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
541
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
542
- rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
543
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
544
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
545
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
546
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
547
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
548
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
549
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
550
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
551
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
552
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
553
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
554
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
555
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
556
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
557
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
558
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
559
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
560
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
561
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
562
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
563
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
564
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
565
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
566
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
567
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
568
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
569
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
570
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
571
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
572
- railties (3.2.13) lib/rails/application.rb:223:in `call'
573
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
574
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
575
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
576
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
577
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
578
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
579
-
580
-
581
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
582
-
583
-
584
- Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:25:43 -0400
585
-
586
- AbstractController::ActionNotFound (The action 'index' could not be found for RaffleV1::CommentsController):
587
- actionpack (3.2.13) lib/abstract_controller/base.rb:116:in `process'
588
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
589
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
590
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
591
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
592
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
593
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
594
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
595
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
596
- journey (1.0.4) lib/journey/router.rb:56:in `each'
597
- journey (1.0.4) lib/journey/router.rb:56:in `call'
598
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
599
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
600
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
601
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
602
- journey (1.0.4) lib/journey/router.rb:56:in `each'
603
- journey (1.0.4) lib/journey/router.rb:56:in `call'
604
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
605
- warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
606
- warden (1.2.1) lib/warden/manager.rb:34:in `catch'
607
- warden (1.2.1) lib/warden/manager.rb:34:in `call'
608
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
609
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
610
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
611
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
612
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
613
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
614
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
615
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
616
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
617
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
618
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
619
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
620
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
621
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
622
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
623
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
624
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
625
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
626
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
627
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
628
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
629
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
630
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
631
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
632
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
633
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
634
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
635
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
636
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
637
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
638
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
639
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
640
- railties (3.2.13) lib/rails/application.rb:223:in `call'
641
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
642
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
643
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
644
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
645
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
646
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
647
-
648
-
649
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms)
650
-
651
-
652
- Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:26:32 -0400
653
- Processing by RaffleV1::CommentsController#index as HTML
654
- Parameters: {"post_id"=>"1"}
655
- RaffleV1::Comment Load (0.1ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
656
- Completed 500 Internal Server Error in 5ms
657
-
658
- ActionView::MissingTemplate (Missing template raffle_v1/comments/index, raffle_v1/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
659
- * "/Users/albertmckeever/Sites/raffle_v1/test/dummy/app/views"
660
- * "/Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/devise-2.2.3/app/views"
661
- * "/Users/albertmckeever/Sites/raffle_v1/app/views"
662
- ):
663
- actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
664
- actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
665
- actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
666
- actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
667
- actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
668
- actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
669
- actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
670
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
671
- actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
672
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
673
- actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
674
- actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
675
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
676
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
677
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
678
- activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
679
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
680
- activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
681
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
682
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
683
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
684
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
685
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
686
- actionpack (3.2.13) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
687
- /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:9:in `index'
688
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
689
- actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
690
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
691
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
692
- activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4525497931480812128__callbacks'
693
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
694
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
695
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
696
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
697
- actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
698
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
699
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
700
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
701
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
702
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
703
- actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
704
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
705
- actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
706
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
707
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
708
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
709
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
710
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
711
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
712
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
713
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
714
- journey (1.0.4) lib/journey/router.rb:56:in `each'
715
- journey (1.0.4) lib/journey/router.rb:56:in `call'
716
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
717
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
718
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
719
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
720
- journey (1.0.4) lib/journey/router.rb:56:in `each'
721
- journey (1.0.4) lib/journey/router.rb:56:in `call'
722
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
723
- warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
724
- warden (1.2.1) lib/warden/manager.rb:34:in `catch'
725
- warden (1.2.1) lib/warden/manager.rb:34:in `call'
726
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
727
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
728
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
729
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
730
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
731
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
732
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
733
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
734
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
735
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
736
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
737
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
738
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
739
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
740
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
741
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
742
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
743
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
744
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
745
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
746
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
747
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
748
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
749
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
750
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
751
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
752
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
753
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
754
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
755
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
756
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
757
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
758
- railties (3.2.13) lib/rails/application.rb:223:in `call'
759
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
760
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
761
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
762
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
763
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
764
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
765
-
766
-
767
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)
768
-
769
-
770
- Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:17:35 -0400
771
- Processing by RaffleV1::CommentsController#index as HTML
772
- Parameters: {"post_id"=>"1"}
773
- RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" 
774
- Completed 500 Internal Server Error in 3ms
775
-
776
- ActionView::MissingTemplate (Missing template raffle_v1/comments/index, raffle_v1/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
777
- * "/Users/albertmckeever/Sites/raffle_v1/test/dummy/app/views"
778
- * "/Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/devise-2.2.3/app/views"
779
- * "/Users/albertmckeever/Sites/raffle_v1/app/views"
780
- ):
781
- actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
782
- actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
783
- actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
784
- actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
785
- actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
786
- actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
787
- actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
788
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
789
- actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
790
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
791
- actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
792
- actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
793
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
794
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
795
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
796
- activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
797
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
798
- activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
799
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
800
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
801
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
802
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
803
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
804
- actionpack (3.2.13) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
805
- /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:9:in `index'
806
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
807
- actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
808
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
809
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
810
- activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4525497931480812128__callbacks'
811
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
812
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
813
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
814
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
815
- actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
816
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
817
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
818
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
819
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
820
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
821
- actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
822
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
823
- actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
824
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
825
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
826
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
827
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
828
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
829
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
830
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
831
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
832
- journey (1.0.4) lib/journey/router.rb:56:in `each'
833
- journey (1.0.4) lib/journey/router.rb:56:in `call'
834
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
835
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
836
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
837
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
838
- journey (1.0.4) lib/journey/router.rb:56:in `each'
839
- journey (1.0.4) lib/journey/router.rb:56:in `call'
840
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
841
- warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
842
- warden (1.2.1) lib/warden/manager.rb:34:in `catch'
843
- warden (1.2.1) lib/warden/manager.rb:34:in `call'
844
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
845
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
846
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
847
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
848
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
849
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
850
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
851
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
852
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
853
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
854
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
855
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
856
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
857
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
858
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
859
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
860
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
861
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
862
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
863
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
864
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
865
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
866
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
867
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
868
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
869
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
870
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
871
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
872
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
873
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
874
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
875
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
876
- railties (3.2.13) lib/rails/application.rb:223:in `call'
877
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
878
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
879
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
880
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
881
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
882
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
883
-
884
-
885
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.8ms)
886
-
887
-
888
- Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
889
- Processing by RaffleV1::CommentsController#index as HTML
890
- Parameters: {"post_id"=>"1"}
891
- RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
892
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.5ms)
893
- Completed 200 OK in 77ms (Views: 75.3ms | ActiveRecord: 0.2ms)
894
-
895
-
896
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
897
- Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
898
-
899
-
900
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
901
- Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
902
-
903
-
904
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
905
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
906
-
907
-
908
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
909
- Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
910
-
911
-
912
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
913
- Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
914
-
915
-
916
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
917
- Served asset /jquery.js - 304 Not Modified (0ms)
918
-
919
-
920
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
921
- Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
922
-
923
-
924
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
925
- Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
926
-
927
-
928
- Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:35:55 -0400
929
- Processing by RaffleV1::CommentsController#index as HTML
930
- Parameters: {"post_id"=>"1"}
931
- RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" 
932
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (1.1ms)
933
- Completed 200 OK in 41ms (Views: 34.9ms | ActiveRecord: 0.2ms)
934
-
935
-
936
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
937
- Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
938
-
939
-
940
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
941
- Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
942
-
943
-
944
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
945
- Served asset /jquery.js - 304 Not Modified (0ms)
946
-
947
-
948
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
949
- Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
950
-
951
-
952
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
953
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
954
-
955
-
956
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
957
- Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
958
-
959
-
960
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
961
- Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
962
-
963
-
964
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
965
- Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
966
-
967
-
968
- Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
969
- Processing by RaffleV1::CommentsController#index as HTML
970
- Parameters: {"post_id"=>"1"}
971
- RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
972
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.7ms)
973
- Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms)
974
-
975
-
976
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
977
- Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
978
-
979
-
980
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
981
- Served asset /jquery.js - 304 Not Modified (0ms)
982
-
983
-
984
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
985
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
986
-
987
-
988
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
989
- Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
990
-
991
-
992
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
993
- Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
994
-
995
-
996
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
997
- Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
998
-
999
-
1000
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
1001
- Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1002
-
1003
-
1004
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
1005
- Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1006
-
1007
-
1008
- Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1009
- Processing by RaffleV1::CommentsController#index as HTML
1010
- Parameters: {"post_id"=>"1"}
1011
- RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" 
1012
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.7ms)
1013
- Completed 200 OK in 13ms (Views: 9.4ms | ActiveRecord: 0.9ms)
1014
-
1015
-
1016
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1017
- Served asset /raffle_v1/application.css - 304 Not Modified (2ms)
1018
-
1019
-
1020
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1021
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1022
-
1023
-
1024
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1025
- Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1026
-
1027
-
1028
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1029
- Served asset /jquery.js - 304 Not Modified (0ms)
1030
-
1031
-
1032
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1033
- Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1034
-
1035
-
1036
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1037
- Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1038
-
1039
-
1040
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1041
- Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
1042
-
1043
-
1044
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1045
- Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1046
-
1047
-
1048
- Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1049
- Processing by RaffleV1::CommentsController#index as HTML
1050
- Parameters: {"post_id"=>"1"}
1051
- RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
1052
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.6ms)
1053
- Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.2ms)
1054
-
1055
-
1056
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1057
- Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
1058
-
1059
-
1060
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1061
- Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1062
-
1063
-
1064
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1065
- Served asset /jquery.js - 304 Not Modified (0ms)
1066
-
1067
-
1068
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1069
- Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
1070
-
1071
-
1072
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1073
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1074
-
1075
-
1076
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1077
- Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1078
-
1079
-
1080
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1081
- Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1082
-
1083
-
1084
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1085
- Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1086
-
1087
-
1088
- Started GET "/raffle_v1/posts/" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1089
- Processing by RaffleV1::PostsController#index as HTML
1090
- RaffleV1::Post Load (0.1ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" 
1091
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/index.html.erb within layouts/raffle_v1/application (4.3ms)
1092
- Completed 200 OK in 22ms (Views: 12.2ms | ActiveRecord: 0.5ms)
1093
-
1094
-
1095
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1096
- Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
1097
-
1098
-
1099
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1100
- Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1101
-
1102
-
1103
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1104
- Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1105
-
1106
-
1107
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1108
- Served asset /raffle_v1/posts.css - 304 Not Modified (1ms)
1109
-
1110
-
1111
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
1112
- Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1113
-
1114
-
1115
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
1116
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1117
-
1118
-
1119
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
1120
- Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1121
-
1122
-
1123
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
1124
- Served asset /jquery.js - 304 Not Modified (0ms)
1125
-
1126
-
1127
- Started GET "/raffle_v1/posts/1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1128
- Processing by RaffleV1::PostsController#show as HTML
1129
- Parameters: {"id"=>"1"}
1130
- RaffleV1::Post Load (0.3ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
1131
- RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" WHERE "raffle_v1_comments"."post_id" = 1
1132
- Rendered collection (0.0ms)
1133
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/_form.html.erb (12.5ms)
1134
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb within layouts/raffle_v1/application (41.9ms)
1135
- Completed 200 OK in 131ms (Views: 128.5ms | ActiveRecord: 0.5ms)
1136
-
1137
-
1138
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1139
- Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
1140
-
1141
-
1142
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1143
- Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
1144
-
1145
-
1146
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1147
- Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1148
-
1149
-
1150
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1151
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1152
-
1153
-
1154
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1155
- Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1156
-
1157
-
1158
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1159
- Served asset /jquery.js - 304 Not Modified (0ms)
1160
-
1161
-
1162
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1163
- Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1164
-
1165
-
1166
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1167
- Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1168
-
1169
-
1170
- Started POST "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:37:32 -0400
1171
- Processing by RaffleV1::CommentsController#create as HTML
1172
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "comment"=>{"text"=>"new comment"}, "commit"=>"Create Comment", "post_id"=>"1"}
1173
- RaffleV1::Post Load (0.2ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
1174
- Completed 404 Not Found in 3ms
1175
-
1176
- ActionController::RoutingError (No route matches {:action=>"show", :controller=>"raffle_v1/posts"}):
1177
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
1178
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
1179
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
1180
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
1181
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
1182
- actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
1183
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:220:in `post_path'
1184
- /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:19:in `create'
1185
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1186
- actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
1187
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
1188
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1189
- activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4092430308565105069__callbacks'
1190
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1191
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1192
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1193
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
1194
- actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
1195
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1196
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
1197
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1198
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
1199
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1200
- actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1201
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1202
- actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
1203
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
1204
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
1205
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1206
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
1207
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
1208
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1209
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
1210
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1211
- journey (1.0.4) lib/journey/router.rb:56:in `each'
1212
- journey (1.0.4) lib/journey/router.rb:56:in `call'
1213
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1214
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
1215
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1216
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1217
- journey (1.0.4) lib/journey/router.rb:56:in `each'
1218
- journey (1.0.4) lib/journey/router.rb:56:in `call'
1219
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1220
- warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
1221
- warden (1.2.1) lib/warden/manager.rb:34:in `catch'
1222
- warden (1.2.1) lib/warden/manager.rb:34:in `call'
1223
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1224
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
1225
- rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1226
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1227
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1228
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1229
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1230
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1231
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1232
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1233
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1234
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1235
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
1236
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1237
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1238
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1239
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1240
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1241
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1242
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1243
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1244
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1245
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1246
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1247
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1248
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1249
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1250
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1251
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1252
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
1253
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1254
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
1255
- railties (3.2.13) lib/rails/application.rb:223:in `call'
1256
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1257
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1258
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1259
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1260
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1261
- /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1262
-
1263
-
1264
- Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
1265
-
1266
-
1267
- Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1268
- Processing by RaffleV1::CommentsController#index as HTML
1269
- Parameters: {"post_id"=>"1"}
1270
- RaffleV1::Comment Load (2.4ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" 
1271
- Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.1ms)
1272
- Completed 200 OK in 12ms (Views: 8.0ms | ActiveRecord: 2.4ms)
1273
-
1274
-
1275
- Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1276
- Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
1277
-
1278
-
1279
- Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1280
- Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1281
-
1282
-
1283
- Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1284
- Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1285
-
1286
-
1287
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1288
- Served asset /jquery.js - 304 Not Modified (0ms)
1289
-
1290
-
1291
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1292
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1293
-
1294
-
1295
- Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1296
- Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
1297
-
1298
-
1299
- Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1300
- Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1301
-
1302
-
1303
- Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1304
- Served asset /raffle_v1/application.js - 304 Not Modified (0ms)