Hacker News new | ask | show | jobs
by jacobsenscott 3676 days ago
For everyone who thinks rails installs too much by default, and hasn't ever tried `rails -h` - here are some options:

--skip-gemfile --skip-git --skip-keeps --skip-active-record --skip-sprockets --skip-spring --skip-javascript --skip-turbolinks --skip-test-unit

1 comments

The --skip options are handy. For reuse, they can be put into ~/.railsrc, e.g.

    --skip-gemfile
    --skip-git
    --skip-keeps