On Mon, Feb 27, 2012 at 07:15, Peter Vandenabeele
<[email protected]> wrote:

> $ rails new new_app --skip-bundle # this will skip bundle install and should 
> pass

BTW, this trick can also help keep code better compartmentalized if
you're working on multiple projects, which might need different
versions of various gems.  Follow it up with:

$ cd new_app
$ bundle install --path vendor

and all the gems will be installed in new_app/vendor.  :-)

-Dave

-- 
Dave Aronson:  Available Cleared Ruby on Rails Freelancer
(NoVa/DC/Remote) -- see www.DaveAronson.com, and blogs at
www.Codosaur.us, www.Dare2XL.com, www.RecruitingRants.com

-- 
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.

Reply via email to