aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/digestor.rb
Commit message (Expand)AuthorAgeFilesLines
* Log digest as :debug instead of :infoAlan Skorkin2014-07-151-1/+1
* Digestor should just rely on the finder to know about the format and the vari...David Heinemeier Hansson2014-03-211-60/+29
* Log the full path, including variant, that the digestor is trying to findDavid Heinemeier Hansson2014-03-211-3/+4
* Fix for digestor to consider variants for partials -- this still needs more t...David Heinemeier Hansson2014-03-211-2/+2
* Warning removed (...) interpreted as grouped expressionArun Agrawal2014-03-201-1/+1
* Clarify AV::Digestor.digest method signature docs and deprecation warningJeremy Kemper2014-03-151-22/+21
* Fix the resolver cache and stop mutating the lookup_contextRafael Mendonça França2014-03-141-2/+2
* Introduce #with_formats_and_variants to prevent problems with mutating finder...Łukasz Strzałkowski2014-03-141-5/+2
* Rename _setup_options to _options_for_digestŁukasz Strzałkowski2014-03-141-3/+3
* Disable LookupContext's cache when looking for templateŁukasz Strzałkowski2014-03-141-2/+6
* Don't pass hash as keys to #find methodŁukasz Strzałkowski2014-03-141-1/+1
* Don't create addition vars, use options[] directlyŁukasz Strzałkowski2014-03-131-7/+2
* Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-091-1/+4
* Variants in ActionView::DigestorPiotr Chmolowski2014-03-041-13/+51
* add a new local variable to track if digests are being stored, to ensure the ...Brad Murray2013-10-171-2/+2
* update digestor code based on reviewBrad Murray2013-10-151-2/+2
* Ensure ActionView::Digest.cache is correctly cleaned up whenBrad Murray2013-10-151-6/+6
* Bust the template digest cache key when details are changedDaniel Schierbeck2013-09-191-1/+4
* Only cache template digests if config.cache_template_loadingJosh Lauer2013-08-061-3/+7
* AV::Digestor thread safety fixes.thedarkone2013-07-301-9/+29
* Fix "Stack Level Too Deep" error when rendering recursive partialsRafael Mendonça França2013-07-071-3/+7
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+85