Skip to content

Instantly share code, notes, and snippets.

View pablomarti's full-sized avatar
🧙‍♂️
💻

Pablo Martí pablomarti

🧙‍♂️
💻
View GitHub Profile
@pablomarti
pablomarti / rails_new_help_output.md
Created August 1, 2020 20:41 — 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
@pablomarti
pablomarti / webpacker_rails.md
Created August 26, 2020 15:42 — forked from maxivak/webpacker_rails.md
Webpack, Yarn, Npm in Rails
@pablomarti
pablomarti / webpacker_rails.md
Created August 26, 2020 15:42 — forked from maxivak/webpacker_rails.md
Webpack, Yarn, Npm in Rails