Posts Tagged capistrano
capistrano ftw
This is just a small nod in the direction of capistrano, the rails deployment machine. It gives great satisfaction to commit your latest fixes to master and run a quick “cap deploy”, and a few seconds later having an up to date server on the other end.
No need to meddle with the server, it is all automagic:)
Now – back to work…
Windows + capistrano = trøbbel
Posted by jone in Uncategorized on 31. May , 2007
Her om dagen fikk jeg et problem når jeg skulle installere capistrano:
gem install capistrano
ERROR: While executing gem … (Zlib::BufError) buffer error.
Kommer du opp i samme problem er det bare å kjøre gem update --system så burde det la seg gjøre å kjøre gem install capistrano igjen uten problemer.