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


Tonight, at the Phoenix Android meeting, someone asked if I knew any good Ruby / Rails web hosts. Something easy for someone who’s just learning Rails and wants to be able to essentially copy/paste their code to a server and have it “just work.” The first (and only) service that... 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


Phusion Passenger

Peepcode - 2008-07-04 - paid

Technical editing by the creators of Phusion Passenger™. Phusion Passenger™ dropped onto the scene in early 2008 and immediately caused quite a stir. Many developers have hoped for a way to run Rails applications natively inside Apache, and now it’s possible! Passenger™ makes development easier and is the best way... Watch this screencast


Episode 042: Deploying Rails on Slicehost

Sdruby - 2008-04-28 - free

Jared Kuolt shows how to quickly deploy your Rails application to a Slicehost VPS. This talk covers installing MySQL, Nginx, Rails and Mongrel, as well as deployment using Capistrano. Bonus content: download the slides from this talk. 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