| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge docrails | Pratik Naik | 2009-01-18 | 1 | -3/+2 |
* | Merge with docrails | Pratik Naik | 2008-12-07 | 1 | -2/+4 |
* | Use autoload instead of explicit requires for ActionController | Joshua Peek | 2008-11-23 | 1 | -1/+0 |
* | Routing whitespace cleanup | Joshua Peek | 2008-07-28 | 1 | -30/+28 |
* | Added notes to Routing documentation and routes.rb regarding defaults routes ... | Clemens Kofler | 2008-07-10 | 1 | -0/+4 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -1/+1 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -4/+31 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -45/+49 |
* | Improve documentation. | Pratik Naik | 2008-04-05 | 1 | -2/+2 |
* | Added support for regexp flags like ignoring case in the :requirements part o... | David Heinemeier Hansson | 2008-03-28 | 1 | -0/+18 |
* | Fix an edge case with extra periods in Routing.normalize_paths. Closes #11337... | Jeremy Kemper | 2008-03-21 | 1 | -2/+2 |
* | Make it simpler to make the root route an alias for another route. Closes #... | Michael Koziarski | 2008-01-26 | 1 | -0/+6 |
* | Performance: optimize route recognition. Large speedup for apps with many res... | Jeremy Kemper | 2008-01-19 | 1 | -0/+1 |
* | Restructure routing into several smaller files. References #10835 [oleganza] | Michael Koziarski | 2008-01-17 | 1 | -1179/+7 |
* | Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka] | Jeremy Kemper | 2007-12-28 | 1 | -1/+1 |
* | Docfix (closes #10429) [jamesh/ssoroka] | David Heinemeier Hansson | 2007-12-14 | 1 | -9/+8 |
* | Make the routes rake task more discoverable but documenting it in the routing... | Marcel Molina | 2007-12-13 | 1 | -0/+4 |
* | Fixed to_s bug with namespace routes (closes #10283) [johnb] | David Heinemeier Hansson | 2007-11-26 | 1 | -1/+1 |
* | Fixed that named routes living under resources shouldn't have double slashes ... | David Heinemeier Hansson | 2007-11-25 | 1 | -1/+1 |
* | Ensure that the routing optimisation code isn't used when additional argument... | Michael Koziarski | 2007-11-20 | 1 | -4/+10 |
* | Add documentation for route conditions. Closes #9041 [innu, manfred] | Marcel Molina | 2007-11-06 | 1 | -0/+18 |
* | Minor documentation enhancements and white-space fixes. Closes #9819 [chuyeow] | Michael Koziarski | 2007-11-06 | 1 | -144/+144 |
* | Make sure that custom inflections are picked up by map.resources by triggerin... | Michael Koziarski | 2007-10-13 | 1 | -7/+20 |
* | Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string... | Jeremy Kemper | 2007-10-07 | 1 | -0/+3 |
* | Move ActionController::Routing.optimise_named_routes to ActionController::Bas... | Rick Olson | 2007-10-03 | 1 | -12/+7 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 1 | -9/+11 |
* | Remove , and ; (comma and semicolon) from routing separators again. Reference... | Jeremy Kemper | 2007-09-23 | 1 | -2/+2 |
* | Remove use of & logic operator. Closes #8114. | Nicholas Seckar | 2007-09-22 | 1 | -1/+1 |
* | Don't warn when a path segment precedes a required segment. Closes #9615. | Nicholas Seckar | 2007-09-21 | 1 | -1/+5 |
* | Disable optimisation code for UrlWriter as request.host doesn't make sense th... | Michael Koziarski | 2007-09-17 | 1 | -6/+14 |
* | Fixed optimized route segment escaping. Closes #9562. | Jeremy Kemper | 2007-09-15 | 1 | -27/+26 |
* | Random hits from the style nazi | David Heinemeier Hansson | 2007-09-09 | 1 | -2/+1 |
* | Optimise named route generation when using positional arguments. Closes #945... | Michael Koziarski | 2007-09-09 | 1 | -8/+32 |
* | Remove deprecated named routes [pixeltrix] | Tobias Lütke | 2007-09-06 | 1 | -21/+4 |
* | Allow additional parameters to be passed to named route helpers when using po... | Michael Koziarski | 2007-09-05 | 1 | -1/+8 |
* | Fix incorrectly named instance variable. | Michael Koziarski | 2007-08-29 | 1 | -1/+1 |
* | Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl... | Michael Koziarski | 2007-08-29 | 1 | -1/+1 |
* | Only reload routes.rb if its been modified. [Dreamer3] | Michael Koziarski | 2007-08-29 | 1 | -2/+15 |
* | Prefix nested resource named routes with their action name, e.g. new_group_us... | Jeremy Kemper | 2007-06-27 | 1 | -2/+20 |
* | Routing: drop semicolon and comma as route separators. | Jeremy Kemper | 2007-05-29 | 1 | -4/+2 |
* | Fix syntax error in code example for routing documentation. #8377. [norbert] | Marcel Molina | 2007-05-26 | 1 | -3/+2 |
* | Routing: respond with 405 Method Not Allowed status when the route path match... | Jeremy Kemper | 2007-05-26 | 1 | -1/+12 |
* | Allow routes to be declared off namespaces | Tobias Lütke | 2007-05-19 | 1 | -3/+34 |
* | Rationalize route path escaping according to RFC 2396 section 3.3. Closes #75... | Jeremy Kemper | 2007-05-14 | 1 | -11/+21 |
* | Removed deprecated parameters_for_method_reference concept (legacy from befor... | David Heinemeier Hansson | 2007-05-12 | 1 | -0/+2 |
* | Add ActionController::Routing::Helpers, a module to contain common URL helper... | Nicholas Seckar | 2007-05-12 | 1 | -5/+14 |
* | More documentations for typos in routes. Closes #8228 [pam] | Marcel Molina | 2007-05-06 | 1 | -1/+1 |
* | Fix documentation typo in routes. Closes #8250. [norbert] | Marcel Molina | 2007-05-06 | 1 | -1/+1 |
* | Make sure the expiry hash is built by comparing the to_param-ized values of e... | Jamis Buck | 2007-03-26 | 1 | -1/+1 |
* | Allow array and hash query parameters. Array route parameters are converted/t... | Jeremy Kemper | 2007-03-06 | 1 | -23/+14 |