On Sat, Feb 20, 2010 at 11:05 AM, Jeff <[email protected]> wrote:

> Trying to understand how to think of Bundler in terms of what I
> already know about using rubygems in Rails up until now.
>
> Am I right in thinking that "bundler install" does the same thing that
> "raks gems:install" did before?
>
>
Yes, that's correct.


> If so, are are bundler equivalents for:
>
> 1. rake gems:unpack:dependencies
>

bundle pack

Note:  the above command is a bit more efficient because if you have 2 or
more applications on the same server.  Then it will look into the bundler
cache first.  Otherwise, Bundler will install it into the cache.


> 2. rake rails:freeze:gems
>
>
bundle lock

Next, I would recommend taking a look at the following screen-cast by Ryan
Bates because it covers all of the above:

http://railscasts.com/episodes/201-bundler

Lastly, the documentation is always helpful:

a)  $ bundle help

b) http://github.com/carlhuda/bundler

Good luck,

-Conrad


> Thanks!
> Jeff
>
> --
> 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]<rubyonrails-talk%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

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