Skip to content

Instantly share code, notes, and snippets.

@kieran
Created May 3, 2010 19:41
Show Gist options
  • Save kieran/388508 to your computer and use it in GitHub Desktop.
Save kieran/388508 to your computer and use it in GitHub Desktop.
khug:wmba kieran$ geddy
Server running at port 8000
3 May 14:32:49 - GET: /products
Routed to Products controller, index action
params: { controller: 'Products', action: 'index' }
Finished handling request in 6 ms
3 May 14:32:52 - GET: /
Routed to Main controller, index action
params: { controller: 'Main', action: 'index' }
Finished handling request in 2 ms
3 May 14:32:58 - GET: /pattern.jpg
FILE: sent static file /Users/kieran/work/wmba/public/pattern.jpg
3 May 15:37:59 - GET: /products
Routed to Products controller, index action
params: { controller: 'Products', action: 'index' }
Finished handling request in 2 ms
3 May 15:38:03 - GET: /products.html
Routed to Products controller, index action
params: { extension: 'html'
, controller: 'Products'
, action: 'index'
}
Finished handling request in 2 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment