aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-0627-208/+187
* Merge pull request #21887 from abhishekjain16/doc_fixKasper Timm Hansen2015-10-061-1/+1
|\
| * Fix usage of word alternatively in docs [ci skip]Abhishek Jain2015-10-061-1/+1
* | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-062-2/+2
|/
* move file sending to the response objectAaron Patterson2015-10-056-30/+50
* Merge pull request #21848 from yui-knk/test_suppress_warningsSean Griffin2015-10-041-3/+2
|\
| * Suppress warnings of `assigned but unused variable`yui-knk2015-10-031-3/+2
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-043-3/+5
|\ \
| * | Revert "proper raise ArgumentError, divided large text new line"Rafael Mendonça França2015-09-282-4/+4
| * | proper raise ArgumentError, divided large text new lineGaurav Sharma2015-09-292-4/+4
| * | Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-282-3/+3
| * | [ci skip] Fix document of `ActionController::RequestForgeryProtection`yui-knk2015-09-281-0/+2
* | | Introduce `Headers#add`. Move `Response#add_header` upstream.Jeremy Daer2015-10-035-33/+36
| |/ |/|
* | Response#add_header for adding to multi-valued headers like VaryJeremy Daer2015-10-012-0/+79
* | Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...Jeremy Daer2015-10-012-75/+96
* | adding test for content type with default charsetGaurav Sharma2015-10-021-1/+11
* | Remove TestRouter#add_routesakihiro172015-09-291-11/+0
* | remove useless methodAaron Patterson2015-09-281-4/+0
* | Added test case for deprecation of Mime.const_defined? and removed use of it.Ronak Jangir2015-09-271-1/+5
* | Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mimeRafael Mendonça França2015-09-252-4/+4
|\ \
| * | fix Mime type in doc since mime types via constants is deprecated [ci skip]Gaurav Sharma2015-09-262-4/+4
* | | inherit from our AbstractStoreAaron Patterson2015-09-251-5/+1
* | | pull the flash methods in to their own moduleAaron Patterson2015-09-252-34/+41
* | | commit the flash after the controller finishes being servicedAaron Patterson2015-09-253-25/+17
* | | move flash committing to the request object.Aaron Patterson2015-09-252-12/+16
|/ /
* | Fix deprecated mime types via constantsamitkumarsuroliya2015-09-251-5/+5
* | build the Set-Cookie header functionallyAaron Patterson2015-09-241-5/+18
* | move the Header hash to the super classAaron Patterson2015-09-242-28/+24
* | mutate headers before committing the responseAaron Patterson2015-09-241-2/+8
* | call `get` instead of controller.processAaron Patterson2015-09-231-12/+10
* | remove controller constructionAaron Patterson2015-09-231-8/+4
* | stop directly referencing the request and response objectsAaron Patterson2015-09-231-23/+21
* | test framework allocates the controller for usAaron Patterson2015-09-231-1/+0
* | type of response should not matterAaron Patterson2015-09-231-6/+0
* | don't touch the response object until after we call `get`Aaron Patterson2015-09-231-5/+2
* | stop directly setting headers on the controllerAaron Patterson2015-09-232-14/+1
* | stop constructing a request object in this setterAaron Patterson2015-09-231-1/+0
* | test against controller responsesAaron Patterson2015-09-231-52/+65
* | stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-237-16/+25
* | Merge pull request #21736 from eliotsykes/document-bearer-prefixKasper Timm Hansen2015-09-231-5/+7
|\ \
| * | Document Bearer prefix for Authorization header [ci skip]Eliot Sykes2015-09-231-5/+7
* | | don't access the response object before a request was madeAaron Patterson2015-09-231-1/+10
* | | split cookie testsAaron Patterson2015-09-231-1/+6
* | | don't mutate a response object after to_aAaron Patterson2015-09-231-0/+2
|/ /
* | Updated Mime Negotiations docs [ci skip]amitkumarsuroliya2015-09-232-6/+6
* | ask the request object for the sessionAaron Patterson2015-09-221-1/+1
* | don't deal with `nil` valuesAaron Patterson2015-09-222-1/+7
* | Fix a typo: Mime::Types should be Mime::Type [ci skip]Juanito Fatas2015-09-221-1/+1
* | Merge pull request #21703 from ronakjangir47/redirect_error_messagesJeremy Daer2015-09-211-2/+4
|\ \
| * | Added assertion for error messages for redirection to nil and params Ronak Jangir2015-09-211-2/+4