Colin A. Bartlett on 13 Aug 2007 16:16:50 -0000 |
Keith Fitzgerald wrote: What is the easiest way to sync up all the required gems? [there's a bunch] I can grab the list from the server this is running on."gem install <gem name>" at a command prompt should do the trick of installing "gem list" will show you the gems installed on the server Is there a better way to manage this? Shouldn't dependencies like this be included with the app?Depends on your philosophy. We develop and deploy in a relatively closed environment here. So I don't mind having dependencies because it limits code duplication and such. There are ways around that which I am not 100% familiar with so I will let someone else speak to those. -- Colin A. Bartlett Kinetic Web Solutions http://blog.kineticweb.com _______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk
|
|