Skip to content

Support for Rails 7 #52

Open
Open
@Overload119

Description

@Overload119

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.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions