Skip to content

Instantly share code, notes, and snippets.

@ramigb
Created April 27, 2013 15:23
Show Gist options
  • 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