Comments on: Ruby script to install bulk gems /2008/12/08/ruby-script-to-install-bulk-gems/ Wed, 06 Nov 2013 11:33:31 +0000 hourly 1 #/?v=4.9.13 By: Sharath /2008/12/08/ruby-script-to-install-bulk-gems/comment-page-1/#comment-61945 Wed, 09 Jan 2013 09:40:58 +0000 /?p=153#comment-61945 Hi Akhil,
I tried your script by including the versions for the gems and it is not allowing.
Have you got an updated script which allows the version as well.
–Sharath

]]>
By: Honza Javorek /2008/12/08/ruby-script-to-install-bulk-gems/comment-page-1/#comment-49333 Wed, 06 Jun 2012 18:34:38 +0000 /?p=153#comment-49333 On UNIX box, you could just save list of your gems into text file and do this:

cat ruby_requirements.txt | xargs gem install

I tried it and it seems to work properly.

]]>
By: movies /2008/12/08/ruby-script-to-install-bulk-gems/comment-page-1/#comment-27877 Sun, 27 Nov 2011 06:38:01 +0000 /?p=153#comment-27877 Hi there, simply changed into aware of your blog thru Google, and found that it is really informative. I’m going to watch out for brussels. I’ll be grateful if you happen to continue this in future. A lot of other people can be benefited out of your writing. Cheers!

]]>
By: Script Ruby para instalar várias Gems | Ruby Brasil /2008/12/08/ruby-script-to-install-bulk-gems/comment-page-1/#comment-972 Mon, 22 Dec 2008 09:05:23 +0000 /?p=153#comment-972 […] Akhil Bansal conta que recentemente preparou vários servidores com Rails, tendo que instalar algums gems pelo […]

]]>
By: Akhil Bansal /2008/12/08/ruby-script-to-install-bulk-gems/comment-page-1/#comment-944 Mon, 15 Dec 2008 11:22:09 +0000 /?p=153#comment-944 You might have some libs missing on your server.

]]>
By: Amit Solanki /2008/12/08/ruby-script-to-install-bulk-gems/comment-page-1/#comment-943 Mon, 15 Dec 2008 11:14:07 +0000 /?p=153#comment-943 Thanks for the script. Saved me a lot of time. Though didn’t work well for libxml-ruby, mysql, and rmagick but that was due to missing dependencies on my server.

~ Amit

]]>