aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-1/+1
* ActionPack Proc.new without a blockutilum2019-02-131-2/+2
* Remove code duplication for `ActionController::Metal.action`fatkodima2018-01-221-10/+8
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Do not include default response headers for AC::MetalJon Moss2017-03-291-1/+1
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-2/+2
* Remove deprecated ActionController::Metal.callRafael Mendonça França2017-01-031-8/+0
* Remove deprecated Metal#envRafael Mendonça França2017-01-031-5/+0
* Document and update API for `skip_parameter_encoding`Aaron Patterson2016-12-211-2/+2
* Remove deprecated support to passing strings to the middleware stackRafael Mendonça França2016-10-101-1/+1
* Allow specifying encoding of parameters by actionKerri Miller2016-08-091-0/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-22/+22
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-5/+5
* partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2Aaron Patterson2016-02-171-4/+1
* Handle response_body= when body is nileileencodes2016-01-301-0/+1
* Add missing punctuation mark [ci skip]Gaurav Sharma2015-11-181-1/+1
* Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* move file sending to the response objectAaron Patterson2015-10-051-1/+5
* commit the flash after the controller finishes being servicedAaron Patterson2015-09-251-0/+1
* stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-1/+1
* allocate request objects with the env hash, set routes on the requestAaron Patterson2015-09-151-7/+0
* remove RackDelegation moduleAaron Patterson2015-08-261-35/+16
* include ActionView::Rendering in the minimal controllerAaron Patterson2015-08-261-1/+1
* `headers` should delegate to the response objectAaron Patterson2015-08-261-1/+2
* 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-251-10/+27
* adding a direct dispatch method to controller classesAaron Patterson2015-08-251-0/+10
* always dispatch to controllers the same wayAaron Patterson2015-08-251-0/+1
* deprecate the env method on controller instancesAaron Patterson2015-08-071-0/+2
* the request object manages `env`Aaron Patterson2015-08-071-2/+0
* stop using @_env in the controller instanceAaron Patterson2015-08-071-3/+2
* Using strings or symbols for middleware class names is deprecated.Aaron Patterson2015-08-071-2/+1
* move `valid?` conditional to the constructorAaron Patterson2015-08-071-11/+21
* simplify the Middleware constructorAaron Patterson2015-08-071-8/+17
* the request class is never changed, so just use it directly in the method bodyAaron Patterson2015-08-071-3/+3
* Add `ActionController::Metal#set_request!`brainopia2015-01-211-2/+6
* Correctly use the response's status code calling headRobin Dupret2014-12-311-4/+1
* Make _status_code methods nodocPrathamesh Sonpatki2014-10-191-3/+3
* copy edits[ci skip]Vijay Dev2014-08-021-3/+1
* Performed Returns true if redirect/render has happenedGaurish Sharma2014-07-191-1/+4
* Merge branch 'constraints'Aaron Patterson2014-05-271-3/+8
|\
| * skip the build business if the stack is emptyAaron Patterson2014-05-261-2/+6