aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/rendering_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`Joel Hawksley2019-06-121-1/+5
* rename push / pop functionAaron Patterson2019-02-191-1/+1
* Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-4/+6
* Remove reference to old `:text` rendering optionTyler Hunt2018-05-111-1/+0
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-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
* modernizes hash syntax in actionviewXavier Noria2016-08-061-2/+2
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* Make possible to use blocks with short version of render partialNikolay Shebanov2014-12-191-1/+1
* Uppercase HTML in docs.Hendy Tanata2014-08-081-2/+2
* Fix broken list formatting [ci skip]noinkling2014-07-171-5/+5
* Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-2/+3
* Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+3
* Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-0/+2
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-0/+2
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+90