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

Latest Screencasts

I had several requests in UserVoice to provide a Many to Many tutorial in Rails. This is a demonstration of how to put together a “has and belongs to many” association and a “has many through” association. This is somewhat basic to Ruby on Rails, but important if you need to associate different models. Download [...]

Watch this screencast

Setting Up And Testing Devise – Delicious Clone

Teach Me To Code - 2011-01-21 - free

Because I’m going to be testing in cucumber sections of the site that require a user to be logged in, I decided to get it out of the way. So, in this video, I write a cucumber feature to test login and round it off with a few tests on the devise generated user model [...]

Watch this screencast

RailsCasts #179 Seed Data

Railscasts - 2009-09-14 - free

Rails 2.3.4 includes a conventional way to add seed data to your application - no more including it in the migration files.

Watch this screencast

RailsCasts #107 Migrations in Rails 2.1

Railscasts - 2008-05-16 - free

Migrations now have a timestamp as their version number in Rails 2.1. In this episode I will explain this change as well as show you some other cool additions.

Watch this screencast

RailsCasts #83 Migrations in Rails 2.0

Railscasts - 2007-12-09 - free

Migrations are now sexy in Rails 2.0! In this episode we will take a look at these improvements and the related rake tasks.

Watch this screencast
Find more screencasts on the homepage