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
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
3
-4
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
5
-49
/
+49
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
2
-2
/
+2
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
12
-98
/
+98
*
Also yield in parameters for a nil content_mime_type
Julian Nadeau
2016-07-25
1
-1
/
+1
*
Fix failing requirement of duplicable in ParameterFilter
Vipul A M
2016-07-16
1
-0
/
+2
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
2
-12
/
+7
*
Document and test ActionDispatch server_port
Tom Kadwill
2016-05-12
1
-0
/
+11
*
Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_port
Kasper Timm Hansen
2016-05-11
1
-3
/
+10
|
\
|
*
Improve documentation and tests for raw_host_with_port and host_with_port
Tom Kadwill
2016-05-11
1
-3
/
+10
*
|
Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...
Sean Griffin
2016-05-06
1
-9
/
+24
|
\
\
|
*
|
Fixes #23964
Ryan T. Hosford
2016-03-13
1
-9
/
+24
*
|
|
Remove last uses of `@env[]` and `@env[]=`
Jon Moss
2016-04-28
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #24318 from bogdanvlviv/patch-1
Rafael Mendonça França
2016-04-12
1
-1
/
+1
|
\
\
|
*
|
extension synonyms yml and yaml
Bogdan
2016-03-27
1
-1
/
+1
*
|
|
Strong ETag validators
Jeremy Daer
2016-03-31
1
-15
/
+49
*
|
|
Fix typo in headers comment
Grey Baker
2016-03-29
1
-1
/
+1
|
/
/
*
/
Fix request.reset_session for API controllers
Jon Moss
2016-03-19
1
-1
/
+0
|
/
*
Change 'a HTTP' to 'an HTTP' [ci skip]
Santosh Wadghule
2016-03-03
1
-1
/
+1
*
Add documentation for #13897 [skip ci]
Bart de Water
2016-02-29
1
-3
/
+9
*
Fix `request.ssl?` bug with Action Cable
Jon Moss
2016-02-23
1
-0
/
+4
*
Transform the mime object to symbol when registering the parsers
Rafael Mendonça França
2016-02-22
1
-4
/
+13
*
Use symbol of mime type instead of object to get correct parser
Mehmet Emin İNAÇ
2016-02-22
1
-2
/
+2
*
Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...
Rafael França
2016-02-17
1
-1
/
+1
|
\
|
*
The JSON API media type should only work wih a JSON API handler
Benjamin Fleischer
2016-02-16
1
-1
/
+1
*
|
application/gzip added as default mime type into mime type list
Mehmet Emin İNAÇ
2016-02-13
1
-0
/
+1
|
/
*
Add SVG as a default mime type
David Heinemeier Hansson
2016-02-07
1
-0
/
+1
*
add missing require
Aaron Patterson
2016-02-05
1
-0
/
+1
*
Add documentation for #17573
Jon Moss
2016-02-01
1
-0
/
+8
*
Add additional documentation on Headers#[] [ci skip]
Tawan Sierek
2016-01-29
1
-1
/
+15
*
speed up accept header parsing a bit.
Aaron Patterson
2016-01-28
1
-8
/
+11
*
convert AcceptList to a regular class
Aaron Patterson
2016-01-28
1
-20
/
+19
*
remove == from AcceptItem
Aaron Patterson
2016-01-27
1
-6
/
+7
*
remove useless private methods
Aaron Patterson
2016-01-27
1
-13
/
+9
*
change `@app_xml_idx` to an lvar and cache it on the stack
Aaron Patterson
2016-01-27
1
-16
/
+10
*
change `@text_xml_idx` to an lvar and cache it on the stack
Aaron Patterson
2016-01-27
1
-13
/
+11
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-2
/
+16
|
\
|
*
stop caching mime types globally
Aaron Patterson
2016-01-22
1
-2
/
+16
*
|
Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...
abhishek
2016-01-20
1
-1
/
+1
*
|
Space Oddity
Akira Matsuda
2016-01-14
2
-2
/
+2
*
|
Commit before freezing the headers
Matthew Draper
2016-01-12
2
-1
/
+8
*
|
Format from Accept headers have higher precedence than path extension format
Jorge Bejar
2015-12-29
1
-2
/
+2
*
|
Rely on default Mime format when MimeNegotiation#format_from_path_extension i...
Jorge Bejar
2015-12-29
1
-3
/
+3
*
|
Remember the parameter hash we return
Matthew Draper
2015-12-22
1
-1
/
+1
|
/
*
Avoid calling AD::MimeNegotiation#format_from_path_extension method twice
Jorge Bejar
2015-12-09
1
-2
/
+2
*
Do not add format key to request_params
Jorge Bejar
2015-12-09
2
-17
/
+11
*
Improve regexp in AC::Http::Parameters
Jorge Bejar
2015-12-09
1
-1
/
+1
*
Response when error should be formatted properly in Rails API if local request
Jorge Bejar
2015-12-09
1
-3
/
+3
*
Use URL path extension as format in bad params exception handling
Jorge Bejar
2015-12-08
1
-2
/
+17
*
Only commit the cookie jar if it hasn't been committed
eileencodes
2015-12-06
1
-1
/
+1
[next]