-
Notifications
You must be signed in to change notification settings - Fork 238
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 5 Upgrade Error: Unable to load application: FrozenError: can't modify frozen Array #124
Comments
I have tried a fix for it in my pull request: #115 This issue was caused by this rails/rails#5911 which basically Backward compatibility of a lot of gems is compromised. |
The gem now loads, but when I try to call it in a view I get:
Trying to call it like so:
|
The issue was @sahild wasn't on the most update to version of the gem. I have a fork here:
That runs on rails 5.2 |
Hi we're looking into this issue, but haven't been able to reproduce it with a fresh Rails 5.2.0 or 5.2.1 app using Would you be able to provide an example project that is experiencing this issue? |
Just upgraded to rails 5 and am getting
Unable to load application: FrozenError: can't modify frozen Array
When I try to start the server. If I remove the
recurring_select
gem the server starts.Here's all the places I am referencing
recurring_select
The text was updated successfully, but these errors were encountered: