cache_digests icon indicating copy to clipboard operation
cache_digests copied to clipboard

Results 21 cache_digests issues
Sort by recently updated
recently updated
newest added

See issue # 23 in which I was asked to open a new issue. This is still a problem. Using JRuby 1.7.2 and rails 3.2.12. I am using the "closure_tree"...

http://stackoverflow.com/questions/22034974/cannot-load-such-file-active-support-cache-memory-store Am using Rails3 and am getting this error only in our jenkins env which runs on CentOS. Am not sure why this error is being caused. I looked at...

Comments containing the word 'rendered' mistakenly get interpreted as a dependency on a template called 'eds/ed'. ``` erb # app/views/sample/sample.html.erb ``` ``` $ rake cache_digests:nested_dependencies TEMPLATE=sample/sample [ "eds/ed" ] ```...

Do you think there is much benefit to adding tracking of the keys and using read_multi if there are a lot? I know the goal of this gem is that...

Use of `v0.3.0` together with gem `multi_fetch_fragments` throws argument error: `"wrong number of arguments (1 for 2)"` `v0.2.0` does not have this issue. Probably related to: https://github.com/rails/cache_digests/pull/40

DependencyTracker::ERBTracker seems to be properly working for slim too. Is it not registered for slim on purpose? Are you supposed to register the ERBTracker for slim in an initializer?

Hello, This morning I tried to use cache_digests on my rails4 app. I tried with a simple code on my users#edit.html.haml view: ``` javascript %div{:class=>"container-fluid", :id => 'profile'} .well .row-fluid...

I'm running into an issue that makes it hard to use Cache Digests in some cases. In the app I'm working on, users can upload custom templates. When these templates...

With a tree structure as such: views -> tracker -> config_items This dependency: ``` ruby ``` Gets calculated as 'tracker/some_view' insead of 'tracker/config_items/some_view' Explicitly setting the path in the render...

Is there any particular reason for depending on 3.2.x gems, the code works great for me in a 3.1.10 project :+1: