How to go about creating rails app without running bundle install -
please new rails, , observe anytime generate new rails app, must go online , run bundle install before can start working on app, please there way to without going online?
you can run rails new --skip-bundle option generate code without running bundle install:
rails new . --skip-bundle there lot more options rails new, can learn executing:
rails new --help
Comments
Post a Comment