# This is my ~/.railsrc file. There are many like it, but this one is mine. # known defaults --no-api --no-dev --no-edge --no-no-rc # obviously... --no-skip-action-cable --no-skip-active-record --no-skip-gemfile --no-skip-git --no-skip-javascript --no-skip-keeps --no-skip-listen --no-skip-puma --no-skip-sprockets --no-skip-turbolinks --no-skip-yarn --skip-coffee --skip-namespace --skip-system-test # ditto --skip-test # Don't use MiniTest; we'll add RSpec later # --ruby=/path/to/executable/ruby # --template=/path/to/app/template # Custom/non-default values --database=postgresql --skip-action-mailer --skip-active-storage --skip-bootsnap --skip-bundle --skip-spring --webpack=stimulus # --template=/path/to/template.rb