Daniel Leong

Results 45 comments of Daniel Leong

Based on what you are trying to achieve, I might suggest that you look into [lib/cached_resource/caching.rb](https://github.com/mhgbrown/cached_resource/blob/master/lib/cached_resource/caching.rb#L23) It might also be good to have it as an option, so you might...

MyActiveResource.cached_resource.off! Would that be a temporary fix?

Anyone else would like to contribute to this topic? From how I have seen this, the threading should work. A new thread is spawn and it is use to do...

With the above pull request, you could see the code changes. Currently, I am just concern what more needs and could be done.

@josh-h I like that idea, but I do not have the capacity to work on this anymore. Would be happy to see a pull request from you and I would...

Could you try debugging the code by putting in a binding or a debugger before line 90 in lib/cached_resource/caching.rb? This should help you get to something and understand why it...

@Adrian2112 could you bump the version for this change? travis.yml have been updated and we should re-run your test.

Could this be optional? Setup a configuration variable for it. Only hash if the configuration is set to true and could probably default to true on ActiveSupport::Cache::FileStore? Just wondering the...

@Starefossen I am afraid no patch will be done for this issue. https://github.com/docker-library/ruby/issues/196

@redvex Have not heard back. Assuming @gsamokovarov have not looked into this.