On Jul 9, 9:42 am, Pål Bergström <[email protected]> wrote: > Rick Denatale wrote: > > On Wed, Jul 8, 2009 at 5:25 PM, Colin Law<[email protected]> wrote: > > > Another options is to put rails 2.3.2 into the app structure itself: > > > On the development machine > > > rake rails:freeze:gems > > I might do this. What about updates? Will a new freeze get the latest > versions? And I can always unfreeze, right?
Freezing unpacks the gems into vendor/rails. Unfreezing is a simple as blowing away that directory (there's probably a rake task that does that too) Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

