Created
March 4, 2012 03:06
-
-
Save jraczak/1970322 to your computer and use it in GitHub Desktop.
Error Output
This file contains hidden or 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
Started GET "/users" for 127.0.0.1 at Sat Mar 03 22:04:35 -0500 2012 | |
Processing by UsersController#index as HTML | |
User Load (0.2ms) SELECT "users".* FROM "users" | |
Rendered users/index.html.erb within layouts/application (1.4ms) | |
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1 | |
Completed 500 Internal Server Error in 10ms | |
ActionController::RoutingError (No route matches {:action=>"edit", :controller=>"users"}): | |
app/views/layouts/application.html.erb:16:in `_app_views_layouts_application_html_erb__979438107_2174701280' | |
app/controllers/users_controller.rb:9:in `index' | |
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.3ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment