Last active
August 22, 2025 08:48
-
-
Save yshmarov/d0cee24cb2e9f671413e774c7f26fdcf to your computer and use it in GitHub Desktop.
new rails app with minimal dependencies for screencasts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rails new myapp --skip-docker --skip-keeps --skip-action-mailer --skip-action-mailbox --skip-action-text --skip-thruster --skip-brakeman --skip-rubocop --skip-ci --skip-kamal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rails new myapp --skip-docker --skip-keeps --skip-action-mailer --skip-action-mailbox --skip-action-text --skip-thruster --skip-brakeman --skip-rubocop --skip-ci --skip-kamal -c=tailwind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment