Skip to content

Instantly share code, notes, and snippets.

@johanb
Created May 15, 2012 11:46
Show Gist options
  • Save johanb/2701117 to your computer and use it in GitHub Desktop.
Save johanb/2701117 to your computer and use it in GitHub Desktop.
Started GET "/refinery/inquiries" for 127.0.0.1 at 2012-05-15 13:45:45 +0200
Processing by Refinery::Inquiries::Admin::InquiriesController#index as HTML
Parameters: {"locale"=>:nl}
Refinery::Role Load (0.5ms) SELECT "refinery_roles".* FROM "refinery_roles" WHERE "refinery_roles"."title" = 'Refinery' LIMIT 1
Refinery::User Load (0.5ms) SELECT "refinery_users".* FROM "refinery_users" INNER JOIN "refinery_roles_users" ON "refinery_users"."id" = "refinery_roles_users"."user_id" WHERE "refinery_roles_users"."role_id" = 1
Refinery::User Load (0.3ms) SELECT "refinery_users".* FROM "refinery_users" WHERE "refinery_users"."id" = 1 LIMIT 1
Refinery::UserPlugin Load (0.3ms) SELECT "refinery_user_plugins".* FROM "refinery_user_plugins" WHERE "refinery_user_plugins"."user_id" = 1 ORDER BY position ASC
Refinery::Role Load (0.5ms) SELECT "refinery_roles".* FROM "refinery_roles" INNER JOIN "refinery_roles_users" ON "refinery_roles"."id" = "refinery_roles_users"."role_id" WHERE "refinery_roles_users"."user_id" = 1
'wirelab' tried to access 'refinery/inquiries/inquiries' but was rejected.
Refinery::Page Load (0.3ms) SELECT "refinery_pages".* FROM "refinery_pages" WHERE "refinery_pages"."menu_match" = '^/404$' LIMIT 1
Refinery::PagePart Load (0.5ms) SELECT "refinery_page_parts".* FROM "refinery_page_parts" WHERE "refinery_page_parts"."refinery_page_id" IN (2) ORDER BY position ASC
Refinery::PagePart::Translation Load (0.5ms) SELECT "refinery_page_part_translations".* FROM "refinery_page_part_translations" WHERE "refinery_page_part_translations"."refinery_page_part_id" IN (3)
Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_content_page.html.erb (1.6ms)
Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-pages-2.0.4/app/views/refinery/pages/show.html.erb within layouts/refinery/admin (11.2ms)
Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_html_tag.html.erb (0.2ms)
Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/admin/_javascripts.html.erb (3.1ms)
Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/admin/_head.html.erb (11.3ms)
Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_site_bar.html.erb (76.1ms)
Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/admin/_menu.html.erb (80.8ms)
Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_no_script.html.erb (0.3ms)
Rendered /Users/johanbruning/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/refinerycms-core-2.0.4/app/views/refinery/_message.html.erb (0.1ms)
Filter chain halted as :restrict_controller rendered or redirected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment