-
Notifications
You must be signed in to change notification settings - Fork 470
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
Problem using TS in rails 6 #1137
Comments
Looking into this now… seems it's something that's crept in after 6.0.0.beta1, possibly related to the new dependency zeitwerk. 🤔 |
It seems `ActiveSupport::Dependencies.require_or_load` was never a public API as such, and it doesn’t work well (at least, for what I’m doing here) in Rails 6. See fxn/zeitwerk#56 for more discussion, and #1137 for the original bug report.
I've just pushed a fix for this to the gem "thinking-sphinx",
:git => "/~https://github.com/pat/thinking-sphinx.git",
:branch => "develop",
:ref => "d1e3603c9e" |
Awesome! The error was gone. I'm looking forward to the new release of this gem. Thanks Pat. |
Just published v4.3.1 which includes this fix :) |
Hello Pat,
I'm currently experiencing a
FrozenError: can't modify frozen Array
error when I executerake ts:rebuild
in the development environment.This is my
Gemfile.lock
This is the
error
The text was updated successfully, but these errors were encountered: