aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view.rb
Commit message (Expand)AuthorAgeFilesLines
* Autoload SyntaxErrorInTemplateGuilherme Mansur2019-06-191-0/+1
* De-dup Templates, introduce UnboundTemplateJohn Hawthorn2019-04-121-0/+1
* Remove FileTemplateJohn Hawthorn2019-04-041-1/+0
* Only clear template caches in dev after changes (#35629)John Hawthorn2019-04-011-0/+1
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-1/+0
* Introduce a file type template, deprecate `Template#refresh`Aaron Patterson2019-02-011-0/+1
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* Remove unused `MissingRequestError`yuuji.yaginuma2017-10-311-1/+0
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Bump license years for 2017Jon Moss2016-12-311-1/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-4/+4
* Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-311-1/+1
* Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-311-1/+1
* Now only requiring Loofah in the places where it is needed.Timm2014-06-161-1/+0
* Fixed uninitialized constant ActionView::HTML error entered after recent git ...Timm2014-06-161-1/+0
* Moved requiring of Loofah from sanitizers.rb to action_view.rb.Timm2014-06-151-0/+1
* just require the template resolverAaron Patterson2014-01-311-1/+0
* only ask for the location filters onceAaron Patterson2014-01-311-2/+2
* Require actionview/versionWashington Luiz2014-01-061-0/+1
* update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
* Make ActionView::Tags loading tread safeRafael Mendonça França2013-12-021-0/+1
* Load HTML in ActionView not ActionPackŁukasz Strzałkowski2013-08-251-0/+1
* Fix eager_autoload for layoutsŁukasz Strzałkowski2013-08-251-1/+1
* Move layouts to AVŁukasz Strzałkowski2013-08-251-0/+1
* Move rendering from AP to AVŁukasz Strzałkowski2013-08-251-0/+1
* Move view_paths from AP to AVŁukasz Strzałkowski2013-08-251-0/+1
* 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-2/+71
* Add bare actionview gem to the root directoryPiotr Sarnacki2013-06-201-0/+24