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

Invoke app:template via Rake::Task[].invoke to avoid reloading rakefile #239

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

Caleb-T-Owens
Copy link
Contributor

This commit moves from using the system function which invokes the Rakefile twice and moves to use Rake::Task[].invoke which similarly calls app:template but doesn't reload the Rakefile

@rafaelfranca rafaelfranca merged commit 61054a1 into rails:main Apr 19, 2024
21 checks passed
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.

Importmap:install loads rakefile twice
2 participants