Generate new rails 3.1 app(with mysql db) with the following command:
--skip-bundle will not run 'bundle install' during app creation.
rails new testapp -d mysql --skip-bundle
--skip-bundle will not run 'bundle install' during app creation.
No comments:
Post a Comment