aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/redirection.rb
Commit message (Expand)AuthorAgeFilesLines
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-2/+2
* Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-261-3/+3
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-2/+2
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-2/+2
* Commit flash changes when using a redirect route.Andrew White2017-02-251-0/+2
* Add examples for behaviour about redirection with and without options. Fixes ...Vipul A M2017-01-211-0/+8
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-4/+4
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-5/+5
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-10/+10
* Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-141-1/+0
* whitespaceAaron Patterson2015-08-081-3/+3
* Revert "Merge pull request #20584 from arthurnn/fix_url"Arthur Neves2015-06-171-8/+4
* Catch InvalidURIError on bad paths on redirect.Arthur Neves2015-06-161-4/+8
* remove another wasteful AS::SafeBuffer allocationAaron Patterson2014-06-061-1/+1
* move path_parameter encoding check to the request objectAaron Patterson2014-05-271-8/+1
* give all endpoints a superclassAaron Patterson2014-05-271-2/+7
* use symbol keys for path_parametersAaron Patterson2014-05-221-2/+2
* Allow engine root relative redirects using an empty string.Andrew White2014-01-011-8/+18
* Try to escape each part of a path redirect route correctlyAndrew White2013-12-021-8/+25
* Respect `SCRIPT_NAME` when using `redirect` with a relative pathAndrew White2013-10-101-0/+18
* Fix typos: the indefinite articles(a -> an)SUGINO Yasuhiro2013-09-131-1/+1
* Use merge! in some places to avoid creating extra hashesCarlos Antonio da Silva2012-11-241-1/+1
* Use get in the redirection doc examplesCarlos Antonio da Silva2012-11-091-7/+7
* 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