aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/redirecting.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-221-27/+6
* Ensure external redirects are explicitly allowedGannon McGibbon2019-01-171-11/+32
* Call block to #redirect_to in controller context (#33735)speckins2018-08-271-1/+1
* Added reference to default value of `allow_other_host` [ci skip]Prathamesh Sonpatki2017-12-171-1/+1
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-2/+2
* Fix some typos.Mike Boone2017-10-101-1/+1
* Add allow_other_host option to redirect_back methodTim Masliuchenko2017-10-101-7/+16
* Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-221-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-2/+2
* Fix CI failure due to contain <U+2028>Ryuta Kamizono2017-03-061-2/+2
* [ci skip] Use return with redirect_toChakreshwarSharma2017-03-041-0/+3
* Use `response#location` instead of `#location` in redirect.Mehmet Emin INAC2017-02-201-1/+1
* No need to :doc: a public methodAkira Matsuda2017-01-051-1/+1
* remove unused `RedirectBackError` classyuuji.yaginuma2016-10-271-8/+0
* Add missing @, fix indents. [ci skip]bogdanvlviv2016-10-101-6/+6
* Remove deprecated support to `:back` in `redirect_to`Rafael Mendonça França2016-10-091-8/+0
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Fix typo for redirect_backArkadiusz Fal2016-03-221-1/+1
* Merge pull request #20797 from byroot/prevent-url-for-ac-parametersRafael França2015-12-181-1/+0
|\
| * Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-151-1/+0
* | Document when fallback_location is used [ci-skip]Derek Prior2015-12-171-2/+8
* | Deprecate `redirect_to :back`Derek Prior2015-12-161-10/+6
* | Add `redirect_back` for safer referrer redirectsDerek Prior2015-12-161-0/+23
|/
* remove RackDelegation moduleAaron Patterson2015-08-261-1/+0
* refactor Redirecting so we do not need a controller instanceAaron Patterson2014-08-061-3/+5
* Don't accept parameters as argument for redirect to [via @homakov]Santiago Pastorino2014-07-161-0/+1
* eliminate wasteful AS::SafeBuffer allocationAaron Patterson2014-06-061-1/+1
* fix formatting and text for ActionController::Redirecting docLaurel Fan2014-05-211-4/+8
* Fix syntax error in redirect_to examplePhilipe Fatio2013-12-141-1/+1
* Fix regex used to find URI schemes in redirect_toDerek Prior2013-09-191-1/+1
* Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-19/+20
* Use \A in RegexpsEgor Homakov2013-02-011-1/+1
* Revert "log at debug level what line caused the redirect_to"Carlos Antonio da Silva2013-01-151-1/+0
* HTTP 302 means Found, not MovedChase DuBois2013-01-051-1/+1
* Refactor helpers code in Action Pack a bitCarlos Antonio da Silva2012-12-131-2/+1
* Remove not used variable warnings from AM and ACCarlos Antonio da Silva2012-12-111-1/+1
* Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-271-11/+11
* Merge pull request #2237 from jackdempsey/log_redirect_toAaron Patterson2012-05-161-0/+1
|\
| * log at debug level what line caused the redirect_toJack Dempsey2012-05-161-0/+1
* | Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-4/+0
* | Add note about using 303 See Other for XHR requests other than GET/POSTAndrew White2012-04-301-0/+10
* | Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
* | strip null bytes from Location header as wellBrian Lopez2012-03-151-1/+1
* | Minor enhancement by not unnecessarely escaping forward slashing within a cur...Overbryd2011-12-051-1/+2
* | Fix for redirect_to to respect urls with a network path reference like "//ass...Overbryd2011-12-051-2/+2
* | add namespacing when referring to ActionController::RedirectBackErrorNick Howard2011-10-251-2/+2
* | if ... nil? is more expensive than unlessMilan Dobrota2011-09-041-1/+1