Skip to content

Instantly share code, notes, and snippets.

@mafernando
Created January 7, 2016 18:51
Show Gist options
  • Save mafernando/bef27007a64a6791a2b4 to your computer and use it in GitHub Desktop.
Save mafernando/bef27007a64a6791a2b4 to your computer and use it in GitHub Desktop.
Using Pry to show routes with grep
pry(main)> show-routes --grep admin
    admin_posts   GET    /admin/posts(.:format)           admin/posts#index
    admin_posts   POST   /admin/posts(.:format)           admin/posts#create
edit_admin_post   GET    /admin/posts/:id/edit(.:format)  admin/posts#edit
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment