Skip to content

Instantly share code, notes, and snippets.

@yshmarov
Last active August 22, 2025 08:48
Show Gist options
  • Save yshmarov/d0cee24cb2e9f671413e774c7f26fdcf to your computer and use it in GitHub Desktop.
Save yshmarov/d0cee24cb2e9f671413e774c7f26fdcf to your computer and use it in GitHub Desktop.
new rails app with minimal dependencies for screencasts
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
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