We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for creating this gem. I encountered a problem when using it:
Rails.cache.write(key, trans) trans.delete_if {|key, value| value[:cen].blank? }
will raise an error saying trans is frozen, where trans is a hash. However, the above statements worked fine with file store.
I forked and fixed this bug as in: http://github.com/nengxu/mongo_store/commit/f72c013e33fc387058968381bc42b2a0a738688b
Please review. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for creating this gem. I encountered a problem when using it:
will raise an error saying trans is frozen, where trans is a hash. However, the above statements worked fine with file store.
I forked and fixed this bug as in:
http://github.com/nengxu/mongo_store/commit/f72c013e33fc387058968381bc42b2a0a738688b
Please review. Thanks.
The text was updated successfully, but these errors were encountered: