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
*
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
|
|
/
|
/
|
*
|
Remove dead code
Rafael Mendonça França
2015-10-28
1
-5
/
+0
*
|
Catch invalid UTF-8 querystring values and respond with BadRequest
Grey Baker
2015-10-23
1
-1
/
+4
*
|
Merge pull request #22003 from yui-knk/remove_needless_require_as
Yves Senn
2015-10-20
1
-1
/
+0
|
\
\
|
*
|
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
1
-1
/
+0
*
|
|
Show helpful messages on invalid param. encodings
Agis Anastasopoulos
2015-10-19
1
-3
/
+3
|
/
/
*
|
use methods for accessing the cache control headers
Aaron Patterson
2015-10-06
2
-6
/
+9
*
|
etag header is in Rack, so use it's response methods
Aaron Patterson
2015-10-06
1
-6
/
+2
*
|
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
5
-51
/
+46
*
|
move file sending to the response object
Aaron Patterson
2015-10-05
1
-1
/
+39
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
1
-2
/
+2
|
\
\
|
*
|
Revert "proper raise ArgumentError, divided large text new line"
Rafael Mendonça França
2015-09-28
1
-3
/
+3
|
*
|
proper raise ArgumentError, divided large text new line
Gaurav Sharma
2015-09-29
1
-3
/
+3
|
*
|
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
1
-2
/
+2
*
|
|
Introduce `Headers#add`. Move `Response#add_header` upstream.
Jeremy Daer
2015-10-03
3
-23
/
+8
*
|
|
Response#add_header for adding to multi-valued headers like Vary
Jeremy Daer
2015-10-01
1
-0
/
+20
*
|
|
Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mime
Rafael Mendonça França
2015-09-25
1
-1
/
+1
|
\
\
\
|
*
|
|
fix Mime type in doc since mime types via constants is deprecated [ci skip]
Gaurav Sharma
2015-09-26
1
-1
/
+1
*
|
|
|
pull the flash methods in to their own module
Aaron Patterson
2015-09-25
1
-0
/
+3
[next]