Skip to content

Instantly share code, notes, and snippets.

View SergeyLyoshin's full-sized avatar
🙂

Sergey Lyoshin SergeyLyoshin

🙂
View GitHub Profile
@SergeyLyoshin
SergeyLyoshin / rails_new_help_output.md
Created November 15, 2021 10:05 — 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