aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-064-13/+13
* move file sending to the response objectAaron Patterson2015-10-051-25/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-042-1/+3
|\
| * Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-1/+1
| * [ci skip] Fix document of `ActionController::RequestForgeryProtection`yui-knk2015-09-281-0/+2
* | remove useless methodAaron Patterson2015-09-281-4/+0
* | move the Header hash to the super classAaron Patterson2015-09-241-27/+0
* | stop directly setting headers on the controllerAaron Patterson2015-09-231-5/+0
* | stop constructing a request object in this setterAaron Patterson2015-09-231-1/+0
* | stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-4/+4
* | Document Bearer prefix for Authorization header [ci skip]Eliot Sykes2015-09-231-5/+7
* | Updated Mime Negotiations docs [ci skip]amitkumarsuroliya2015-09-231-2/+2
* | don't deal with `nil` valuesAaron Patterson2015-09-221-1/+3
* | swap upcase and to_symAaron Patterson2015-09-211-1/+1
* | stop calling deprecated methodsAaron Patterson2015-09-213-11/+11
|/
* Use rack.session_options instead of directly change envJuanito Fatas2015-09-161-1/+1
* fewer direct env manipulationsAaron Patterson2015-09-151-1/+1
* eagerly allocate the renderer objectAaron Patterson2015-09-141-9/+5
* initialize `@renderer` to avoid ivar warningsAaron Patterson2015-09-141-1/+8
* add a lock when allocating the rendererAaron Patterson2015-09-141-1/+5
* Remove wrong doc line about AC::Parametersclaudiob2015-09-101-3/+2
* push content_type assigment in to metalAaron Patterson2015-09-082-5/+7
* avoid useless string allocationsAaron Patterson2015-09-081-1/+1
* use accessors instead of manipulating the hashAaron Patterson2015-09-081-2/+2
* typo "description not clear corrected with proper description and action_cont...kishore-mohan2015-09-021-2/+2
* add a method for getting the http auth saltAaron Patterson2015-08-291-2/+2
* env to get_header conversionAaron Patterson2015-08-291-1/+1
* fixes example for consistency [ci skip]Xavier Noria2015-08-291-3/+3
* swaps words [ci skip]Xavier Noria2015-08-291-1/+1
* revamps the docs of strong params require [ci skip]Xavier Noria2015-08-291-9/+40
* revises 877e42eXavier Noria2015-08-281-2/+2
* [Feature] params.require requires array of paramsGaurish Sharma2015-08-281-0/+8
* Revert "this always sets :public to false, so just do that"Aaron Patterson2015-08-271-1/+1
* this always sets :public to false, so just do thatAaron Patterson2015-08-271-1/+1
* only call self.content_type= when there is a responseAaron Patterson2015-08-262-3/+6
* Pull `plain` content type handling up to `render`Aaron Patterson2015-08-261-6/+2
* stop passing the options hash to `_process_format`Aaron Patterson2015-08-261-2/+2
* remove RackDelegation moduleAaron Patterson2015-08-266-28/+0
* remove useless methodAaron Patterson2015-08-261-5/+0
* remove useless status setAaron Patterson2015-08-261-2/+0
* remove useless conditionalAaron Patterson2015-08-261-1/+1
* provide a request and response to all controllersAaron Patterson2015-08-252-20/+2
* :snip: whitespaceAaron Patterson2015-08-251-2/+2
* move response allocation to the class levelAaron Patterson2015-08-252-8/+22
* Merge pull request #21339 from deepj/unused-block-argumentsCarlos Antonio da Silva2015-08-241-1/+1
|\
| * Remove unused block argumentsdeepj2015-08-231-1/+1
* | Another place to use a request object in NullSessionHash Ronak Jangir2015-08-231-3/+3
|/
* [skip ci] Fix minor typoJon Atack2015-08-171-1/+1
* Merge pull request #21203 from denniss/issue-21199Sean Griffin2015-08-111-1/+1
|\
| * Authorization scheme should be case insensitive. Fixes #21199Dennis Suratna2015-08-111-1/+1