aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/railtie.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make digest cache work in development.Kasper Timm Hansen2015-07-181-0/+8
| | | | | | Avoid computing the same fragment digest many times when looping over templates. The cache is cleared on every request so template changes are still picked up.
* Exclude cache_digests:dependencies rake task in api appJorge Bejar2015-06-111-2/+4
|
* Merge multi_fetch_fragments.Kasper Timm Hansen2015-02-201-0/+6
| | | | | | | | Makes caching a collection of template partials faster using `read_multi` on the Rails cache store. Some caching implementations have optimized `read_multi` so we don't have to check in the cache store for every template.
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
| | | | ref: https://github.com/rails/rails/pull/18763#issuecomment-72349769
* Remove the explicit order set for the initializerRafael Mendonça França2013-12-051-1/+1
| | | | | | | This will fix the regression added on b068e20b35797aa6deaa377a48c990759734f515. See tests added at ff08d31 to a better understanding about the problem
* Include AV::Layouts directly in AM::BaseŁukasz Strzałkowski2013-12-051-6/+0
| | | | No need to do this in railtie as AM depends on AV either way
* Retain ActionPack dependency on ActionViewŁukasz Strzałkowski2013-12-051-1/+0
|
* Adds template dependencies rake task from cache_digests gem.Thomas von Deyen2013-09-261-0/+4
| | | | This adds the rake tasks `cache_digests:dependencies` and `cache_digests:nested_dependencies` from `cache_digests` gem.
* Do not load AV inside APŁukasz Strzałkowski2013-08-251-0/+1
| | | | Move that part to AV railtie
* Revert "Move setting content_type to AV"Łukasz Strzałkowski2013-08-251-1/+1
| | | | This reverts commit f4d602aff6cec80304b131ecfcc2676d0304f0cc.
* Move setting content_type to AVŁukasz Strzałkowski2013-08-251-1/+1
|
* Include AV::Layouts before setting view_pathsŁukasz Strzałkowski2013-08-251-2/+2
|
* Load AV::Layout to AM::Base in railtiesŁukasz Strzałkowski2013-08-251-0/+6
|
* Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-251-1/+1
|
* Remove abstract_controller load hooksŁukasz Strzałkowski2013-08-251-4/+0
|
* Hook up AV::Rendering on AV intializationŁukasz Strzałkowski2013-08-251-1/+5
|
* Move layouts to AVŁukasz Strzałkowski2013-08-251-0/+6
|
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+39