aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/redirecting.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM ↵wycats2010-03-171-1/+1
| | | | warnings are in dependencies.
* Including UrlFor in Redirecting and Head will warn usefully if a controller ↵Carlhuda2010-02-261-3/+1
| | | | is wired up without a router included (and still support redirect_to "omg")
* 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 ↵José Valim2010-01-071-0/+2
| | | | and ActionController up to AbstractController.
* 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 ↵Yehuda Katz2009-12-201-10/+2
| | | | works just fine standalone (which means that ConditionalGet also doesn't have a Rendering dependency)
* Renamed Redirector to Redirecting (its a module, not a class)David Heinemeier Hansson2009-12-201-0/+98