>> Why not vendor the gems into your rails app? > > This code is kept up through multiple machines and rather than require > gem installs for each of them, we wanted to put it into subversion > with > the application if that's possible.
Right. This should work for you and is part of Rails... rake gems:build # Build any native extensions for unpacked gems rake gems:unpack # Unpacks the specified gem into vendor/ gems. rake gems:unpack:dependencies # Unpacks the specified gems and its depende... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

