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

Load Base Controller Extension when autoloading #216

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Nov 21, 2024

Let's use Zeitwerk to lazy load our extension.

Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. A rebase with main should fix specs

@mamhoff mamhoff force-pushed the autoloadable-extension branch from 30e8f2e to 4bafa9b Compare January 14, 2025 18:13
@tvdeyen tvdeyen force-pushed the autoloadable-extension branch from 4bafa9b to 844102b Compare January 15, 2025 11:14
@tvdeyen tvdeyen force-pushed the autoloadable-extension branch from 844102b to 9f3cf62 Compare January 24, 2025 18:08
@@ -19,6 +19,7 @@ group :test do
gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"
end

gem "solidus_support", github: "mamhoff/solidus_support", branch: "re-enable-flickwerk"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary, because we do not load Solidus in this gem

Suggested change
gem "solidus_support", github: "mamhoff/solidus_support", branch: "re-enable-flickwerk"

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