| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix double word 'string' [ci skip] | Jake Worth | 2015-11-01 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-31 | 2 | -11/+11 |
|\ |
|
| * | Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Asserts�... | amitkumarsuroliya | 2015-10-09 | 2 | -10/+10 |
| * | Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’ | Ronak Jangir | 2015-10-07 | 1 | -1/+1 |
* | | specify deprecated waring, follow the standard conventions | Gaurav Sharma | 2015-10-28 | 1 | -5/+5 |
* | | 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 | 2 | -1/+19 |
* | | Use sufficient a regexp anchor to check `@response.content_type.to_s` | yui-knk | 2015-10-22 | 1 | -1/+1 |
* | | remove unnecessary forwardable require | Timo Schilling | 2015-10-21 | 1 | -1/+0 |
* | | Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xml | Sean Griffin | 2015-10-20 | 1 | -1/+1 |
* | | Merge pull request #22003 from yui-knk/remove_needless_require_as | Yves Senn | 2015-10-20 | 3 | -4/+0 |
|\ \ |
|
| * | | Delete needless `require 'active_support/deprecation'` | yui-knk | 2015-10-20 | 3 | -4/+0 |
* | | | Show helpful messages on invalid param. encodings | Agis Anastasopoulos | 2015-10-19 | 1 | -3/+3 |
|/ / |
|
* | | Merge pull request #19135 from yuki24/access-control-support | Jeremy Daer | 2015-10-13 | 1 | -8/+14 |
|\ \ |
|
| * | | Add the ability of returning arbitrary headers to ActionDispatch::Static | Yuki Nishijima | 2015-06-13 | 1 | -8/+14 |
* | | | Merge pull request #21849 from yui-knk/refactor_regexp_to_string | Andrew White | 2015-10-12 | 2 | -5/+1 |
|\ \ \ |
|
| * | | | Change `Journey::Route#verb` to return string instead of regexp. | yui-knk | 2015-10-03 | 2 | -5/+1 |
* | | | | Allow multiple `root` routes in same scope level | Rafael Sales | 2015-10-10 | 1 | -2/+3 |
* | | | | 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 | 2 | -2/+7 |
* | | | | 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 | 7 | -53/+48 |
* | | | | 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 | 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 |
* | | | Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea... | Jeremy Daer | 2015-10-01 | 1 | -1/+3 |
* | | | 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 |
* | | | | 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 | 2 | -25/+16 |
* | | | | 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 | 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 | 2 | -7/+11 |
* | | | Updated Mime Negotiations docs [ci skip] | amitkumarsuroliya | 2015-09-23 | 1 | -4/+4 |
* | | | ask the request object for the session | Aaron Patterson | 2015-09-22 | 1 | -1/+1 |
* | | | don't deal with `nil` values | Aaron Patterson | 2015-09-22 | 1 | -0/+4 |
* | | | drop array allocations on Mime::Type#=~ | Aaron Patterson | 2015-09-21 | 1 | -3/+1 |
* | | | remove another `blank?` call | Aaron Patterson | 2015-09-21 | 1 | -1/+1 |