Why doesn\'t the second command of
$ bundle install
not need
--without production
(As this is how it went i
I believe it's because bundler creates a .bundle/config file inside your project's folder. This file stores the --without production option for later execution so that you don't have to type it every time.
bundler
.bundle/config