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
1 merb -i 2 merb.show_routes 1 merb -i 2 merb.show_routes Spitfire Sky | github | archives | resume
1 merb -i 2 merb.show_routes
Spitfire Sky | github | archives | resume