Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generating routes with optional format segment does not inherit params ↵ | Joshua Peek | 2009-03-04 | 1 | -1/+5 |
| | | | | format [#2043 state:resolved] | ||||
* | Allow routes with a trailing slash to be recognized | Mike Gunderloy | 2009-03-04 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#2039 state:committed] | ||||
* | Ruby 1.9 compat: silence a warning about regexp languages | Sam Granieri | 2009-02-25 | 1 | -1/+5 |
| | | | | | | [#2050 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Fix requirements regexp for path segments | Andrew White | 2009-02-22 | 1 | -16/+12 |
| | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1772 state:committed] | ||||
* | Remove hardcoded number_of_capturesin ControllerSegment to allow regexp ↵ | Andrew White | 2009-02-22 | 1 | -4/+0 |
| | | | | | | | requirements with capturing parentheses Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1887 state:committed] | ||||
* | Added optimal formatted routes to rails, deprecating the formatted_* ↵ | Aaron Batalion | 2008-11-26 | 1 | -0/+31 |
| | | | | | | methods, and reducing routes creation by 50% [#1359 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Eliminate excess Regexp creation due to capture counting | Jeremy Kemper | 2008-11-10 | 1 | -3/+25 |
| | |||||
* | Some performance goodness for routing. | Clemens Kofler | 2008-09-03 | 1 | -3/+3 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Expose Routing::Segment::SAFE_PCHAR list of path characters that don't need ↵ | Jeremy Kemper | 2008-08-04 | 1 | -1/+2 |
| | | | | escaping | ||||
* | Prepare Route#generate and Route#recognize early. Also refactor segments a ↵ | Joshua Peek | 2008-07-28 | 1 | -12/+17 |
| | | | | bit to try to make immutable. | ||||
* | Routing whitespace cleanup | Joshua Peek | 2008-07-28 | 1 | -2/+3 |
| | |||||
* | Ensure we have an array to collect | Jeremy Kemper | 2008-06-06 | 1 | -1/+1 |
| | |||||
* | Ensure routing generator works with non-string keys. [#172 state:resolved] | Sven Fuchs | 2008-05-16 | 1 | -1/+1 |
| | | | | | | | | | | Make sure that (with recent correction to globbed parameter escaping) non-string values can still be passed route generation helpers for globbed route segments. For example, foo_path([1, 2, 3]) should still work for a route like map.foo "*globbed" by implicitely calling to_s on the Fixnums. Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Escape globbed parameters in routes correctly. | Chris Roos | 2008-05-10 | 1 | -4/+5 |
| | | | | | | :controller => 'glob', :action=> 'show', :additional => ['foo/bar', 'baz'] Should generate /glob/show/foo%2Fbar/baz not /glob/show/foo/bar/baz | ||||
* | Added support for regexp flags like ignoring case in the :requirements part ↵ | David Heinemeier Hansson | 2008-03-28 | 1 | -2/+16 |
| | | | | | | of routes declarations (closes #11421) [NeilW] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9115 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Restructure routing into several smaller files. References #10835 [oleganza] | Michael Koziarski | 2008-01-17 | 1 | -0/+268 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8652 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |