Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
[1m[36m (21.1ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
[1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35m (2.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
Connecting to database specified by database.yml
[1m[36m (2.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
Migrating to CreateRaffleV1Posts (20130326135125)
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (1.3ms)[0m 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)
[1m[36m (11.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130326135125')[0m
[1m[35m (32.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
Connecting to database specified by database.yml
[1m[36m (100.6ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
Migrating to CreateRaffleV1Posts (20130326135125)
Migrating to CreateRaffleV1Comments (20130326174121)
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m 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)
[1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130326174121')[0m
[1m[35m (1.4ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
Connecting to database specified by database.yml
Started GET "/" for 127.0.0.1 at 2013-03-26 14:05:51 -0400
ActionController::RoutingError (No route matches [GET] "/"):
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started GET "/posts" for 127.0.0.1 at 2013-03-26 14:05:59 -0400
ActionController::RoutingError (No route matches [GET] "/posts"):
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started GET "/rafflev1/posts" for 127.0.0.1 at 2013-03-26 14:06:14 -0400
ActionController::RoutingError (No route matches [GET] "/rafflev1/posts"):
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started GET "/rafflev1/posts/new" for 127.0.0.1 at 2013-03-26 14:06:18 -0400
ActionController::RoutingError (No route matches [GET] "/rafflev1/posts/new"):
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started GET "/raffle_v1/posts/new" for 127.0.0.1 at 2013-03-26 14:10:28 -0400
Processing by RaffleV1::PostsController#new as HTML
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/_form.html.erb (114.7ms)
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/new.html.erb within layouts/raffle_v1/application (196.8ms)
Compiled raffle_v1/comments.css (0ms) (pid 44057)
Compiled raffle_v1/posts.css (0ms) (pid 44057)
Compiled raffle_v1/application.css (69ms) (pid 44057)
Compiled jquery.js (3ms) (pid 44057)
Compiled jquery_ujs.js (0ms) (pid 44057)
Compiled raffle_v1/comments.js (0ms) (pid 44057)
Compiled raffle_v1/posts.js (0ms) (pid 44057)
Compiled raffle_v1/application.js (137ms) (pid 44057)
Completed 200 OK in 735ms (Views: 600.3ms | ActiveRecord: 2.7ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
Served asset /raffle_v1/application.css - 200 OK (43ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
Served asset /raffle_v1/comments.css - 200 OK (2ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
Served asset /raffle_v1/posts.css - 200 OK (3ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
Served asset /jquery.js - 200 OK (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
Served asset /jquery_ujs.js - 200 OK (2ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
Served asset /raffle_v1/comments.js - 200 OK (2ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
Served asset /raffle_v1/application.js - 200 OK (8ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
Served asset /raffle_v1/posts.js - 200 OK (8ms)
Started POST "/raffle_v1/posts" for 127.0.0.1 at 2013-03-26 14:11:10 -0400
Processing by RaffleV1::PostsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "post"=>{"title"=>"sample 1", "text"=>"this is a sample"}, "commit"=>"Create Post"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (210.5ms)[0m 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]]
[1m[36m (31.4ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/raffle_v1/posts/1
Completed 302 Found in 248ms (ActiveRecord: 242.0ms)
Started GET "/raffle_v1/posts/1" for 127.0.0.1 at 2013-03-26 14:11:11 -0400
Processing by RaffleV1::PostsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mRaffleV1::Post Load (0.4ms)[0m SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mRaffleV1::Comment Load (0.4ms)[0m [1mSELECT "raffle_v1_comments".* FROM "raffle_v1_comments" WHERE "raffle_v1_comments"."post_id" = 1[0m
Rendered collection (0.0ms)
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb within layouts/raffle_v1/application (256.1ms)
Completed 500 Internal Server Error in 289ms
ActionView::Template::Error (Missing partial rafflev1/comments/form with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
* "/Users/albertmckeever/Sites/raffle_v1/test/dummy/app/views"
* "/Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/devise-2.2.3/app/views"
* "/Users/albertmckeever/Sites/raffle_v1/app/views"
):
12:
13:
Comments
14: <%= render @post.comments %>
15: <%= render "rafflev1/comments/form" %>
16:
17:
18: <%= link_to 'Edit', edit_post_path(@post) %> |
actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:339:in `find_template'
actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial'
actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:222:in `render'
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:41:in `render_partial'
actionpack (3.2.13) lib/action_view/helpers/rendering_helper.rb:27:in `render'
/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'
actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render'
activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument'
actionpack (3.2.13) lib/action_view/template.rb:143:in `render'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render'
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.13) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
/Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/posts_controller.rb:21:in `show'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__1857496235845912092__process_action__3385320578368508097__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
warden (1.2.1) lib/warden/manager.rb:34:in `catch'
warden (1.2.1) lib/warden/manager.rb:34:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
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)
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)
Started GET "/raffle_v1/posts/1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
Processing by RaffleV1::PostsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mRaffleV1::Post Load (0.2ms)[0m SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mRaffleV1::Comment Load (0.2ms)[0m [1mSELECT "raffle_v1_comments".* FROM "raffle_v1_comments" WHERE "raffle_v1_comments"."post_id" = 1[0m
Rendered collection (0.0ms)
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/_form.html.erb (12.2ms)
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb within layouts/raffle_v1/application (33.0ms)
Completed 200 OK in 105ms (Views: 102.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:27 -0400
Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
Started POST "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:16:46 -0400
Processing by RaffleV1::CommentsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "comment"=>{"text"=>"simple comment"}, "commit"=>"Create Comment", "post_id"=>"1"}
[1m[35mRaffleV1::Post Load (0.2ms)[0m SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
Completed 404 Not Found in 3ms
ActionController::RoutingError (No route matches {:action=>"show", :controller=>"raffle_v1/posts"}):
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:220:in `post_path'
/Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:10:in `create'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4092430308565105069__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
warden (1.2.1) lib/warden/manager.rb:34:in `catch'
warden (1.2.1) lib/warden/manager.rb:34:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started POST "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:23:34 -0400
Processing by RaffleV1::CommentsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "comment"=>{"text"=>"simple comment"}, "commit"=>"Create Comment", "post_id"=>"1"}
[1m[36mRaffleV1::Post Load (0.2ms)[0m [1mSELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1[0m [["id", "1"]]
Completed 404 Not Found in 42ms
ActionController::RoutingError (No route matches {:action=>"show", :controller=>"raffle_v1/posts"}):
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:220:in `post_path'
/Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:10:in `create'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4092430308565105069__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
warden (1.2.1) lib/warden/manager.rb:34:in `catch'
warden (1.2.1) lib/warden/manager.rb:34:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:25:43 -0400
AbstractController::ActionNotFound (The action 'index' could not be found for RaffleV1::CommentsController):
actionpack (3.2.13) lib/abstract_controller/base.rb:116:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
warden (1.2.1) lib/warden/manager.rb:34:in `catch'
warden (1.2.1) lib/warden/manager.rb:34:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:26:32 -0400
Processing by RaffleV1::CommentsController#index as HTML
Parameters: {"post_id"=>"1"}
[1m[35mRaffleV1::Comment Load (0.1ms)[0m SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
Completed 500 Internal Server Error in 5ms
ActionView::MissingTemplate (Missing template raffle_v1/comments/index, raffle_v1/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
* "/Users/albertmckeever/Sites/raffle_v1/test/dummy/app/views"
* "/Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/devise-2.2.3/app/views"
* "/Users/albertmckeever/Sites/raffle_v1/app/views"
):
actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.13) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
/Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:9:in `index'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4525497931480812128__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
warden (1.2.1) lib/warden/manager.rb:34:in `catch'
warden (1.2.1) lib/warden/manager.rb:34:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:17:35 -0400
Processing by RaffleV1::CommentsController#index as HTML
Parameters: {"post_id"=>"1"}
[1m[36mRaffleV1::Comment Load (0.2ms)[0m [1mSELECT "raffle_v1_comments".* FROM "raffle_v1_comments" [0m
Completed 500 Internal Server Error in 3ms
ActionView::MissingTemplate (Missing template raffle_v1/comments/index, raffle_v1/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
* "/Users/albertmckeever/Sites/raffle_v1/test/dummy/app/views"
* "/Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/devise-2.2.3/app/views"
* "/Users/albertmckeever/Sites/raffle_v1/app/views"
):
actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.13) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
/Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:9:in `index'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4525497931480812128__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
warden (1.2.1) lib/warden/manager.rb:34:in `catch'
warden (1.2.1) lib/warden/manager.rb:34:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
Processing by RaffleV1::CommentsController#index as HTML
Parameters: {"post_id"=>"1"}
[1m[35mRaffleV1::Comment Load (0.2ms)[0m SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.5ms)
Completed 200 OK in 77ms (Views: 75.3ms | ActiveRecord: 0.2ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:35:55 -0400
Processing by RaffleV1::CommentsController#index as HTML
Parameters: {"post_id"=>"1"}
[1m[36mRaffleV1::Comment Load (0.2ms)[0m [1mSELECT "raffle_v1_comments".* FROM "raffle_v1_comments" [0m
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (1.1ms)
Completed 200 OK in 41ms (Views: 34.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
Processing by RaffleV1::CommentsController#index as HTML
Parameters: {"post_id"=>"1"}
[1m[35mRaffleV1::Comment Load (0.2ms)[0m SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.7ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
Processing by RaffleV1::CommentsController#index as HTML
Parameters: {"post_id"=>"1"}
[1m[36mRaffleV1::Comment Load (0.2ms)[0m [1mSELECT "raffle_v1_comments".* FROM "raffle_v1_comments" [0m
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.7ms)
Completed 200 OK in 13ms (Views: 9.4ms | ActiveRecord: 0.9ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
Served asset /raffle_v1/application.css - 304 Not Modified (2ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
Processing by RaffleV1::CommentsController#index as HTML
Parameters: {"post_id"=>"1"}
[1m[35mRaffleV1::Comment Load (0.2ms)[0m SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.6ms)
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
Started GET "/raffle_v1/posts/" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
Processing by RaffleV1::PostsController#index as HTML
[1m[36mRaffleV1::Post Load (0.1ms)[0m [1mSELECT "raffle_v1_posts".* FROM "raffle_v1_posts" [0m
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/index.html.erb within layouts/raffle_v1/application (4.3ms)
Completed 200 OK in 22ms (Views: 12.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
Served asset /raffle_v1/posts.css - 304 Not Modified (1ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/raffle_v1/posts/1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
Processing by RaffleV1::PostsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mRaffleV1::Post Load (0.3ms)[0m SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mRaffleV1::Comment Load (0.2ms)[0m [1mSELECT "raffle_v1_comments".* FROM "raffle_v1_comments" WHERE "raffle_v1_comments"."post_id" = 1[0m
Rendered collection (0.0ms)
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/_form.html.erb (12.5ms)
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb within layouts/raffle_v1/application (41.9ms)
Completed 200 OK in 131ms (Views: 128.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
Started POST "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:37:32 -0400
Processing by RaffleV1::CommentsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "comment"=>{"text"=>"new comment"}, "commit"=>"Create Comment", "post_id"=>"1"}
[1m[35mRaffleV1::Post Load (0.2ms)[0m SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
Completed 404 Not Found in 3ms
ActionController::RoutingError (No route matches {:action=>"show", :controller=>"raffle_v1/posts"}):
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:220:in `post_path'
/Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:19:in `create'
actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4092430308565105069__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
warden (1.2.1) lib/warden/manager.rb:34:in `catch'
warden (1.2.1) lib/warden/manager.rb:34:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.5) lib/rack/etag.rb:23:in `call'
rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.5) lib/rack/lock.rb:15:in `call'
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
railties (3.2.13) lib/rails/engine.rb:479:in `call'
railties (3.2.13) lib/rails/application.rb:223:in `call'
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
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)
Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
Processing by RaffleV1::CommentsController#index as HTML
Parameters: {"post_id"=>"1"}
[1m[36mRaffleV1::Comment Load (2.4ms)[0m [1mSELECT "raffle_v1_comments".* FROM "raffle_v1_comments" [0m
Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.1ms)
Completed 200 OK in 12ms (Views: 8.0ms | ActiveRecord: 2.4ms)
Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
Served asset /jquery.js - 304 Not Modified (0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
Served asset /raffle_v1/application.js - 304 Not Modified (0ms)