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

Latest Free Screencasts

Rob Kaufman explores tools and options for improving your development process: common issues with managing tasks, starting work, committing branches, and getting completed tasks verified and deployed to production. It's all about automating the little steps because details are too easy to forget. Bonus content: download the slides from this talk.

Watch this screencast

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

RVM – 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 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