Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged routing

  • Redirect Routing

    Define redirects straight from your routes.rb

  • Routing Navigator

    This plugin installs a handy routing navigator at the bottom of each page, showing all available routes and named routes.

  • resource_fu

    A collection of hacks that make nested and polymorphic resources less painful.

  • magic_routing

    MagicRouting cleans up your routes - it lets you use any attribute of an ActiveRecord object as a route segment, instead of just ID.

  • Request Routing

    Plugin that allows you to define routing requirements that test
    methods/properties of the request object such as subdomain, domain,
    port. You can test them either against a value or with a Regexp
    (assuming the method returns a string).