Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/engine_cart/tasks/engine_cart.rake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ namespace :engine_cart do

# Using the Rails generator directly, instead of shelling out, to
# ensure we use the right version of Rails.
# See https://jacopretorius.net/2025/05/all-rails-new-options.html
Rails::Generators::AppGenerator.start([
'internal',
'--skip-git',
Expand All @@ -49,6 +50,8 @@ namespace :engine_cart do
'--skip-bootsnap',
'--skip-listen',
'--skip-test',
'--skip-thruster',
'--skip-dev-gems',
*EngineCart.rails_options,
("-m #{EngineCart.template}" if EngineCart.template)
].compact)
Expand Down
Loading