Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #244 Gravatar

Railscasts - 2010-12-13 - free

Gravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode.

Watch this screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #190 Screen Scraping with Nokogiri

Railscasts - 2009-11-30 - free

Screen scraping is easy with Nokogiri and SelectorGadget.

Watch this screencast

RailsCasts #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