rails
Rails CLI — Ruby on Rails command-line tool.
| reference | description |
|---|---|
| rails-new | rails new flags, database, template, assets |
| generators | rails generate, model, controller, scaffold, migration |
| cli-commands | server, console, dbconsole, runner, routes, notes |
| database | db:*, multi-db, system:change, database tasks |
| testing | test paths, subcommands, test framework integration |
| configuration | config.load_defaults, boot sequence, environment |
| environment | RAILS_ENV, DATABASE_URL, RAILS_MASTER_KEY |