C:\Sites>rails new demo
create README.rdoc
.
.
.
create vendor/plugins/.git
run bundle install
.
.
.
Where is standart gemfile location? Or how change standart set of gems?
--
Posted via http://www.ruby-forum.com/.
Your question may be ambiguous. If you are looking for the file
Gemfile where you specify which gems you want then it is in the top
level folder of the new rails project, so C:\Sites\demo\Gemfile in the
case above.
Colin
When i am create new project "rails new newProject", ruby create rails
files and next automaticly launch bundle install and setup standart
gems:
C:\Sites>rails new demo
create README.rdoc
.
.
.
create vendor/plugins/.git
run bundle install
.
.