I am new to Ruby On Rails. I installed rails 3.1.2 on ubuntu 11.04. Each time I run rails new <appname> at the end, it does run bundle install . This will take quite some time. Is starting the installation of the package necessary every time the application is created, and if not, is there any way to prevent it from starting every time I create a new application for rails, so that the new rails are quickly completed?
user897305
source share