Skip to content

Instantly share code, notes, and snippets.

@ramigb
Created April 27, 2013 15:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramigb/5473469 to your computer and use it in GitHub Desktop.
Save ramigb/5473469 to your computer and use it in GitHub Desktop.
Get Rake routes in the browser
def rts
r = %x( rake routes )
render :inline => "<pre>#{r}</pre>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment