Skip to content

Instantly share code, notes, and snippets.

View ericcumbee's full-sized avatar

Eric Cumbee ericcumbee

View GitHub Profile
@ericcumbee
ericcumbee / Stack Trace
Created January 20, 2013 18:54
Active Admin Stacktrace
Started GET "/admin/merchants/new" for 127.0.0.1 at 2013-01-20 13:46:45 -0500
Processing by Admin::MerchantsController#new as HTML
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
Rendered /Users/ericcumbee/.rvm/gems/ruby-1.9.3-p362/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (47.2ms)
Completed 200 OK in 93ms (Views: 49.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-01-20 13:46:45 -0500
Served asset /active_admin.css - 304 Not Modified (2ms)
[2013-01-20 13:46:45] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true