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
Still love your gem, just a minor comment on 0.12.0 => 0.12.1 version upgrade pain points.
Before upgrading from 0.12.0 to 0.12.1 I checked the changelog at https://github.com/ryanto/acts_as_votable/releases
and corresponding pull requests
#202 #198 Rails 6 (@BillyParadise @murny) #201 #200 Gem cleanup (@olleolleolle)
Failure message wasn't very helpful without checking the source code
Failure/Error: acts_as_votable cacheable_strategy: :update_attributes ArgumentError: update_attributes # ./app/models/entry.rb:48:in `<class:Entry>'
that's how I found this important commit that somehow wasn't mentioned in the changelog 80d8296
It doesn't feel like a patch-level version upgrade because it is not backward compatible.
The text was updated successfully, but these errors were encountered:
I'm sorry about that!
I'll release a new version that has the breaking change and how to upgrade.
What did you end up doing to fix it?
Sorry, something went wrong.
@ryanto the fix was to change rename cacheable strategy
< cacheable_strategy: update_attributes > cacheable_strategy: :update
Ok thank you for that. I finally got this one documented in the releases :)
No branches or pull requests
Still love your gem, just a minor comment on 0.12.0 => 0.12.1 version upgrade pain points.
Before upgrading from 0.12.0 to 0.12.1 I checked the changelog at https://github.com/ryanto/acts_as_votable/releases
and corresponding pull requests
Failure message wasn't very helpful without checking the source code
that's how I found this important commit that somehow wasn't mentioned in the changelog
80d8296
It doesn't feel like a patch-level version upgrade because it is not backward compatible.
The text was updated successfully, but these errors were encountered: