Skip to content

Commit

Permalink
Skip bootsnap
Browse files Browse the repository at this point in the history
Without setting this skip, we were getting some errors
regarding booting the app. Since we don't need to speed
this app up, we can skip using bootsnap.
  • Loading branch information
Stefanni Brasil committed Apr 26, 2024
1 parent 8ec785e commit 029907b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def generate_test_app_7(app_name)
--skip-git \
--skip-hotwire \
--skip-spring \
--no-rc"
--no-rc \
--skip_bootsnap"
end

def generate_scaffold
Expand Down

0 comments on commit 029907b

Please sign in to comment.