[Rails] Re: Gems between two different machines

2009-01-07 Thread NAYAK
Hi, I have used gemsonrails(*gemsonrails*.rubyforge.org) plugin which helps us to freeze gems to a rails application. By this you can run your rails application with just ruby installed on any new machine -NAYAK On Mon, Jan 5, 2009 at 11:58 PM, jschank wrote: > > Thanks for the reply. > > Free

[Rails] Re: Gems between two different machines

2009-01-05 Thread jschank
Thanks for the reply. Freezing the gems is certainly possible, but what about using gems outside of rails? Basically I'm just wondering if there is a really simple way to keep two or more machines in sync with the same versions of various gems. Aside from tediously listing the gems on one machin

[Rails] Re: Gems between two different machines

2009-01-02 Thread Freddy Andersen
Are you using Rails 2 ? Then you should add the gems into you application .. rake gems # List the gems that this rails application depends on rake gems:build # Build any native extensions for unpacked gems rake gems:install