| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make router and controller classes better rack citizens | Joshua Peek | 2008-12-28 | 1 | -73/+60 |
* | Added support for multiple routes files and made draw not clear the map so th... | David Heinemeier Hansson | 2008-11-26 | 1 | -4/+25 |
* | Use autoload instead of explicit requires for ActionController | Joshua Peek | 2008-11-23 | 1 | -1/+0 |
* | Make optimized named routes respect all reserved options and tie it into UrlR... | Gabe da Silveira | 2008-11-18 | 1 | -3/+9 |
* | Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11... | Tom Stuart | 2008-10-08 | 1 | -0/+21 |
* | Ensure routing optimizations are cleared when new routes are added [#981 stat... | Matt Jones | 2008-09-07 | 1 | -0/+30 |
* | Fixes optimised named routes generating question mark followed by nothing whe... | Luke Melia | 2008-08-31 | 1 | -0/+6 |
* | Fix indentation | Jeremy Kemper | 2008-08-28 | 1 | -22/+20 |
* | Routes may be restricted to lists of HTTP methods instead of a single method ... | Brennan Dunn | 2008-08-28 | 1 | -0/+25 |
* | Prepare Route#generate and Route#recognize early. Also refactor segments a bi... | Joshua Peek | 2008-07-28 | 1 | -96/+55 |
* | Routing whitespace cleanup | Joshua Peek | 2008-07-28 | 1 | -0/+1 |
* | AbstractRequest.relative_url_root is no longer automatically configured by a ... | Joshua Peek | 2008-07-24 | 1 | -7/+3 |
* | Raise ArgumentError if an invalid method is specified as part of a route's co... | Tom Ward | 2008-07-18 | 1 | -0/+16 |
* | Use :namespace instead of :path_prefix for finding controller. [#544 state:re... | Tarmo Tänav | 2008-07-03 | 1 | -0/+20 |
* | Wrap CGIResponse, LegacyRouteSet, Route, RouteSet and RouteLoading tests insi... | Joshua Peek | 2008-06-07 | 1 | -1630/+1601 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -2/+2 |
* | Ensure routing generator works with non-string keys. [#172 state:resolved] | Sven Fuchs | 2008-05-16 | 1 | -0/+7 |
* | Escape globbed parameters in routes correctly. | Chris Roos | 2008-05-10 | 1 | -5/+7 |
* | Made the location of the routes file configurable with config.routes_configur... | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+10 |
* | Added support for regexp flags like ignoring case in the :requirements part o... | David Heinemeier Hansson | 2008-03-28 | 1 | -2/+144 |
* | Fix an edge case with extra periods in Routing.normalize_paths. Closes #11337... | Jeremy Kemper | 2008-03-21 | 1 | -4/+4 |
* | Make it simpler to make the root route an alias for another route. Closes #... | Michael Koziarski | 2008-01-26 | 1 | -0/+24 |
* | Add timing test for large restful route recognition. References #10835 [olega... | Jeremy Kemper | 2008-01-19 | 1 | -8/+35 |
* | Ruby 1.9 compat: don't rely on Array#to_s to flatten and join as string | Jeremy Kemper | 2008-01-07 | 1 | -2/+2 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -2/+2 |
* | Fixes for standalone tests | Jeremy Kemper | 2007-12-15 | 1 | -3/+9 |
* | Fix typos (closes #10378) | David Heinemeier Hansson | 2007-12-05 | 1 | -2/+2 |
* | Make sure the optimisation code for routes doesn't get used if :host, :anchor... | Michael Koziarski | 2007-11-28 | 1 | -5/+45 |
* | Fixed to_s bug with namespace routes (closes #10283) [johnb] | David Heinemeier Hansson | 2007-11-26 | 1 | -0/+20 |
* | Fixed that named routes living under resources shouldn't have double slashes ... | David Heinemeier Hansson | 2007-11-25 | 1 | -0/+14 |
* | Ensure that the routing optimisation code isn't used when additional argument... | Michael Koziarski | 2007-11-20 | 1 | -2/+10 |
* | Expand Routes::DynamicSegment test coverage. Closes #7122 [Kevin Clark] | Jeremy Kemper | 2007-10-15 | 1 | -0/+22 |
* | Make sure that custom inflections are picked up by map.resources by triggerin... | Michael Koziarski | 2007-10-13 | 1 | -0/+60 |
* | Move ActionController::Routing.optimise_named_routes to ActionController::Bas... | Rick Olson | 2007-10-03 | 1 | -1/+6 |
* | Re-enable Routing optimisation code for _url methods, add defined?(request) t... | Michael Koziarski | 2007-09-28 | 1 | -8/+18 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 1 | -1/+1 |
* | Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612. | Jeremy Kemper | 2007-09-23 | 1 | -4/+9 |
* | Remove , and ; (comma and semicolon) from routing separators again. Reference... | Jeremy Kemper | 2007-09-23 | 1 | -1/+1 |
* | Disable the routing optimisation code when dealing with foo_url helpers. Add... | Michael Koziarski | 2007-09-22 | 1 | -6/+6 |
* | Disable optimisation code for UrlWriter as request.host doesn't make sense th... | Michael Koziarski | 2007-09-17 | 1 | -3/+4 |
* | Fixed optimized route segment escaping. Closes #9562. | Jeremy Kemper | 2007-09-15 | 1 | -0/+8 |
* | root_path returns '/' not ''. Closes #9563. | Jeremy Kemper | 2007-09-15 | 1 | -1/+10 |
* | Optimise named route generation when using positional arguments. Closes #945... | Michael Koziarski | 2007-09-09 | 1 | -51/+90 |
* | Remove deprecated named routes [pixeltrix] | Tobias Lütke | 2007-09-06 | 1 | -53/+1 |
* | Allow additional parameters to be passed to named route helpers when using po... | Michael Koziarski | 2007-09-05 | 1 | -0/+12 |
* | Prefix nested resource named routes with their action name, e.g. new_group_us... | Jeremy Kemper | 2007-06-27 | 1 | -1/+37 |
* | Routing: improve static segment test coverage. #7117 [Kevin Clark] | Jeremy Kemper | 2007-06-09 | 1 | -6/+6 |
* | Routing: drop semicolon and comma as route separators. | Jeremy Kemper | 2007-05-29 | 1 | -18/+24 |
* | Routing: respond with 405 Method Not Allowed status when the route path match... | Jeremy Kemper | 2007-05-26 | 1 | -6/+16 |
* | Allow routes to be declared off namespaces | Tobias Lütke | 2007-05-19 | 1 | -1/+43 |