aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/head.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce method invocations and object allocations in head()Akira Matsuda2019-07-311-1/+1
* Merge pull request #28937 from maclover7/jm-fix-28927Rafael França2018-07-311-1/+1
|\
| * Default content type for `head` is `text/html`Jon Moss2017-04-301-1/+1
* | Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|/
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Remove deprecated support for status option in headRafael Mendonça França2016-10-091-7/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-9/+9
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* Fix nodoc to internal class error document some of themVipul A M2016-01-251-1/+0
* remove useless status setAaron Patterson2015-08-261-2/+0
* remove useless conditionalAaron Patterson2015-08-261-1/+1
* provide a request and response to all controllersAaron Patterson2015-08-251-3/+2
* :snip: whitespaceAaron Patterson2015-08-251-2/+2
* Deprecate passing hash as first parameter into ActionController::HeadMehmet Emin İNAÇ2015-06-151-2/+12
* Return true from head methodJoel Hayhurst2015-03-121-0/+2
* Correctly use the response's status code calling headRobin Dupret2014-12-311-1/+1
* Remove single space response body for head requestPrathamesh Sonpatki2014-12-301-2/+2
* docs, add ref where to find valid `head` status symbols.Yves Senn2014-07-251-0/+2
* fixes stack level too deep exception on action named 'status' returning 'head...Christiaan Van den Poel2014-05-151-1/+1
* Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* Removing ActiveSupport::Concern, it's not neededAttila Domokos2013-09-131-2/+0
* 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