Skip to content
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

Fix ActiveSupport::XmlMini::IsolatedExecutionState Name Error #123

Closed
wants to merge 1 commit into from

Conversation

hdupadhyay
Copy link

While running mrsk init --bundle' or mrsk init is producing below error right now.

image

The solution was to explicitly require active_support before requiring the zeitwerk core extensions. This is the suggested approach given in the [Active Support documentation][1], but presumably the previous combination of Ruby and Rails was more forgiving of its omittance.

This change is based on the solution identified here:
rails issue
[1]: stand-alone-active-support

@dhh
Copy link
Member

dhh commented Mar 16, 2023

Solved via #119

@dhh dhh closed this Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants