Skip to content

Instantly share code, notes, and snippets.

@adamdilek
Created January 29, 2013 10:23
Show Gist options
  • Select an option

  • Save adamdilek/4663297 to your computer and use it in GitHub Desktop.

Select an option

Save adamdilek/4663297 to your computer and use it in GitHub Desktop.
Started GET "/zones/1/edit" for 127.0.0.1 at 2013-01-29 12:20:49 +0200
Processing by ZonesController#edit as HTML
Parameters: {"id"=>"1"}
Zone Load (0.3ms) SELECT "zones".* FROM "zones" WHERE "zones"."id" = ? LIMIT 1 [["id", "1"]]
Rendered zones/_form.html.erb (4.8ms)
Rendered zones/edit.html.erb within layouts/application (13.0ms)
Completed 200 OK in 127ms (Views: 124.6ms | ActiveRecord: 0.3ms)
Zone Load (4.8ms) SELECT "zones".* FROM "zones"
SystemStackError (stack level too deep):
actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:70
Rendered /Users/muhammetdilek/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
Rendered /Users/muhammetdilek/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
Rendered /Users/muhammetdilek/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.6ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment