Created
October 26, 2011 16:36
-
-
Save coryschires/1316923 to your computer and use it in GitHub Desktop.
staging bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cache: [POST /conversation/questions/4/answers] invalidate, pass | |
Started POST "/conversation/questions/4/answers" for 127.0.0.1 at 2011-10-26 11:39:29 -0500 | |
Processing by Rostra::AnswersController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kMghcRVWRnEZHKdb5lE43qQ2uByACYLkcGLaR10Uvis=", "answer"=>{"user_id"=>"2164", "question_id"=>"4", "text"=>"<p>An answer</p>", "follow_by_email"=>"1"}, "commit"=>"Answer", "question_id"=>"4"} | |
User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2164 LIMIT 1 | |
Role Load (0.7ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_users" ON "roles"."id" = "roles_users"."role_id" WHERE "roles_users"."user_id" = 2164 AND "roles"."name" = 'super_admin' LIMIT 1 | |
Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_users" ON "roles"."id" = "roles_users"."role_id" WHERE "roles_users"."user_id" = 2164 AND "roles"."name" = 'member' LIMIT 1 | |
Profile Load (0.4ms) SELECT "profiles".* FROM "profiles" WHERE "profiles"."user_id" = 2164 LIMIT 1 | |
Completed 404 Not Found in 138ms | |
ActionController::RoutingError (No route matches {:controller=>"users", :action=>"dashboard"}): | |
app/controllers/application_controller.rb:16:in `block in <class:ApplicationController>' | |
Rendered /Users/coryschires/.rvm/gems/ruby-1.9.2-head@scholastica/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment