Skip to content

Commit

Permalink
document additional options for rails new
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-duchesne committed Nov 13, 2024
1 parent 5b50d30 commit c4a2ed5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/source/command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ If you wish to skip some files from being generated or skip some libraries, you
| `--skip-system-test` | Skip system test files |
| `--skip-bootsnap` | Skip bootsnap gem |
| `--skip-dev-gems` | Skip adding development gems |
| `--skip-thruster` | Skip Thruster setup |
| `--skip-rubocop` | Skip RuboCop setup |
| `--skip-brakeman` | Skip brakeman setup |
| `--skip-ci` | Skip GitHub CI files |
| `--skip-kamal` | Skip Kamal setup |
| `--skip-solid` | Skip Solid Cache, Queue, and Cable setup |

These are just some of the options that `rails new` accepts. For a full list of options, type `rails new --help`.

Expand Down

0 comments on commit c4a2ed5

Please sign in to comment.