Skip to content

Require "active_support/deprecation"#89

Merged
tvdeyen merged 1 commit intosolidusio:mainfrom
mamhoff:require-active-support-deprecated-constant
Dec 4, 2024
Merged

Require "active_support/deprecation"#89
tvdeyen merged 1 commit intosolidusio:mainfrom
mamhoff:require-active-support-deprecated-constant

Conversation

@mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Dec 4, 2024

In some circumstances, it seems like it's possible for ActiveSupport not to be loaded when our engine extensions need them. Because we use the ActiveSupport::DeprecatedConstantAccessor in this file, it does not hurt to simply require the file.

Fixes #63

In some circumstances, it seems like it's possible for ActiveSupport not
to be loaded when our engine extensions need them. Because we use the
ActiveSupport::DeprecatedConstantAccessor in this file, it does not hurt
to simply require the file.
@tvdeyen tvdeyen merged commit dea9282 into solidusio:main Dec 4, 2024
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.

when trying to db:migrate getting this NameError: uninitialized constant ActiveSupport::Deprecation::DeprecatedConstantAccessor

2 participants