aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view.rb
Commit message (Expand)AuthorAgeFilesLines
* 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