Latest Free Screencasts
Episode 093: Are You Redis?
Sdruby - 2011-02-08 - free
Emanuele Tozzato gives a brief introduction to Redis, then demonstrates real-life database performance optimization with redis-object and how to manage background jobs using Resque. Bonus content: download the slides from this talk.
Watch this screencastRailsCasts #243 Beanstalkd and Stalker
Railscasts - 2010-12-06 - free
Beanstalk is a fast and easy way to queue background tasks. Stalker provides a nice wrapper interface for creating these jobs.
Watch this screencastRailsCasts #171 Delayed Job
Railscasts - 2009-07-20 - free
Is there a long running task which should be handled in the background? One of the best ways is using the delayed_job plugin like I show in this episode.
Watch this screencastRailsCasts #164 Cron in Ruby
Railscasts - 2009-06-01 - free
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.
Watch this screencast