aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* avoid extra method calls by just defining the delegateAaron Patterson2011-12-291-2/+3
* don't use instance eval, just reference variables so we don't have toAaron Patterson2011-12-291-10/+11
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-291-0/+7
|\
| * Documented about using :path option for resourcesKevin Moore2011-12-281-0/+7
* | removing dead code.Aaron Patterson2011-12-291-12/+3
* | decouple initialize from clear!. Initialize ivars in initialize, clearAaron Patterson2011-12-291-5/+5
* | modules don't have any instance methodsAaron Patterson2011-12-291-3/+1
* | Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-261-1/+1
|/
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+1
* remove checking for non-empty string before calling to_symVasiliy Ermolovich2011-12-241-2/+1
* Remove deprecation warnings from Action Pack.José Valim2011-12-201-9/+0
* Do not raise an exception if an invalid route was generated automatically.José Valim2011-12-161-3/+11
* Move symbolize keys to the inner options as we can assume url_options will be...José Valim2011-12-082-2/+2
* Improve cache on route_key lookup.José Valim2011-12-081-4/+6
* Named Routes shouldn't override existing ones (currently route recognition go...Andy Jeffries2011-12-051-1/+1
* Fixing incorrect documentation Aviv Ben-Yosef2011-11-301-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-11-261-2/+2
|\
| * what's -> that'sUģis Ozols2011-11-251-1/+1
| * Remove unnecessary comment.Uģis Ozols2011-11-251-1/+1
* | Revert "copy options keys to the right place so that undo will work correctly"Aaron Patterson2011-11-191-4/+10
* | Warning removed for shadowing variableArun Agrawal2011-11-191-1/+1
* | Revert "make sure to require the right deprecation warning file"Aaron Patterson2011-11-181-1/+0
* | Refactoring the redirect method for the router api.Aaron Patterson2011-11-181-25/+19
* | moving redirection to objectsAaron Patterson2011-11-181-45/+58
* | remove the :path feature to redirects, since it cannot workAaron Patterson2011-11-181-15/+7
* | make sure to require the right deprecation warning fileAaron Patterson2011-11-181-0/+1
* | arity check has been pushed up, so no need for proc wrappingAaron Patterson2011-11-181-1/+1
* | require that all blocks have arity of 2Aaron Patterson2011-11-181-5/+10
* | copy options keys to the right place so that undo will work correctlyAaron Patterson2011-11-181-10/+4
* | no need for type checkingAaron Patterson2011-11-181-1/+1
* | cleaning up variable names to match method parameter namesAaron Patterson2011-11-181-6/+8
* | stop doing is_a? checks on the resource typeAaron Patterson2011-11-181-4/+4
* | move constants to methods since nothing else is using themAaron Patterson2011-11-181-6/+5
* | pushing hash validation upAaron Patterson2011-11-181-13/+14
* | breaking match down to smaller methodsAaron Patterson2011-11-181-19/+22
* | some refactoring of the match methodAaron Patterson2011-11-181-25/+17
|/
* Fix small typos in routing docsAlexey Vakhov2011-11-031-1/+3
* Fix typo in Dispatcher#controller documentationAviv Ben-Yosef2011-11-011-1/+1
* Fix typo in constraints method documentationAlexey Vakhov2011-11-011-1/+1
* Adds missing closing regex slashes.mjy2011-10-251-2/+2
* Leave escaping up to JourneyJeremy Kemper2011-10-131-4/+3
* allow shorthand routes with nested optional parametersDiego Carrion2011-10-101-3/+3
* fix requireAaron Patterson2011-10-061-1/+1
* :subdomain can now be specified with a value of false in url_for, allowing fo...Kamil Sobieraj2011-10-041-2/+3
* Fix named routes modifying argumentsPawel Pierzchala2011-09-221-3/+4
* removing backwards compatibility moduleAaron Patterson2011-09-122-8/+7
* partially expand the parameters to `match`Aaron Patterson2011-09-121-3/+3
* unfactor the Route class to private factory methodsAaron Patterson2011-09-122-45/+42
* reduce dependencies of external objects in the Route classAaron Patterson2011-09-122-16/+18
* delete unused code, pass path explicitly to journeyAaron Patterson2011-09-122-28/+7