Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created November 17, 2013 01:03
Show Gist options
  • Save benlieb/7507602 to your computer and use it in GitHub Desktop.
Save benlieb/7507602 to your computer and use it in GitHub Desktop.
Started GET "/about/who-we-are" for 127.0.0.1 at 2013-11-16 17:01:53 -0800
Processing by PagesController#show as HTML
Parameters: {"section"=>"about", "id"=>"who-we-are"}
DEPRECATION WARNING: Relation#first with finder options is deprecated. Please build a scope and then call #first on it instead. (called from show at /Users/benlieb/my_life/sites/2009/briansjourney.com/apps/briansjourney/app/controllers/pages_controller.rb:33)
Page Load (0.4ms) SELECT `pages`.* FROM `pages` WHERE (urltext = 'who-we-are') ORDER BY `pages`.`id` ASC LIMIT 1
Rendered pages/show.html.erb within layouts/application (0.5ms)
Completed 200 OK in 97ms (Views: 91.2ms | ActiveRecord: 0.4ms)
Started GET "/about/who-we-are" for 127.0.0.1 at 2013-11-16 17:02:19 -0800
Processing by PagesController#show as HTML
Parameters: {"section"=>"about", "id"=>"who-we-are"}
DEPRECATION WARNING: Relation#first with finder options is deprecated. Please build a scope and then call #first on it instead. (called from show at /Users/benlieb/my_life/sites/2009/briansjourney.com/apps/briansjourney/app/controllers/pages_controller.rb:33)
Page Load (0.6ms) SELECT `pages`.* FROM `pages` WHERE (urltext = 'who-we-are') ORDER BY `pages`.`id` ASC LIMIT 1
Rendered pages/show.html.erb within layouts/application (0.5ms)
Completed 200 OK in 56ms (Views: 51.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:02:19 -0800
Started GET "/assets/tmp.css?body=1" for 127.0.0.1 at 2013-11-16 17:02:19 -0800
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:02:19 -0800
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:02:19 -0800
Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-11-16 17:02:19 -0800
Started GET "/assets/tmp.js?body=1" for 127.0.0.1 at 2013-11-16 17:02:19 -0800
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:02:19 -0800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment