| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some more tests to the test_new_base_on_old_tests task | Pratik Naik | 2009-05-23 | 1 | -0/+1 |
* | Start moving TestRequest and TestResponse into ActionDispatch | Joshua Peek | 2009-04-30 | 1 | -4/+4 |
* | Ensure blank path_prefix works as expected [#2122 state:resolved] | Andrew Bloom | 2009-03-09 | 1 | -2/+32 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -27/+27 |
* | Support OPTIONS verb in route conditions [#1727 state:resolved] | Mike Gunderloy | 2009-03-08 | 1 | -0/+8 |
* | Generating routes with optional format segment does not inherit params format... | Joshua Peek | 2009-03-04 | 1 | -0/+16 |
* | Fix requirements regexp for path segments | Andrew White | 2009-02-22 | 1 | -0/+24 |
* | Remove hardcoded number_of_capturesin ControllerSegment to allow regexp requi... | Andrew White | 2009-02-22 | 1 | -0/+9 |
* | fix test data, should specify encoding to use multibyte chars on Ruby 1.9 | moro | 2009-02-20 | 1 | -0/+1 |
* | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 1 | -1383/+1381 |
* | 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 |