aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template/handlers
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* 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
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-014-10/+10
* 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
* 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-233-97/+0
* Use frozen string literal in actionview/Kir Shatrov2017-07-247-0/+14
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-027-7/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-017-0/+7
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-10/+4
* call `gem` `erubis` before requireyuuji.yaginuma2017-02-011-0/+1
* Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`Fumiaki MATSUSHIMA2017-02-012-1/+10
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-253-72/+166
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-241-2/+2
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-5/+5
* 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
* Change the raw template handler to render html-safe stringseileencodes2016-06-211-1/+1
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-25/+0
* Prefer inspect over escaping and sorround by quote marksSantiago Pastorino2016-01-051-3/+1
* Add Html template handler that wraps Raw output in an OutputBufferSantiago Pastorino2016-01-051-0/+9
* 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
* Freeze static arguments for gsubbrainopia2015-04-021-1/+1
* Prefer string patterns for gsubbrainopia2015-04-021-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
* Call gsub with a Regexp instead of a String for better performancePablo Herrero2014-11-011-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-203-0/+183