aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/ /
* | Use rack.session_options instead of directly change envJuanito Fatas2015-09-161-1/+1
* | fewer direct env manipulationsAaron Patterson2015-09-151-1/+1
* | allocate request objects with the env hash, set routes on the requestAaron Patterson2015-09-152-9/+6
* | only "normalize" onceAaron Patterson2015-09-141-1/+1
* | create a new renderer instance on calls to `for`Aaron Patterson2015-09-141-39/+46
* | eagerly allocate the renderer objectAaron Patterson2015-09-142-9/+6
* | initialize `@renderer` to avoid ivar warningsAaron Patterson2015-09-141-1/+8
* | add a lock when allocating the rendererAaron Patterson2015-09-141-1/+5
* | Merge pull request #21584 from claudiob/remove-hawd-docClaudio B.2015-09-101-3/+2
|\ \
| * | Remove wrong doc line about AC::Parametersclaudiob2015-09-101-3/+2
* | | Handle Content-Types that are not :json, :xml, or :url_encoded_formeileencodes2015-09-091-2/+5
|/ /
* | 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
* | stop using deprecated Abstract::ID classAaron Patterson2015-09-041-1/+1
* | stop inheriting from Rack::RequestAaron Patterson2015-09-041-4/+4
* | typo "description not clear corrected with proper description and action_cont...kishore-mohan2015-09-021-2/+2
* | Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+1
* | Merge pull request #21298 from rodzyn/remove_dead_codeRafael Mendonça França2015-09-011-4/+0
|\ \
| * | Remove dead codeMarcin Olichwirowicz2015-08-191-4/+0
* | | 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
* | | Merge pull request #21384 from jeremyf/updating-ActionController-TestSession-...Yves Senn2015-08-271-2/+2
|\ \ \
| * | | Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-2/+2
* | | | 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-2610-66/+16
* | | | remove useless methodAaron Patterson2015-08-261-5/+0
* | | | include ActionView::Rendering in the minimal controllerAaron Patterson2015-08-261-1/+1
* | | | `headers` should delegate to the response objectAaron Patterson2015-08-261-1/+2
* | | | remove useless status setAaron Patterson2015-08-261-2/+0
* | | | remove useless conditionalAaron Patterson2015-08-261-1/+1
* | | | remove ivars from the "protected" listAaron Patterson2015-08-261-1/+1
* | | | use the content_type method on the request objectAaron Patterson2015-08-261-1/+1
* | | | ask the response for the statusAaron Patterson2015-08-261-3/+2
* | | | remove useless conditionalAaron Patterson2015-08-261-1/+1
* | | | remove useless conditionalAaron Patterson2015-08-261-1/+1
|/ / /
* | | provide a request and response to all controllersAaron Patterson2015-08-253-30/+29
* | | :snip: whitespaceAaron Patterson2015-08-251-2/+2