aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/redirection.rb
Commit message (Expand)AuthorAgeFilesLines
* 1.9 hash syntax changes to docsAvnerCohen2012-10-311-4/+4
* Return 400 Bad Request for URL paths with invalid encoding.Andrew White2012-05-201-0/+9
* Improve `rake routes` output for redirects - closes #6369.Andrew White2012-05-191-12/+22
* Fix inspecting route redirections, closes #6369Łukasz Strzałkowski2012-05-181-0/+4
* use extract_options!Paul McMahon2012-05-031-1/+2
* Restore interpolation of path option in redirect routesAndrew White2012-04-291-0/+10
* Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-291-1/+7
* Fix formattingOscar Del Ben2012-04-181-2/+2
* let's keep the slash in the return value instead of the path variable [ci skip]Vijay Dev2012-04-181-2/+2
* Warn about do end syntax in redirect optionOscar Del Ben2012-04-171-0/+3
* Fix redirect with block exampleAlexey Vakhov2012-04-171-3/+3
* Remove deprecation warnings from Action Pack.José Valim2011-12-201-9/+0
* 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
* Added documentation explaining the new additional supported syntaxes for the ...Josh Kalderimis2010-11-301-0/+29
* The redirect routing method now allows for a hash of options which only chang...Josh Kalderimis2010-11-301-0/+81