Skip to content

Commit

Permalink
Improve app generation
Browse files Browse the repository at this point in the history
- Remove legacy `skip`s
- Skip all non-needed frameworks
  • Loading branch information
tagliala committed Sep 27, 2024
1 parent 2dce4ce commit eb4e238
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,29 @@ namespace :testapp do
options = %w[
-q
--skip-action-cable
--skip-action-mailbox
--skip-action-mailer
--skip-action-text
--skip-active-storage
--skip-asset-pipeline
--skip-bundle
--skip-bootsnap
--skip-brakeman
--skip-ci
--skip-decrypted-diffs
--skip-dev-gems
--skip-docker
--skip-git
--skip-hotwire
--skip-javascript
--skip-sprockets
--skip-webpack-install
--skip-jbuilder
--skip-kamal
--skip-listen
--skip-rubocop
--skip-solid
--skip-spring
--skip-system-test
--skip-test
--skip-thruster
]
FileUtils.mkdir_p('tmp/aruba')
Dir.chdir('tmp') do
Expand Down

0 comments on commit eb4e238

Please sign in to comment.