Skip to content

Instantly share code, notes, and snippets.

View audreypa's full-sized avatar

Audrey P. audreypa

View GitHub Profile
@audreypa
audreypa / rails_new_help_output.md
Created July 25, 2023 18:24 — forked from eliotsykes/rails_new_help_output.md
"rails new" options explained

Run rails new --help to view all of the options you can pass to rails new:

$ bin/rails new --help
Usage:
  rails new APP_PATH [options]

Options:
  -r, [--ruby=PATH]                                      # Path to the Ruby binary of your choice
                                                         # Default: /Users/eliot/.rbenv/versions/2.2.0/bin/ruby