aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
* | drop array allocations on Mime::Type#=~Aaron Patterson2015-09-211-3/+1
* | remove another `blank?` callAaron Patterson2015-09-211-1/+1
* | remove html_types setAaron Patterson2015-09-212-7/+3
* | introduce an `All` mime typeAaron Patterson2015-09-213-3/+11
* | remove `blank?` calls on `==`Aaron Patterson2015-09-211-1/+1
* | change inheritance to compositionAaron Patterson2015-09-212-16/+27
* | update changelog for mime changesAaron Patterson2015-09-211-0/+13
* | swap upcase and to_symAaron Patterson2015-09-211-1/+1
* | stop calling deprecated methodsAaron Patterson2015-09-2122-93/+93
* | deprecate accessing mime types via constantsAaron Patterson2015-09-214-42/+92
* | cache the new type object on the stackAaron Patterson2015-09-211-2/+2
|/
* Update routing.rbHarry V. Kiselev2015-09-201-0/+1
* TypppoAkira Matsuda2015-09-211-3/+3
* Added test for `send_file_headers` called with nil content typeRonak Jangir2015-09-191-1/+12
* mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-1/+0
* remove outdated commentAaron Patterson2015-09-181-4/+0
* all parameter parsing is done through the request object now.Aaron Patterson2015-09-181-1/+1
* let the request object handle parsing XML postsAaron Patterson2015-09-181-2/+9
* remove setting request parameters for JSON requestsAaron Patterson2015-09-181-2/+0