-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
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. |
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. |
Awesome, thanks! |
no problem, thanks for the gem! |
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. |
clear_association_cache is private in Rails5. … but I don`t fix it =/
The text was updated successfully, but these errors were encountered: