-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Crashes when setting integer attributes with ActiveRecord #149
Comments
@mockdeep Unparser problem. Can you try unparser from master and tell me it if was fixed there? I'm gonna release a snapshot in this case. |
@dkubb I tried the gem version. Don't think that will have been master. I'll try linking to the github version a little later today. |
@mbj I tried unparser master, commit mbj/unparser@9b237c1, and it still didn't work. Looks like the same error. Slightly different stack trace though:
|
@mockdeep I'll look into this later the day. |
@mockdeep This issue should be fixed with mutant |
@mbj Still not fixed:
|
@mockdeep I cannot reproduce this one. Can you setup a minimal repro as a repo that I can clone and run locally? |
@mockdeep I reproduced it! Fix soon. |
@mockdeep Fix is released as |
@mbj Sweet! Looks like that did the trick. Thanks! |
I started getting this crash today and I'm not sure what's causing it. I've narrowed it down to assigning integer attributes in Rails. Everything seems to work as expected for boolean and string attributes, and I've tried it with a couple of integer attributes with the same result. Code snippet here, and stack trace below:
Stack trace:
The text was updated successfully, but these errors were encountered: