aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/head.rb
Commit message (Expand)AuthorAgeFilesLines
* Including UrlFor in Redirecting and Head will warn usefully if a controller i...Carlhuda2010-02-261-3/+2
* WIP: Remove the global routerCarlhuda2010-02-251-1/+3
* Remove duplicated url_for code and move methods shared between ActionMailer a...José Valim2010-01-071-1/+2
* AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...Yehuda Katz2009-12-201-1/+6
* Extract #head into its own module and simplify itYehuda Katz2009-10-261-0/+27