Created
March 23, 2009 17:20
-
-
Save davidjrice/83671 to your computer and use it in GitHub Desktop.
This file contains 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
=> Booting Mongrel | |
=> Rails 2.3.2 application starting on http://0.0.0.0:3000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
SQL (0.3ms) SET NAMES 'utf8' | |
SQL (0.1ms) SET SQL_AUTO_IS_NULL=0 | |
Processing TestController#index (for 127.0.0.1 at 2009-03-23 17:20:16) [GET] | |
Rendering test/index | |
Completed in 15ms (View: 12, DB: 0) | 200 OK [http://0.0.0.0/test] | |
SQL (0.3ms) SET NAMES 'utf8' | |
SQL (0.1ms) SET SQL_AUTO_IS_NULL=0 | |
Processing TestController#index (for 127.0.0.1 at 2009-03-23 17:20:16) [GET] | |
Rendering test/index | |
Completed in 15ms (View: 12, DB: 0) | 200 OK [http://0.0.0.0/test] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment