Skip to content

Instantly share code, notes, and snippets.

@davidjrice
Created March 23, 2009 17:20
Show Gist options
  • Save davidjrice/83671 to your computer and use it in GitHub Desktop.
Save davidjrice/83671 to your computer and use it in GitHub Desktop.
=> 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