aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/head.rb
Commit message (Expand)AuthorAgeFilesLines
* charset should not be appended for `head` responsesYves Senn2012-12-311-0/+1
* Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-271-2/+2
* Collapsed dual checks (one for content headers and one for content) into a si...Armand du Plessis2012-08-021-4/+4
* If content_type is explicitly passed to the :head method use the value or fal...Kunal Shah2012-05-081-1/+2
* Remove content-length as welltwinturbo2012-05-031-2/+3
* Make ActionController#head pass rack-linktwinturbo2012-05-031-1/+20
* Add ActionController#head exampleAlexey Vakhov2011-10-111-0/+2
* Fix a few bugs when trying to use Head standalonewycats2010-10-101-4/+2
* Fix header capitalization by explicitly upcasing first letter of every word, ...Maxim Chernyak2010-09-181-1/+1
* 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