Skip to content

Instantly share code, notes, and snippets.

@bradphelan
Created July 27, 2011 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradphelan/1109441 to your computer and use it in GitHub Desktop.
Save bradphelan/1109441 to your computer and use it in GitHub Desktop.
rails_admin error trace
Started GET "/admin" for 127.0.0.1 at 2011-07-27 16:22:39 +0200
Processing by Admin::DashboardController#index as HTML
Completed in 0ms
Started GET "/users/sign_in" for 127.0.0.1 at 2011-07-27 16:22:39 +0200
Processing by Devise::SessionsController#new as HTML
Rendered /Users/bradphelan/.rvm/gems/ruby-1.9.2-p180@mysugrapp/bundler/gems/devise-97659a1193ac/app/views/devise/shared/_links.erb (0.4ms)
Rendered /Users/bradphelan/.rvm/gems/ruby-1.9.2-p180@mysugrapp/bundler/gems/devise-97659a1193ac/app/views/devise/sessions/new.html.erb within layouts/application (4.5ms)
Completed 200 OK in 26ms (Views: 10.0ms | ActiveRecord: 0.8ms)
Started GET "/assets/application.css" for 127.0.0.1 at 2011-07-27 16:22:40 +0200
Served asset /application.css - 304 Not Modified (0ms) (pid 40403)
Started GET "/assets/application.js" for 127.0.0.1 at 2011-07-27 16:22:40 +0200
Served asset /application.js - 304 Not Modified (0ms) (pid 40403)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment