Rails one-liner to get URLs from rake routes
Rake routes is a little wordy to send to someone who needs a list of the URLs your Rails app uses. So I created a bash one-liner to make my life easier.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Rake routes is a little wordy to send to someone who needs a list of the URLs your Rails app uses. So I created a bash one-liner to make my life easier.
Post a comment