index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
metal
/
head.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove useless status set
Aaron Patterson
2015-08-26
1
-2
/
+0
*
remove useless conditional
Aaron Patterson
2015-08-26
1
-1
/
+1
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
1
-3
/
+2
*
:snip: whitespace
Aaron Patterson
2015-08-25
1
-2
/
+2
*
Deprecate passing hash as first parameter into ActionController::Head
Mehmet Emin İNAÇ
2015-06-15
1
-2
/
+12
*
Return true from head method
Joel Hayhurst
2015-03-12
1
-0
/
+2
*
Correctly use the response's status code calling head
Robin Dupret
2014-12-31
1
-1
/
+1
*
Remove single space response body for head request
Prathamesh Sonpatki
2014-12-30
1
-2
/
+2
*
docs, add ref where to find valid `head` status symbols.
Yves Senn
2014-07-25
1
-0
/
+2
*
fixes stack level too deep exception on action named 'status' returning 'head...
Christiaan Van den Poel
2014-05-15
1
-1
/
+1
*
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-1
/
+1
*
Removing ActiveSupport::Concern, it's not needed
Attila Domokos
2013-09-13
1
-2
/
+0
*
charset should not be appended for `head` responses
Yves Senn
2012-12-31
1
-0
/
+1
*
Multiple changes to 1,9 hash syntax
AvnerCohen
2012-10-27
1
-2
/
+2
*
Collapsed dual checks (one for content headers and one for content) into a si...
Armand du Plessis
2012-08-02
1
-4
/
+4
*
If content_type is explicitly passed to the :head method use the value or fal...
Kunal Shah
2012-05-08
1
-1
/
+2
*
Remove content-length as well
twinturbo
2012-05-03
1
-2
/
+3
*
Make ActionController#head pass rack-link
twinturbo
2012-05-03
1
-1
/
+20
*
Add ActionController#head example
Alexey Vakhov
2011-10-11
1
-0
/
+2
*
Fix a few bugs when trying to use Head standalone
wycats
2010-10-10
1
-4
/
+2
*
Fix header capitalization by explicitly upcasing first letter of every word, ...
Maxim Chernyak
2010-09-18
1
-1
/
+1
*
Including UrlFor in Redirecting and Head will warn usefully if a controller i...
Carlhuda
2010-02-26
1
-3
/
+2
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-1
/
+3
*
Remove duplicated url_for code and move methods shared between ActionMailer a...
José Valim
2010-01-07
1
-1
/
+2
*
AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...
Yehuda Katz
2009-12-20
1
-1
/
+6
*
Extract #head into its own module and simplify it
Yehuda Katz
2009-10-26
1
-0
/
+27