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_dispatch
/
http
/
cache.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Commit before freezing the headers
Matthew Draper
2016-01-12
1
-1
/
+1
*
use methods for accessing the cache control headers
Aaron Patterson
2015-10-06
1
-6
/
+5
*
etag header is in Rack, so use it's response methods
Aaron Patterson
2015-10-06
1
-6
/
+2
*
Introduce `Headers#add`. Move `Response#add_header` upstream.
Jeremy Daer
2015-10-03
1
-2
/
+2
*
Remove not used requires
Marcin Olichwirowicz
2015-09-01
1
-1
/
+0
*
remove dependency on `@cache_control` ivar
Aaron Patterson
2015-08-27
1
-6
/
+6
*
remove `@etag` ivar
Aaron Patterson
2015-08-27
1
-5
/
+7
*
use the abstract API in modules
Aaron Patterson
2015-08-27
1
-13
/
+14
*
fewer calls to `env`
Aaron Patterson
2015-08-24
1
-2
/
+2
*
remove `header=` on the response object.
Aaron Patterson
2015-06-15
1
-4
/
+4
*
Extract `Date` header to string constant in Http Response, similar to other h...
Vipul A M
2015-01-14
1
-3
/
+4
*
Change Http::Cache::SPECIAL_KEYS from Array to Set
Mindaugas Mozūras
2014-06-15
1
-1
/
+1
*
drop an unused hash; change slang to SPECIAL
Vipul A M
2013-03-19
1
-2
/
+2
*
Check if etag exists before to do the gsub
Rafael Mendonça França
2012-09-15
1
-2
/
+4
*
fix the build
Steve Klabnik
2012-09-15
1
-0
/
+1
*
Support for multiple etags in an If-None-Match header
Travis Warlick
2012-09-15
1
-1
/
+7
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Refactor ActionDispatch::Http::Cache::Response#cache_control_headers.
Cainã Costa
2012-07-30
1
-11
/
+19
*
Ensure that cache-control headers are merged
James Tucker
2012-06-18
1
-10
/
+32
*
Merge pull request #3479 from arvida/ensure-date-header-on-expires-in
José Valim
2012-02-18
1
-0
/
+14
|
\
|
*
Added accessor methods for Date header
arvida
2011-10-31
1
-0
/
+14
*
|
Use freezed string constant. Some string literals is used repeatedly.
kennyj
2011-12-08
1
-15
/
+27
|
/
*
Fix previous commit by allowing a proc to be given as response_body. This is ...
José Valim
2011-05-10
1
-14
/
+12
*
removing more unused variables
Aaron Patterson
2011-01-17
1
-1
/
+1
*
Change def to attr_reader + alias
Krekoten' Marjan
2010-10-18
1
-10
/
+3
*
Move ETag and ConditionalGet logic from AD::Response to the middleware stack.
José Valim
2010-10-03
1
-21
/
+1
*
no need to assign if we are gonna return
Xavier Noria
2010-08-12
1
-2
/
+2
*
ETag: use body instead of @body since the method will always return a string
Jeremy Kemper
2010-06-28
1
-2
/
+2
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
Fix a bunch of pending tests by providing an introspection mode for the Respo...
Carlhuda
2010-02-19
1
-3
/
+18
*
Split ActionDispatch http in smaller chunks.
José Valim
2010-01-16
1
-0
/
+123