Apr29
Checking named routes in rails console
I tend to use named routes in my link_to, link_to_remote, remote_form_for etc prototype helpers, so that my action paths in the view always conform to the declarations in routes.rb and so it's expressive.
Continue reading »