aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer/streaming_template_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Fix annotated typoPrathamesh Sonpatki2019-03-291-1/+1
* Return rendered template information instead of just stringsAaron Patterson2019-02-191-1/+1
* Pass the view around instead of using an ivarAaron Patterson2019-01-231-2/+2
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-251-0/+2
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+1
* Make actionview ready for frozen stringsKir Shatrov2017-07-231-1/+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
* Remove TODOs related to Exceptron [ci skip]kenta-s2017-01-181-2/+0
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-44/+44
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-1/+1
* remove LookupContext#with_layout_format by passing formats for layouts explic...Nick Sutterer2015-08-241-1/+1
* typos rectified [ci skip]Aayush khandelwal2013-12-121-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+103