Help out: share this site!

Latest Screencasts

PHD gives you Passenger-based Heroku-like Deployment. Having been spoiled by Heroku for some time, I love being able to run 2 commands from a git repository to deploy an application: 1 $ heroku create my-app 2 $ git push heroku master If you have Passenger installed on a server, you... Watch this screencast


Capistrano Tasks

Railscasts - 2008-10-27 - free

Do you know how to make Capistrano tasks? See how to change default deployment behavior with custom tasks in this episode. Watch this screencast


Capistrano 2

Peepcode - 2007-12-04 - paid

Capistrano 2 is a tool for automating the deployment of your application to a server. You can also automate many other monotonous server-maintenance tasks. It is written in Ruby but can be used to deploy any kind of web application. This 50 minute screencast talks about the concepts behind Capistrano... Watch this screencast