Update and Synchronise in Radrails

June 23rd, 2008

For some reason update and synchronise don’t work in the ‘Ruby Explorer’ view. You need to use the ‘Project explorer’ view for these actions and everything will work as expected

Kill Rails Process

June 18th, 2008

Just to remind me.pkill -9 -u `whoami` -f dispatch.fcgiwill kill my rails app on hostmonster 

webistrano woes :(

June 13th, 2008

cvs -d /Users/username/mycvs/ checkout modulename this is the line I need to checkout something from cvs. i’ve been trying to figure out why Capistrano/Webistrano won’t read from my repository but something is going wrong.