aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
...
* | | stop splatting so much. We don't need :star:args everywhereAaron Patterson2012-01-201-7/+6
* | | We should finalize the routes as soon as possible and not wait for the contro...José Valim2012-01-061-2/+0
* | | Override respond_to? since we are also overriding method_missing.José Valim2012-01-031-0/+4
* | | Clean up routes inclusion and add some comments for the next soul that decide...José Valim2012-01-032-41/+49
* | | be explicit about where helpers are installedAaron Patterson2011-12-301-1/+1
* | | just add the writer rather than adding both and removing oneAaron Patterson2011-12-291-2/+1
* | | stop using __send__ and just module eval in the extensionsAaron Patterson2011-12-291-3/+2
* | | we know the classes will be a list, so *tell* it to respond to eachAaron Patterson2011-12-291-3/+3
* | | don't need the begin / endAaron Patterson2011-12-291-21/+17
* | | 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