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

Error on add user a team on Rails 5 Beta #39

Closed
mninaut opened this issue Feb 19, 2016 · 5 comments
Closed

Error on add user a team on Rails 5 Beta #39

mninaut opened this issue Feb 19, 2016 · 5 comments
Labels

Comments

@mninaut
Copy link

mninaut commented Feb 19, 2016

private method `clear_association_cache' called for #<User:0x007fc2638bf150>
Did you mean? clear_transaction_record_state

clear_association_cache is private in Rails5. … but I don`t fix it =/

@dwbutler dwbutler added the bug label Feb 19, 2016
@dwbutler
Copy link
Owner

Hi,

Thanks for the bug report. Groupify doesn't support Rails 5 yet, so I'm sure there will be lots of things broken until I've found some time to go through the upgrade process.

@wadestuart
Copy link
Contributor

Added a PR #44 to prep it for rails 5, basically using .send() which is what most other projects that use clear_association_cache are doing. The PR also allows < 5.1 on in the gemspec and fixes a depreciation error in the specs.

@dwbutler
Copy link
Owner

Awesome, thanks!

@wadestuart
Copy link
Contributor

no problem, thanks for the gem!

@dwbutler
Copy link
Owner

Released 0.5.2 with Rails 5 support. This was a teeny version bump because this was more like a backwards compatible bug fix than a new feature.

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

No branches or pull requests

3 participants