aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template/handlers/erb.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-011-5/+5
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-2/+2
* Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-6/+6
* Deprecate usage of ActionView::Template::Handlers::ERB::escape_whitelistKevin Deisz2018-08-241-2/+12
* Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-231-3/+0
* 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
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-6/+3
* Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`Fumiaki MATSUSHIMA2017-02-011-1/+1
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-72/+5
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* modernizes hash syntax in actionviewXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionview/libXavier Noria2016-08-061-8/+8
* systematic revision of =~ usage in AVXavier Noria2016-07-251-2/+3
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-25/+0
* Support explicit defintion of resouce name for collection caching.Dov Murik2015-07-071-2/+9
* Improve detection of partial templates eligible for collection caching.Dov Murik2015-06-221-1/+1
* Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-211-0/+18
* Some valid block calls in templates caused syntax errorsAkira Matsuda2014-11-201-1/+1
* handle <%== nil %> casesAaron Patterson2014-09-141-2/+2
* optimize string literals in erb templatesAaron Patterson2013-12-031-2/+2
* Remove require to AP stuff that leftŁukasz Strzałkowski2013-06-201-1/+0
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+146