Home
Blog
Rails Command Generator
Get Shareable Link
Generator type
App
Scaffold
Model
Controller
Migration
(coming soon..)
Application name
Commonly Used Options
Rails Version
edge (Gemfile pointing to the main branch on the Rails repository)
main (Gemfile pointing to the main branch on the Rails repository)
7.2.1
7.2.0
7.1.4
7.1.3.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.8.1
6.1.7.8
6.0.6.1
5.2.8.1
5.1.7
5.0.7.2
Template
Database
SQLite3 (Default)
PostgreSQL
MySQL
SQL Server
Oracle
Trilogy
JDBC
JDBC MySQL
JDBC SQLite3
JDBC PostgreSQL
JavaScript
Importmap (Default)
Bun
Webpack
ESbuild
Rollup
CSS
Tailwind
Bootstrap
Bulma
PostCSS
Sass
Asset Pipeline
Sprockets (Default)
Propshaft
API Only
Preconfigure smaller stack for API only apps
Javascript / Bundle
Skip JavaScript files
Skip Hotwire integration
Skip jbuilder gem
Skip bootsnap gem
Skip development gems (e.g., web-console)
Don't run bundle install
Test
Skip test files
Skip system test files
Git / Docker Options
Skip git init, .gitignore and .gitattributes
Skip Dockerfile, .dockerignore and bin/docker-entrypoint
Skip source control .keep files
Skip Action Mailer files
Skip Action Mailbox gem
Skip Action Text gem
Skip Active Record files
Skip Active Job
Skip Active Storage files
Skip Action Cable files
Indicates when to generate skip asset pipeline
Rails 8 Specific Options
Skip Thruster setup
Skip RuboCop setup
Skip brakeman setup
Skip GitHub CI files
Skip Kamal setup
Skip Solid Cache & Queue setup