capistrano ftw

Nov 25 2008 Published by jone under rails

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…

No responses yet

Windows + capistrano = trøbbel

May 31 2007 Published by jone under Uncategorized

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.

No responses yet