Created
October 2, 2014 13:32
-
-
Save jjcall/5e6221dbc0d3ecf800e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
earlyshares-cms [master●] rails s -p 4000 | |
Digest::Digest is deprecated; use Digest | |
=> Booting WEBrick | |
=> Rails 3.2.8 application starting in development on http://0.0.0.0:4000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
[2014-10-02 09:29:14] INFO WEBrick 1.3.1 | |
[2014-10-02 09:29:14] INFO ruby 2.1.2 (2014-05-08) [x86_64-darwin13.0] | |
[2014-10-02 09:29:14] INFO WEBrick::HTTPServer#start: pid=42947 port=4000 | |
cache: [GET /] miss | |
cache: [GET /] miss | |
Started GET "/" for 127.0.0.1 at 2014-10-02 09:29:23 -0400 | |
Processing by Refinery::PagesController#home as HTML | |
Parameters: {"locale"=>:en} | |
Refinery::Role Load (27.8ms) SELECT `refinery_roles`.* FROM `refinery_roles` WHERE `refinery_roles`.`title` = 'Refinery' LIMIT 1 | |
Refinery::User Load (4.4ms) 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::Page Load (0.2ms) SELECT `refinery_pages`.* FROM `refinery_pages` WHERE `refinery_pages`.`link_url` = '/' LIMIT 1 | |
Refinery::Page Load (0.2ms) SELECT `refinery_pages`.* FROM `refinery_pages` WHERE `refinery_pages`.`menu_match` = '^/404$' LIMIT 1 | |
Rendered public/404.html (1.6ms) | |
Filter chain halted as :find_page rendered or redirected | |
Completed 404 Not Found in 182ms (Views: 11.4ms | ActiveRecord: 118.5ms) | |
cache: [GET /] miss | |
cache: [GET /] miss | |
Started GET "/" for 127.0.0.1 at 2014-10-02 09:29:25 -0400 | |
Processing by Refinery::PagesController#home as HTML | |
Parameters: {"locale"=>:en} | |
Refinery::Role Load (0.2ms) SELECT `refinery_roles`.* FROM `refinery_roles` WHERE `refinery_roles`.`title` = 'Refinery' LIMIT 1 | |
Refinery::User Load (0.2ms) 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::Page Load (0.2ms) SELECT `refinery_pages`.* FROM `refinery_pages` WHERE `refinery_pages`.`link_url` = '/' LIMIT 1 | |
Refinery::Page Load (0.1ms) SELECT `refinery_pages`.* FROM `refinery_pages` WHERE `refinery_pages`.`menu_match` = '^/404$' LIMIT 1 | |
Rendered public/404.html (0.0ms) | |
Filter chain halted as :find_page rendered or redirected | |
Completed 404 Not Found in 6ms (Views: 2.5ms | ActiveRecord: 0.8ms) | |
cache: [GET /] miss | |
cache: [GET /] miss | |
Started GET "/" for 127.0.0.1 at 2014-10-02 09:29:36 -0400 | |
Processing by Refinery::PagesController#home as HTML | |
Parameters: {"locale"=>:en} | |
Refinery::Role Load (0.2ms) 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::Page Load (0.4ms) SELECT `refinery_pages`.* FROM `refinery_pages` WHERE `refinery_pages`.`link_url` = '/' LIMIT 1 | |
Refinery::Page Load (0.2ms) SELECT `refinery_pages`.* FROM `refinery_pages` WHERE `refinery_pages`.`menu_match` = '^/404$' LIMIT 1 | |
Rendered public/404.html (0.1ms) | |
Filter chain halted as :find_page rendered or redirected | |
Completed 404 Not Found in 8ms (Views: 2.7ms | ActiveRecord: 1.3ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment