-
Notifications
You must be signed in to change notification settings - Fork 220
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
Fragment cache can't modify frozen object error rails 3 #106
Comments
I experienced the exact same issue and removing this gem fixed it for me. |
I think I just pulled a PR that fixes this, can you try grabbing latest from github to confirm its fixed? |
Still broken for me. Re-added the gem yesterday, and immediately started getting the same error:
|
Me too! The lasted branch still broke! |
I'm also running into this issue. I'm trying with
Any ideas? Thanks! |
getting the same exact error as @etagwerker |
Same error rack-mini-profiler (0.1.31) |
Same error rack-mini-profiler (0.9.0) |
I get this error as well. This happens to me in my custom Devise::OmniauthCallbacksController. Removing rack-mini-profiler immediately fixes this problem. |
+1 for this error on edge rails (4.1.0.rc1) |
Yep, still a problem. |
Seems like it's fixed in |
Hi, I faced some issues with fragment caching while using that gem. Please look at the link http://stackoverflow.com/questions/14347602/fragment-cache-cant-modify-frozen-object-error-rails-3/14377501#14377501 for more details.
Please address the issue, is it some bug in your gem or some other issue in AR.
The text was updated successfully, but these errors were encountered: