Dug a bit into that... there is a major difference between
rails new -B mycoolapp (-B == --skip-bundle)
and
rails new mycoolapp -B
The 2nd form is pretty much the one rails new --help declares as correct and
has the extremely cool side effect of actually working (in as bundle install is
being skipped, as asked for)
The so-created app fails to start though in the end:
> rails server
Could not find gem 'capybara (~> 2.13)' in any of the gem sources listed in
your Gemfile.
Run `bundle install` to install missing gems.
rubygem-capybara does not exist in TW