Tag: gem
Reinstalling list of GEMs on a new server
by Artur on Jan.26, 2010, under All, Sysadmin
When I have to migrate servers to new OS or reinstall list of gems on another box you can get a quite big list of gems to install. This post will describe how to do it “admin way” which basically means that whatever has to be done more than once should be scripted
(continue reading…)
Ruby On Rails in Debain/Ubuntu and missing zlib
by Artur on Sep.23, 2009, under Sysadmin
There is a known problem with ruby on Debian or Ubuntu with gem command not working properly. Here is how to fix it.