-
RSS Links
Categories
Archives
Blogroll
Tag Archives: routes
Namespacing in Rails
With namespace routes in Rails you can easily create a prefix for select resources. For instance, if you have an admin area or an account dashboard you can give logged in users access to methods that are not otherwise available. To use namespaces define them in config/routes.rb. *Note: this is available for the latest release [...]
How to Use Pretty URLs with Rails will_paginate Plugin