davidjrice (owner)

Revisions

  • aa2bfe davidjrice Mon Mar 23 10:20:56 -0700 2009
gist: 83671 Download_button fork
public
Public Clone URL: git://gist.github.com/83671.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
=> 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]