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
/
response.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-2
/
+2
*
Current default Rails app encoding "utf-8" looks more like a W3C charset than...
Akira Matsuda
2017-01-11
1
-1
/
+1
*
Only default the response charset when it is first set
Matthew Draper
2016-12-20
1
-1
/
+3
*
Do not raise exception when content_type is a empty string
Rafael Mendonça França
2016-12-09
1
-1
/
+1
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
|
/
*
Remove default argument, and extract internal convenience method
Jon Moss
2016-08-29
1
-6
/
+12
*
Allow `send_file` to declare a charset
Jon Moss
2016-08-29
1
-4
/
+5
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-11
/
+11
*
Fixes #23964
Ryan T. Hosford
2016-03-13
1
-9
/
+24
*
add missing require
Aaron Patterson
2016-02-05
1
-0
/
+1
*
Space Oddity
Akira Matsuda
2016-01-14
1
-1
/
+1
*
Commit before freezing the headers
Matthew Draper
2016-01-12
1
-0
/
+7
*
Only commit the cookie jar if it hasn't been committed
eileencodes
2015-12-06
1
-1
/
+1
*
Stop violating law of demeter in response cookie_jar
eileencodes
2015-12-06
1
-1
/
+1
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-0
/
+2
*
Remove dead code
Rafael Mendonça França
2015-10-28
1
-5
/
+0
*
use methods for accessing the cache control headers
Aaron Patterson
2015-10-06
1
-0
/
+4
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-1
/
+1
*
move file sending to the response object
Aaron Patterson
2015-10-05
1
-1
/
+39
*
Introduce `Headers#add`. Move `Response#add_header` upstream.
Jeremy Daer
2015-10-03
1
-21
/
+1
*
Response#add_header for adding to multi-valued headers like Vary
Jeremy Daer
2015-10-01
1
-0
/
+20
*
move the Header hash to the super class
Aaron Patterson
2015-09-24
1
-1
/
+24
*
mutate headers before committing the response
Aaron Patterson
2015-09-24
1
-2
/
+8
*
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
1
-6
/
+10
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-1
/
+1
*
`rack_response` should use the status it's given
Aaron Patterson
2015-09-14
1
-1
/
+1
*
mime_type will always return a string
Aaron Patterson
2015-09-08
1
-2
/
+1
*
remove `parse_content_type` parameter
Aaron Patterson
2015-09-08
1
-6
/
+7
*
avoid allocations when there is no content type set
Aaron Patterson
2015-09-08
1
-1
/
+2
*
handle implicit rendering correctly
Aaron Patterson
2015-09-08
1
-3
/
+4
*
remove mime type lookups when parsing the content type
Aaron Patterson
2015-09-08
1
-5
/
+5
*
refactor content type setting
Aaron Patterson
2015-09-08
1
-44
/
+39
*
make Content-Type header the canonical location for content-type info
Aaron Patterson
2015-09-08
1
-34
/
+50
*
pull content type parsing in to a method
Aaron Patterson
2015-09-08
1
-7
/
+15
*
remove useless conditional
Aaron Patterson
2015-08-27
1
-2
/
+0
*
implement the API required by the abstract Rack request.
Aaron Patterson
2015-08-27
1
-16
/
+8
*
use the non-hash dependent Rack utils API
Aaron Patterson
2015-08-27
1
-2
/
+2
*
remove redefined method
Aaron Patterson
2015-08-26
1
-3
/
+0
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
1
-1
/
+2
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-07-28
1
-1
/
+1
*
Merge pull request #20590 from vngrs/set_default_charset
Rafael Mendonça França
2015-07-27
1
-6
/
+6
|
\
|
*
Document, refactor and create test case for ActionDispatch::Response#charset=...
Mehmet Emin İNAÇ
2015-06-17
1
-6
/
+6
*
|
move buffer caching on to the buffer
Aaron Patterson
2015-07-13
1
-3
/
+11
*
|
Fix the comment about attr_reader of headers [ci skip]
Mehmet Emin İNAÇ
2015-06-16
1
-1
/
+1
|
/
*
remove `header=` on the response object.
Aaron Patterson
2015-06-15
1
-9
/
+10
*
set the default charset in response initialize
Aaron Patterson
2015-06-15
1
-4
/
+12
[next]