rails new <project_name> -d postgresql -T
-T
, [--skip-test], [--no-skip-test] # Skip test files-d
, [--database=DATABASE] # Preconfigure for selected database (options: mysql/postgresql/sqlite3/oracle/sqlserver/jdbcmysql/jdbcsqlite3/jdbcpostgresql/jdbc)
- In the Gemfile: group :development, :test do gem 'factory_bot_rails' gem 'rspec-rails' gem 'shoulda-matchers' end