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

Latest Free 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 #261 Testing JavaScript with Jasmine

Railscasts - 2011-04-11 - free

Are you testing your JavaScript? Learn how to add specs using Jasmine. This episode also covers jQuery integration with jasmine-jquery.

Watch this screencast

RailsCasts #257 Request Specs and Capybara

Railscasts - 2011-03-14 - free

Request specs in RSpec are a great way to ensure the entire application stack is working properly. Here I also show how to use capybara with integrated JavaScript testing using Selenium.

Watch this screencast

RailsCasts #214 A/B Testing with A/Bingo

Railscasts - 2010-05-17 - free

A/B Testing (or Split Testing) is a way to experiment with variations in an application to see the most effective option.

Watch this screencast

RailsCasts #187 Testing Exceptions

Railscasts - 2009-11-09 - free

Sometimes bad code slips into production and triggers a 500 error. Learn how to be notified of this and resolve it through integration tests.

Watch this screencast

RailsCasts #186 Pickle with Cucumber

Railscasts - 2009-11-02 - free

Pickle adds many convenient Cucumber steps for generating models. Also learn about table diffs in this episode.

Watch this screencast

RailsCasts #166 Metric Fu

Railscasts - 2009-06-15 - free

Metric Fu is a compilation of several tools to help find areas of code that could be improved. In this episode I show you how to setup this tool on the railscasts.com source code.

Watch this screencast

RailsCasts #159 More on Cucumber

Railscasts - 2009-04-27 - free

There is a lot more to Cucumber than I showed in an earlier episode. See how to refactor complex scenarios in this episode.

Watch this screencast

RailsCasts #158 Factories not Fixtures

Railscasts - 2009-04-20 - free

Fixtures are external dependencies which can make tests brittle and difficult to read. In this episode I show a better alternative using factories to generate the needed records.

Watch this screencast

RailsCasts #157 RSpec Matchers & Macros

Railscasts - 2009-04-13 - free

You can improve the readability and remove duplication in RSpec by adding matchers and macros. Learn how in this episode.

Watch this screencast