Skip to content

Commit

Permalink
Merge pull request #332 from ifad/chore/improve-app-generation
Browse files Browse the repository at this point in the history
Improve app generation
  • Loading branch information
tagliala authored Sep 27, 2024
2 parents 2dce4ce + e11a458 commit 8c7ed7b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
postgres-version: '12'
channel: 'stable'

- ruby-version: '3.1'
gemfile: rails_edge
postgres-version: '16'
channel: 'experimental'
- ruby-version: '3.2'
gemfile: rails_edge
postgres-version: '16'
Expand Down
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 8c7ed7b

Please sign in to comment.