-
Notifications
You must be signed in to change notification settings - Fork 406
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
Raise "can't modify frozen object" with irregular model in Rails 4 #36
Comments
can you try again on 0.9.0 ? |
A quick reference to the old repo, where some are still posting about this: SamSaffron/MiniProfiler#106 |
I'm seeing this in rails 3.2.14 with 0.9.0.pre. There's nothing special in any of my models;
|
This should be fixed now. Try latest |
👍 Thank you! |
nanaya
added a commit
to moebooru/moebooru
that referenced
this issue
Nov 20, 2014
nanaya
added a commit
to moebooru/moebooru
that referenced
this issue
Nov 20, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried both on 0.1.31 and 0.9.0.pre, on Rails 4.0.0.
With an irregular model, like this:
The normal find method
will raise "can't modify frozen object" error, with the trace:
The text was updated successfully, but these errors were encountered: