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
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-3
/
+3
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
[ci skip] Fix documentation for Response#content_type
printercu
2018-09-14
1
-10
/
+10
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-2
/
+2
*
Decouple the merge/normalization and conditional cache control logic
Patrick Toomey
2017-08-23
1
-0
/
+1
*
Merge pull request #29777 from yui-knk/set_content_type
Matthew Draper
2017-08-02
1
-3
/
+2
|
\
|
*
Brush up local variables assignment
yui-knk
2017-07-13
1
-3
/
+2
|
*
Use `#set_content_type` instead of `#set_header`
yui-knk
2017-07-13
1
-1
/
+1
*
|
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
|
`Response#charset=` uses `default_charset` when `nil` is passed
yui-knk
2017-07-13
1
-1
/
+1
|
/
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-1
/
+1
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
|
*
|
Make ActionMailer frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
|
/
*
/
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
|
/
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+2
*
[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
[next]