Latest Free Screencasts
How to Use RVM
Screencasts Org - 2011-04-08 - freeIn our Ruby developer career there may come a time when we have to deploy our app with other versions of Ruby. We may also take a fancy to implementations such as MacRuby, and want to try them out. However, installing many different versions of Ruby on the same box...
Watch this screencastRailsCasts #255 Undo with Paper Trail
Railscasts - 2011-02-28 - free
Undo and redo behavior is easy to add with a versioning gem such as Paper Trail. Learn how to add an undo link to any model's flash message.
Watch this screencastRVM – Ruby Version Manager
Teach Me To Code - 2010-03-23 - free
RVM is a program that allows you to install and manage multiple versions of Ruby and Gems. This setup is ideal for testing your application or gem (library) against multiple versions of Ruby. Also, if you’re looking into Rails 3 on Ruby 1.9 this is a great way to try it out. Are you thinking [...]
Watch this screencastRailsCasts #177 Model Versioning
Railscasts - 2009-08-31 - free
If you need to keep track of a model's history of changes and switch between versions, consider using the vestal_versions gem like I show in this episode.
Watch this screencastEpisode 032: Capistrano
Sdruby - 2007-11-02 - free
Rob Kaufman takes on Capistrano 2. What is it? How does it work? What's changed since version 1?
Watch this screencast