aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template/handlers/erb
Commit message (Expand)AuthorAgeFilesLines
* Squash `warning: instance variable @filename not initialized`utilum2019-04-121-1/+1
* Rename `ActionView::Base#run` to `#_run`Seb Jacobs2019-03-151-1/+1
* Pass the template format to the digestorAaron Patterson2019-02-151-1/+1
* Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-1/+1
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+1
* Pull buffer assignment upAaron Patterson2019-01-161-1/+1
* Always evaluate views against an ActionView::BaseAaron Patterson2019-01-161-4/+6
* Pull output buffer conditional upAaron Patterson2019-01-161-1/+3
* Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-232-94/+0
* Use frozen string literal in actionview/Kir Shatrov2017-07-243-0/+6
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-023-3/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-013-0/+3
* call `gem` `erubis` before requireyuuji.yaginuma2017-02-011-0/+1
* Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`Fumiaki MATSUSHIMA2017-02-011-0/+9
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-252-0/+161