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
*
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
*
Stop violating law of demeter in response cookie_jar
eileencodes
2015-12-06
2
-1
/
+4
*
Push `before_sending` to super class
eileencodes
2015-12-06
2
-0
/
+6
*
Shrink a couple of deprecation warnings to one-liners
Matthew Draper
2015-12-06
1
-18
/
+8
*
Merge pull request #21241 from pdg137/master
Arthur Nogueira Neves
2015-11-26
1
-1
/
+2
|
\
|
*
In url_for, never append ? when the query string is empty anyway.
Paul Grayson
2015-10-29
1
-1
/
+2
*
|
Merge pull request #22263 from mastahyeti/csrf-origin-check
Rafael França
2015-11-26
1
-2
/
+2
|
\
\
|
*
|
Add option to verify Origin header in CSRF checks
Ben Toews
2015-11-25
1
-2
/
+2
*
|
|
Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-method
Sean Griffin
2015-11-23
1
-3
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
write a test for `#form_data?`
Sergey Alekseev
2015-03-31
1
-1
/
+9
*
|
|
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
2
-4
/
+4
|
|
/
|
/
|
[next]