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