aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/redirecting.rb
Commit message (Expand)AuthorAgeFilesLines
* 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