aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/rendering.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Vary: Accept` header when renderingst00122019-07-261-0/+4
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Merge pull request #30493 from koic/fix_cant_modify_frozen_string_error_in_ac...Ryuta Kamizono2017-09-021-1/+1
|\
| * Fix `can't modify frozen String` error in AC::RenderingKoichi ITO2017-09-021-1/+1
* | Remove unused requireRyuta Kamizono2017-09-011-2/+0
|/
* 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
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Extract variant setter to process methodJon Moss2017-01-021-0/+6
* No need to nodoc private methodsAkira Matsuda2016-12-241-3/+3
* Do not try to set the content_type if the format is nilRafael Mendonça França2016-12-051-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-12/+1
* Remove deprecated support to :nothing in renderRafael Mendonça França2016-10-091-5/+0
* Correct `render text:` deprecation messageJack Bracewell2016-09-141-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-3/+3
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-47/+47
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* 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