Merb: Seeing your routes
Here’s how to see your routes in merb using rake and irb.
It’s similar to rake:routes in rails.
1 | rake audit:routes |
Or in irb
merb -i merb.show_routes
codes a lot
If the code is inexplicably missing from some of my posts it is because gist.github.com is down at the moment. Check back a little later.
Here’s how to see your routes in merb using rake and irb.
It’s similar to rake:routes in rails.
1 | rake audit:routes |
Or in irb
merb -i merb.show_routes