aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/redirecting.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ActionController::Redirecting : fix docs typodharmatech2011-08-201-1/+1
|/
* Tweak linebreak in ActionController::Redirecting docChristine Yen2011-06-151-2/+2
* Improve documentation around status code argument of redirect_toChristine Yen2011-06-151-1/+2
* There is no need to use instance_eval since the proc is created in the same c...José Valim2010-09-241-1/+1
* Make redirect_to accept blocks [#5643 state:resolved]Nando Vieira2010-09-241-1/+5
* Adding linkage to redirect_to from Base and adding status code option referenceMikel Lindsaar2010-09-091-2/+4
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-2/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+2
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-1/+1
* Including UrlFor in Redirecting and Head will warn usefully if a controller i...Carlhuda2010-02-261-3/+1
* WIP: Remove the global routerCarlhuda2010-02-251-1/+3
* Include missing modules.José Valim2010-02-221-0/+1
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-2/+0
* Remove duplicated url_for code and move methods shared between ActionMailer a...José Valim2010-01-071-0/+2
* AD::StatusCodes support is now part of rackJoshua Peek2009-12-221-4/+4
* AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...Yehuda Katz2009-12-201-10/+2
* Renamed Redirector to Redirecting (its a module, not a class)David Heinemeier Hansson2009-12-201-0/+98