I know this may be a silly question, but how do I freeze only the ruby- debug and ruby-debug-base gems? To my knowledge, the following command freezes only the Rails runtime, correct? rake rails:freeze:gems I tried rake ruby-debug:freeze:gems and no luck. Thanks! Chirag --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 2007-May-16, at 23:55 , chirag wrote:> > I know this may be a silly question, but how do I freeze only the > ruby- > debug and ruby-debug-base gems? > > To my knowledge, the following command freezes only the Rails runtime, > correct? > rake rails:freeze:gems > > I tried rake ruby-debug:freeze:gems and no luck. > > Thanks! > Chirag >http://nubyonrails.com/articles/2005/12/22/freeze-other-gems-to-rails- lib-directory Carpe viam, Mike Michael Larocque Chief Cook and Bottle Washer Prolumina Communications Inc. http://prolumina.com/~mlarocque/ --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
rein.henrichs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-May-18 18:29 UTC
Re: freeze only a single gem?
unpack it to the vendor directory via gem unpack On May 17, 8:13 am, Michael Larocque <mlaroc...-aVEx+fnPBL6B+jHODAdFcQ@public.gmane.org> wrote:> On 2007-May-16, at 23:55 , chirag wrote: > > > > > I know this may be a silly question, but how do I freeze only the > > ruby- > > debug and ruby-debug-base gems? > > > To my knowledge, the following command freezes only the Rails runtime, > > correct? > > rake rails:freeze:gems > > > I tried rake ruby-debug:freeze:gems and no luck. > > > Thanks! > > Chirag > > http://nubyonrails.com/articles/2005/12/22/freeze-other-gems-to-rails- > lib-directory > > Carpe viam, > Mike > > Michael Larocque > Chief Cook and Bottle Washer > Prolumina Communications Inc.http://prolumina.com/~mlarocque/--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---