Skip to content

Instantly share code, notes, and snippets.

@kungfumike
Created October 29, 2008 18:06
Show Gist options
  • Save kungfumike/20771 to your computer and use it in GitHub Desktop.
Save kungfumike/20771 to your computer and use it in GitHub Desktop.
mike@knight:~/workspace/projects/testapp$ rake audit:routes
(in /home/mike/workspace/projects/testapp)
Loading init file from /home/mike/workspace/projects/testapp/config/init.rb
Loading /home/mike/workspace/projects/testapp/config/environments/development.rb
Loading init file from /home/mike/workspace/projects/testapp/config/init.rb
Loading /home/mike/workspace/projects/testapp/config/environments/rake.rb
~ Connecting to database...
~ Loaded slice 'MerbAuthSlicePassword' ...
~ Parent pid: 10832
~ Compiling routes...
~ Activating slice 'MerbAuthSlicePassword' ...
Named Routes
edit_homy: /homies/:id/edit(.:format)
delete_homy: /homies/:id/delete(.:format)
homy: /homies/:id(.:format)
homies: /homies(/index)(.:format)
new_homy: /homies/new(.:format)
Anonymous Routes
/homies(.:format)
/homies/:id(.:format)
/homies/:id(.:format)
/blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment