James Lim

Results 5 comments of James Lim

@peter-murach Has there been progress on this issue? I am happy to help. From my perspective, the application should be able to enable caching at two places: 1. Inside the...

I tried adding [faraday-http-cache](https://github.com/plataformatec/faraday-http-cache) as middleware using `config.stack`, but no luck so far.

I managed to get caching to work with the [faraday-http-cache](https://github.com/plataformatec/faraday-http-cache) gem. Please refer to this [gist](https://gist.github.com/jimjh/5961836). - The [cache key](https://github.com/plataformatec/faraday-http-cache/blob/master/lib/faraday/http_cache/storage.rb#L64) is generated from the HTTP method, the url, and the...

@peter-murach I am not too familiar with moneta, but it certainly looks powerful. Since `MonetaStore` implements the ActiveSupport::Cache::Store interface, I managed to use it as a drop-in replacement for the...

Setting `"rubyTestExplorer.debugCommand": "bundle exec rdebug-ide"` resolved this issue for me.