Skip to content

Instantly share code, notes, and snippets.

@revans
Created July 23, 2008 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revans/1406 to your computer and use it in GitHub Desktop.
Save revans/1406 to your computer and use it in GitHub Desktop.
Merb Show Routes Task
desc "Show merb routes"
task :merb_routes => :merb_env do
require 'merb-core/rack/adapter/irb'
Merb::Rack::Console.new.show_routes
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment