Plugins - map_with_controller
Add to favoritesI think that the complex Rails applications such as maintained over years tend to have messy config/routes.
With this plugin, you can draw the routes belonging to some controller like this.
map.with_controller('posts') do |posts|
posts.rss # posts_rss_path => 'posts/rss'
end
http://blog.s21g.com/articles/452
http://svn.s21g.com/public/rails/plugins/map_with_controller/
Rails' (MIT)
Controllers
