-
Notifications
You must be signed in to change notification settings - Fork 687
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
Enum field change #202
Comments
bump i got the same problem :/ |
bump This problem still exists |
Which versions of rails and audited are you using? I can't reproduce this issue. |
I've been running into a lot of trouble trying to import the fix into my project for testing. It seems bundler won't let me use that branch as other gems have dependencies on the specific version of audited that we use. Do you have any advice on how to solve the dependency issues? If not I might have to just put together a quick rails demo project for testing the fix. |
@Jidek In your situation, I think
is the way to go. |
@fatkodima I finally found some time to set up a demo environment and test your fix. It looks like it's working perfectly. |
@Jidek Nice. |
I haven't had as much time to dedicate to the gem as I wish recently, so progress on the next release has been quite slow. There are several issues I would like to address in the 5.0 release, please see #430 for discussion of those. |
Hello,
I have status field, that has enum type in ActiveRecord. When value of this field changes, old_value is string, but new_value is integer.
Is it bug or feature?
The text was updated successfully, but these errors were encountered: