| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #19135 from yuki24/access-control-support | Jeremy Daer | 2015-10-13 | 3 | -16/+60 |
|\ |
|
| * | Add the ability of returning arbitrary headers to ActionDispatch::Static | Yuki Nishijima | 2015-06-13 | 3 | -16/+60 |
* | | Merge pull request #21849 from yui-knk/refactor_regexp_to_string | Andrew White | 2015-10-12 | 4 | -7/+14 |
|\ \ |
|
| * | | Change `Journey::Route#verb` to return string instead of regexp. | yui-knk | 2015-10-03 | 4 | -7/+14 |
* | | | Allow multiple `root` routes in same scope level | Rafael Sales | 2015-10-10 | 2 | -2/+11 |
* | | | used predicate methods to avoid is_a? checks | Ronak Jangir | 2015-10-10 | 2 | -3/+5 |
* | | | Fix mounted engine named routes regression | Matthew Erhard | 2015-10-07 | 3 | -2/+15 |
* | | | 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 | 27 | -208/+187 |
* | | | Merge pull request #21887 from abhishekjain16/doc_fix | Kasper Timm Hansen | 2015-10-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix usage of word alternatively in docs [ci skip] | Abhishek Jain | 2015-10-06 | 1 | -1/+1 |
* | | | | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound | tanmay3011 | 2015-10-06 | 2 | -2/+2 |
|/ / / |
|
* | | | move file sending to the response object | Aaron Patterson | 2015-10-05 | 6 | -30/+50 |
* | | | Merge pull request #21848 from yui-knk/test_suppress_warnings | Sean Griffin | 2015-10-04 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | Suppress warnings of `assigned but unused variable` | yui-knk | 2015-10-03 | 1 | -3/+2 |
| |/ / |
|
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-04 | 3 | -3/+5 |
|\ \ \ |
|
| * | | | Revert "proper raise ArgumentError, divided large text new line" | Rafael Mendonça França | 2015-09-28 | 2 | -4/+4 |
| * | | | proper raise ArgumentError, divided large text new line | Gaurav Sharma | 2015-09-29 | 2 | -4/+4 |
| * | | | Renamed ‘Return’ to ‘Returns’ [ci skip] | Ronak Jangir | 2015-09-28 | 2 | -3/+3 |
| * | | | [ci skip] Fix document of `ActionController::RequestForgeryProtection` | yui-knk | 2015-09-28 | 1 | -0/+2 |
* | | | | Introduce `Headers#add`. Move `Response#add_header` upstream. | Jeremy Daer | 2015-10-03 | 5 | -33/+36 |
| |/ /
|/| | |
|
* | | | Response#add_header for adding to multi-valued headers like Vary | Jeremy Daer | 2015-10-01 | 2 | -0/+79 |
* | | | Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea... | Jeremy Daer | 2015-10-01 | 2 | -75/+96 |
* | | | adding test for content type with default charset | Gaurav Sharma | 2015-10-02 | 1 | -1/+11 |
* | | | Remove TestRouter#add_routes | akihiro17 | 2015-09-29 | 1 | -11/+0 |
* | | | remove useless method | Aaron Patterson | 2015-09-28 | 1 | -4/+0 |
* | | | Added test case for deprecation of Mime.const_defined? and removed use of it. | Ronak Jangir | 2015-09-27 | 1 | -1/+5 |
* | | | Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mime | Rafael Mendonça França | 2015-09-25 | 2 | -4/+4 |
|\ \ \ |
|
| * | | | fix Mime type in doc since mime types via constants is deprecated [ci skip] | Gaurav Sharma | 2015-09-26 | 2 | -4/+4 |
* | | | | inherit from our AbstractStore | Aaron Patterson | 2015-09-25 | 1 | -5/+1 |
* | | | | pull the flash methods in to their own module | Aaron Patterson | 2015-09-25 | 2 | -34/+41 |
* | | | | commit the flash after the controller finishes being serviced | Aaron Patterson | 2015-09-25 | 3 | -25/+17 |
* | | | | move flash committing to the request object. | Aaron Patterson | 2015-09-25 | 2 | -12/+16 |
|/ / / |
|
* | | | Fix deprecated mime types via constants | amitkumarsuroliya | 2015-09-25 | 1 | -5/+5 |
* | | | build the Set-Cookie header functionally | Aaron Patterson | 2015-09-24 | 1 | -5/+18 |
* | | | move the Header hash to the super class | Aaron Patterson | 2015-09-24 | 2 | -28/+24 |
* | | | mutate headers before committing the response | Aaron Patterson | 2015-09-24 | 1 | -2/+8 |
* | | | call `get` instead of controller.process | Aaron Patterson | 2015-09-23 | 1 | -12/+10 |
* | | | remove controller construction | Aaron Patterson | 2015-09-23 | 1 | -8/+4 |
* | | | stop directly referencing the request and response objects | Aaron Patterson | 2015-09-23 | 1 | -23/+21 |
* | | | test framework allocates the controller for us | Aaron Patterson | 2015-09-23 | 1 | -1/+0 |
* | | | type of response should not matter | Aaron Patterson | 2015-09-23 | 1 | -6/+0 |
* | | | don't touch the response object until after we call `get` | Aaron Patterson | 2015-09-23 | 1 | -5/+2 |
* | | | stop directly setting headers on the controller | Aaron Patterson | 2015-09-23 | 2 | -14/+1 |
* | | | stop constructing a request object in this setter | Aaron Patterson | 2015-09-23 | 1 | -1/+0 |
* | | | test against controller responses | Aaron Patterson | 2015-09-23 | 1 | -52/+65 |
* | | | stop applying default headers in ActionDispatch::Response | Aaron Patterson | 2015-09-23 | 7 | -16/+25 |
* | | | Merge pull request #21736 from eliotsykes/document-bearer-prefix | Kasper Timm Hansen | 2015-09-23 | 1 | -5/+7 |
|\ \ \ |
|
| * | | | Document Bearer prefix for Authorization header [ci skip] | Eliot Sykes | 2015-09-23 | 1 | -5/+7 |