On Thu, Feb 16, 2012 at 10:40 PM, Maxim Baluev <[email protected]> wrote:
> 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 > . > . > The Gemfile is typically located at the root of your app, in your case it will be in demo So, you could C:\Sites>cd demo C:\Sites>type Gemfile you can modify that file and then re-run it with a command "bundle" or "bundle install" Hope this helps, Anna -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

