Minor Capistrano Issue
I'm dumping this on the site for reference more than anything else. One of our older sites uses the rather stange combination of Capistrano and Rsync for deployment. We upgraded to a new staging server, installed all the latest versions of ruby, gems etc to find we couldn't deploy anything, cap simply didn't like the rsync command. The solution was to downgrade all our gems. The gems that worked are capistrano 2.0.0, net-ssh 1.1.2, net-sftp 1.1.0. The command to install older gems is
gem install xxxx -v xxxx.
RECENT ARTICLES
Lightweight blog created on Ruby/GAA/Datastore stack
Put this together a month or two back but never got around to replaci... read more
Using Node JS and Couch DB Stack for Web Dev
With the recent hype surrounding Node.js I thought I'd better get my ... read more
Campaign Monitor API Using PHP and SOAP
Campaign Monitor has a fairly comprehensive API and support docs.&nbs... read more
Google Maps Snippet
Absolute bare basics when it comes the Google Map api but a snippet o... read more