Latest Screencasts
PDFKit
Railscasts - 2010-06-28 - free
Generating PDFs in plain Ruby can be a lot of work. Instead, consider generating PDFs from HTML using PDFKit. Watch this screencast
Rails 3 - Building a Blog - Part 1: Test Setup & Generators
Teach Me To Code - 2010-06-22 - free
Every good project needs a good setup. In this episode, I set up a github repo, create a new rails application, hook in Cucumber and Rspec, write a Cucumber feature, and write the code to make it pass. Watch this screencast
Episode 1 - Moving to Bundler
Bddcasts - 2010-05-17 - free
Launching a new series: URLAgg updates. We upgrade URLAgg to the latest gems and migrate from using config.gem to Gem Bundler. Watch this screencast
Code Metrics with Metric Fu
Teach Me To Code - 2010-04-20 - free
Maintainability of your code can be measured in many different ways. Jake Scruggs has combined several of the tools that measure you code into one Ruby Gem: metric_fu. Here's a demonstration. Go check it out! Watch this screencast
Library Management Gets an Update in Rails 3
Railsdispatch - 2010-04-13 - free
Rails 3 revolutionizes gem dependency management by including a new library called Bundler. This new system supersedes the old config.gem system that was built in to Rails 2. It provides all of the functionality of that system and a lot more — now you can be confident that the gems... Watch this screencast
RVM - Ruby Version Manager
Teach Me To Code - 2010-03-23 - free
Are you thinking about moving your application to Ruby 1.9? Do you have a gem or plugin you need to test in multiple Ruby versions? RVM is your tool. It allows you to manage and install multiple Ruby versions and the gems installed under each version. Watch this screencast
Gem Bundler
Teach Me To Code - 2010-03-10 - free
Having two gems that require different versions of the same dependency can sometimes cause runtime errors. Yehuda Katz and Carl Lerche have created an elegant solution in the Gem Bundler. Watch this screencast
Bundler
Railscasts - 2010-02-15 - free
Bundler is the way to manage gem dependencies in Rails 3.0. Learn how to install gems and lock them down in this episode. Watch this screencast
GUI Development in Ruby with Shoes
Remi - 2010-01-06 - paid
“Shoes is a cross-platform toolkit for writing graphical apps easily and artfully using Ruby.” Shoes is a friggin sweet framework for making GUI applications in Ruby. There are lots of GUI toolkits out there but none of them are as easy to get up and running with & distribute as... Watch this screencast
Episode 072: MongoDB
Sdruby - 2009-12-28 - free
Scott Motte introduces us to the document-oriented database MongoDB and shows how to use MongoDB as an alternative to MySQL and ActiveRecord using the MongoMapper gem. This talk was part of the DjangoSD/SD Ruby mashup meeting. Bonus content: download the slides from this talk. Watch this screencast

