RailsCasts Pro episodes are now free!

Learn more or hide this

Applied Filters: Free Episodes xDeployment x
Rubber and Amazon EC2
Episode #347May 03, 2012199 comments

Rubber and Amazon EC2

Deploying to Amazon EC2 allows you to scale an application quickly. Learn how to use Rubber to deploy to the cloud with just a few commands and monitor the cluster with various web tools. (17 minutes)
Cron in Ruby
Episode #164Jun 01, 200970 comments

Cron in Ruby

Cron is great for handling recurring tasks, but it is an external dependency with a crazy syntax. In this episode I show you how to use Whenever to create cron jobs with Ruby. (8 minutes)
Capistrano Tasks
Episode #133Oct 27, 200840 comments

Capistrano Tasks

Do you know how to make Capistrano tasks? See how to change default deployment behavior with custom tasks in this episode. (8 minutes)
Monitoring with God
Episode #130Oct 05, 200849 comments

Monitoring with God

Need to ensure your background processes stay up and running and don't use too many resources? Check out the god gem as shown in this episode. (14 minutes)