-
Notifications
You must be signed in to change notification settings - Fork 49
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
feature/rails4 compatibility #52
base: master
Are you sure you want to change the base?
Conversation
great. |
@chytreg Are you thinking of submitting a PR for Rails 4 compatibility? |
Hold on, this is a PR, sorry... |
:) |
+1. @bradphelan any chance you could accept this pull request? Thanks! |
ping. I wonder if this PR is backwards compatible with Rails 3. I think that the specs need running against both ActiveRecord 3 and 4. Ideally Travis would tell us this, I'd be happy to submit a seperate PR for Travis support, running the specs for both ActiveRecord 3 + 4. |
How about having a rails 3 branch and keep rails 4 in master? |
bump :) |
@chytreg do you have a version for |
Hi,
rocket_tag doesn't work with rails 4
I tired to solve squeel dependancy, change scope to lambda
you should add also
gem 'protected_attributes'
This solution is a hack to get rocket_tag to works, but it's incompatible with previous Rails version.