-
Notifications
You must be signed in to change notification settings - Fork 18
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
Rails 3.2 issue with undefined method 'write_inheritable_array' #12
Comments
I have the exact same issue... |
+1 |
+1. |
Try changing
to:
and
to
Untested, as I' still have to work through other issues with Rails 3.2 before getting it running... ;-) |
Okay, one more change is required to get it working (now tested ;-): Change the reflect_on_all_validations method to
|
I'm not sure if you forgot to post some changes you made or if you didn't do the update off from master. I tried to just create a Rails 3.2 branch for a pull request and can't get the updates to work. Notably the code you want me to change away from doesn't match what you've got listed as what to change. |
Ah, sorry, I might not have been on the latest version, yes... can you figure out what needs to be changed on master from my hints? Otherwise I can look if I can. |
Okay, as far as i can see you only need to replace in my code:
in def self.included(base) to
and
in remember_validation_metadata to
to be conform with master |
Isn't working properly for me. I get:
That shouldn't be looking for it on: It should just be |
Okay, I was working on the old plugin version. Here is the fix for master: #13 |
The text was updated successfully, but these errors were encountered: