aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/rendering.rb
Commit message (Expand)AuthorAgeFilesLines
* Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* stop calling deprecated methodsAaron Patterson2015-09-211-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
* push content_type assigment in to metalAaron Patterson2015-09-081-4/+6
* avoid useless string allocationsAaron Patterson2015-09-081-1/+1
* only call self.content_type= when there is a responseAaron Patterson2015-08-261-3/+5
* 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
* Add deprecation warning for `render :text`Prem Sichanugrist2015-07-171-0/+14
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-0/+1
* Add ActionController::Base.renderbrainopia2015-01-221-0/+3
* Add ActionController::Rendererbrainopia2015-01-221-0/+8
* Removed single space padding from empty response body.Godfrey Chan2014-07-101-6/+2
* Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-3/+1
* Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-6/+4
* Cleanup `ActionController::Rendering`Prem Sichanugrist2014-02-181-11/+27
* Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-2/+2
* Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-2/+10
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-4/+13
* #presence usedAkshay Vishnoi2013-11-141-5/+1
* Remove remaining coupling with AV in MimeRespondsJosé Valim2013-09-091-2/+5
* Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-091-2/+6
* render_to_string shouldn't play with response_bodySantiago Pastorino2013-09-041-4/+5
* Move BasicRendering to AbstractControllerŁukasz Strzałkowski2013-09-031-28/+0
* Make Mime::TEXT default format in AbstractControllerŁukasz Strzałkowski2013-09-031-4/+0
* Fix formatting of error messageŁukasz Strzałkowski2013-08-251-2/+1
* Change description of BasicRendering#renderŁukasz Strzałkowski2013-08-251-1/+1
* Simplify if statementsŁukasz Strzałkowski2013-08-251-6/+4
* Describe BasicRendering shortlyŁukasz Strzałkowski2013-08-251-0/+4
* Extend basic rendering, test it in railtiesŁukasz Strzałkowski2013-08-251-3/+16
* Fist stab on basic renderingŁukasz Strzałkowski2013-08-251-0/+18
* Add #rendered_format method to controllersŁukasz Strzałkowski2013-08-251-4/+4
* Revert "Move setting content_type to AV"Łukasz Strzałkowski2013-08-251-0/+1
* Move setting content_type to AVŁukasz Strzałkowski2013-08-251-1/+0
* Hook up AV::Rendering on AV intializationŁukasz Strzałkowski2013-08-251-2/+0
* Move rendering from AP to AVŁukasz Strzałkowski2013-08-251-1/+1
* Return nil for Mime::NullType#refAndrew White2013-04-101-1/+1
* Reverts rendering behavior when format is unknownGrzegorz Świrski2013-04-101-1/+1
* format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-221-1/+1
* Move render_to_body logic to return a spaced string to AC::RenderingCarlos Antonio da Silva2012-01-171-0/+4
* Refactor render nothing/text => nil logic, and move to right placeCarlos Antonio da Silva2012-01-171-0/+4
* Do not inherit from Rack::Response, remove a shit-ton of unused code.José Valim2011-04-191-0/+11
* Use Mime::Type references.José Valim2011-02-081-1/+1
* Fix indentationSantiago Pastorino2010-11-201-24/+23
* Rendering doesn't need RackDelegationwycats2010-10-101-1/+0
* Ensure controller filters are executed before stuff starts to happen.José Valim2010-03-131-1/+1
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-10/+11