Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carrierwave cache storage #4

Open
jonatasrancan opened this issue Oct 31, 2019 · 0 comments
Open

Carrierwave cache storage #4

jonatasrancan opened this issue Oct 31, 2019 · 0 comments

Comments

@jonatasrancan
Copy link
Contributor

Since carrierwave 2.0.0rc if you don't specify which cache store to use, it will try to use the cache store implemented on the used storage. Before this the default options was to use file storage as default strategy for the cache.

carrierwave-colore doesn't implement the cache! method so we ended up getting some exceptions.

Need to implement #cache! if you want to use CarrierWave::Storage::Colore as a cache storage.

When this was introduced
https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md#changed

And the commit
carrierwaveuploader/carrierwave@629afec#diff-a2fae088fb0c57593e3c4c6bd69bc382L189

Should carrierwave-colore handle cache as well or just fallback to file storage, like it was befere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant