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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
push header merge down to a private method so that live responses can have th...
Aaron Patterson
2012-08-13
1
-3
/
+7
*
Merge pull request #7302 from homakov/default_headers
Aaron Patterson
2012-08-09
1
-0
/
+5
|
\
|
*
introduce default_headers config
Egor Homakov
2012-08-09
1
-0
/
+5
*
|
initialize instance variables
Aaron Patterson
2012-08-09
3
-0
/
+22
|
/
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
4
-4
/
+0
*
Merge pull request #7198 from cfcosta/refactor-cache_control_headers
Rafael Mendonça França
2012-07-29
1
-11
/
+19
|
\
|
*
Refactor ActionDispatch::Http::Cache::Response#cache_control_headers.
Cainã Costa
2012-07-30
1
-11
/
+19
*
|
header hash is duped before being sent up the rack stack
Aaron Patterson
2012-07-29
1
-12
/
+16
*
|
ActionController::DataStreaming::FileBody doesn't respond to #close.
Rafael Mendonça França
2012-07-29
1
-1
/
+1
*
|
flushing output should write to the stream rather than mutating the response ...
Aaron Patterson
2012-07-29
1
-8
/
+12
|
/
*
adding a buffered stream to the response object
Aaron Patterson
2012-07-29
1
-2
/
+42
*
initialize ivars, refactor recycle! to call initialize
Aaron Patterson
2012-07-29
1
-0
/
+2
*
threads can wait on responses to be committed
Aaron Patterson
2012-07-27
1
-1
/
+24
*
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
1
-2
/
+2
*
Prevent conflict between mime types and Object methods
Mircea Pricop
2012-07-06
1
-1
/
+12
*
add Mime.fetch so we can have default mime types
Aaron Patterson
2012-07-03
1
-0
/
+5
*
Ensure that cache-control headers are merged
James Tucker
2012-06-18
1
-10
/
+32
*
These lines don't help to mitigate CVE. They only turn [nil] into nil, w/o th...
Egor Homakov
2012-06-13
1
-3
/
+0
*
Array parameters should not contain nil values.
Aaron Patterson
2012-06-12
1
-2
/
+4
*
both string and sumbol will be interpolated as string no need to convert to_s
ganesh
2012-06-11
1
-3
/
+3
*
Strip [nil] from parameters hash.
Aaron Patterson
2012-05-30
1
-0
/
+22
*
Raise ActionController::BadRequest for malformed parameter hashes.
Andrew White
2012-05-20
1
-3
/
+10
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-15
1
-3
/
+0
|
\
|
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-3
/
+0
*
|
Autoload ActionDispatch::Request::Session to avoid circular require.
Andrew White
2012-05-13
1
-1
/
+2
|
/
*
Merge branch 'master' into session
Aaron Patterson
2012-05-04
2
-7
/
+12
|
\
|
*
Reset the request parameters after a constraints check
Andrew White
2012-05-02
1
-0
/
+4
|
*
Enable ActionDispatch::Http::Headers to support fetch
Mark Turner
2012-05-02
1
-7
/
+8
*
|
bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookups
Aaron Patterson
2012-05-03
1
-2
/
+3
|
/
*
Fix rdoc formatting in Mime::Type
Mark Rushakoff
2012-04-29
1
-5
/
+5
*
Remove unnecessary empty line
José Valim
2012-04-25
1
-1
/
+0
*
ActionDispatch::HTTP::Url#url_for refactor method
Bogdan Gusiev
2012-04-24
1
-20
/
+26
*
Add missing requires in routes
Bogdan Gusiev
2012-04-23
1
-0
/
+2
*
Fix comment in AD http response
Alexey Vakhov
2012-04-13
1
-1
/
+1
*
Fix example action dispatch in mime type
Alexey Vakhov
2012-04-07
1
-1
/
+1
*
adds delegetion for eof? to AD::Http::UploadedFile
Jens Fahnenbruck
2012-03-27
1
-1
/
+1
*
Revert "Return an actual boolean from xml_http_request?"
Xavier Noria
2012-03-25
1
-1
/
+1
*
Return an actual boolean from xml_http_request?
Tim Pope
2012-03-23
1
-1
/
+1
*
Add ActionController::HTTP
Santiago Pastorino
2012-03-14
1
-2
/
+7
*
Refactor AD::UploadedFile, and raise sooner if tempfile is not present
Carlos Antonio da Silva
2012-03-06
1
-8
/
+6
*
Added parsing of arbitrary media type parameters.
Steve Klabnik
2012-03-05
1
-3
/
+3
*
Optimize path helpers.
José Valim
2012-03-02
1
-1
/
+3
*
reduced localhost check to two method calls
Aaron Patterson
2012-02-28
1
-2
/
+3
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-0
/
+6
*
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
*
|
Merge pull request #3305 from cjolly/request_filtered_env
Jeremy Kemper
2012-02-13
1
-1
/
+1
|
\
\
|
*
|
Exclude rack.request.form_vars from request.filtered_env
Chad Jolly
2012-01-18
1
-1
/
+1
*
|
|
Correctly handle single media with q value. Fixes #736.
Scott W. Bradley
2012-02-06
1
-1
/
+3
[prev]
[next]