Latest Screencasts
RailsCasts #264 Guard
Railscasts - 2011-05-02 - free
Guard watches files and runs a command after a file is modified. This allows you to automatically run tests in the background, restart your development server, reload the browser, and more.
Watch this screencastRailsCasts #252 Metrics Metrics Metrics
Railscasts - 2011-02-07 - free
Metric Fu, Metrical, SimpleCov, Rails Best Practices, and more are covered in this episode on metrics.
Watch this screencastRailsCasts #245 New Gem with Bundler
Railscasts - 2010-12-20 - free
Creating new gems is easy with the `bundle gem` command. In this episode I will walk you through how this works.
Watch this screencastRailsCasts #244 Gravatar
Railscasts - 2010-12-13 - freeGravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode.
Watch this screencastRailsCasts #242 Thor
Railscasts - 2010-11-29 - free
Thor is an alternative to Rake. It has better support for command line arguments and provides a way to add global scripts.
Watch this screencastRailsCasts #218 Making Generators in Rails 3
Railscasts - 2010-06-14 - free
Generators in Rails 3 have been rewritten to use Thor which means the code used to create a generator is quite different. Here you will learn the new way to make generators in Rails 3.
Watch this screencastRailsCasts #195 My Favorite Web Apps in 2009
Railscasts - 2010-01-04 - free
Here I show several of my favorite web applications which I found most helpful as a Ruby developer over the past year.
Watch this screencastRailsCasts #191 Mechanize
Railscasts - 2009-12-07 - free
Mechanize extends the power of Nokogiri allowing you to interact with multiple pages on the site: click links, submit forms, etc.
Watch this screencastRailsCasts #190 Screen Scraping with Nokogiri
Railscasts - 2009-11-30 - freeRailsCasts #183 Gemcutter & Jeweler
Railscasts - 2009-10-12 - free
Gemcutter is a new service for hosting RubyGems, and Jeweler provides an automated way to release versions of a gem.
Watch this screencast