We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran into this issue:
/Users/amirsharif/.rvm/gems/ruby-2.7.5/gems/activesupport-7.0.2.3/lib/active_support/xml_mini.rb:184:in `current_thread_backend': uninitialized constant ActiveSupport::XmlMini::IsolatedExecutionState (NameError)
When running fontello open after upgrading to Rails 7.
fontello open
Adding the following line:
require "active_support/isolated_execution_state"
to
/Users/amirsharif/.rvm/gems/ruby-2.7.5/bundler/gems/fontello_rails_converter-2bc7e117256e/lib/fontello_rails_converter.rb
resolved it.
I think we can create a PR for this, I will get around to it if someone can tell me the best way to add it.
The text was updated successfully, but these errors were encountered:
Hello @Overload119, nice catch a PR is appreciated 👍
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I ran into this issue:
When running
fontello open
after upgrading to Rails 7.Adding the following line:
require "active_support/isolated_execution_state"
to
/Users/amirsharif/.rvm/gems/ruby-2.7.5/bundler/gems/fontello_rails_converter-2bc7e117256e/lib/fontello_rails_converter.rb
resolved it.
I think we can create a PR for this, I will get around to it if someone can tell me the best way to add it.
The text was updated successfully, but these errors were encountered: