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

Latest Free Screencasts

RailsCasts #259 Decent Exposure

Railscasts - 2011-03-28 - free

The decent_exposure gem makes it convenient to share controller data with the view through methods instead of instance variables.

Watch this screencast

RailsCasts #256 I18n Backends

Railscasts - 2011-03-07 - free

Internationalization is easy to add in Rails, but the YAML files can be difficult to manage. In this episode I show how to use Redis for managing the translations through a web interface.

Watch this screencast

RailsCasts #228 Sortable Table Columns

Railscasts - 2010-08-23 - free

Here I walk you through adding the ability to sort table columns in ascending or descending order by clicking the header.

Watch this screencast

RailsCasts #223 Charts

Railscasts - 2010-07-19 - free

There are a number of libraries to help create graphs. Here I show how to integrate Highcharts into a Rails app.

Watch this screencast

RailsCasts #220 PDFKit

Railscasts - 2010-06-28 - free

Generating PDFs in plain Ruby can be a lot of work. Instead, consider generating PDFs from HTML using PDFKit.

Watch this screencast

RailsCasts #217 Multistep Forms

Railscasts - 2010-06-07 - free

See how to create a multi-step (wizard) form from scratch in this episode.

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 #213 Calendars

Railscasts - 2010-05-10 - free

If dates play an important role in your application, consider adding a date picker or calendar view as shown in this episode.

Watch this screencast

RailsCasts #211 Validations in Rails 3

Railscasts - 2010-04-26 - free

Rails 3 offers several new additions to validations. Here learn how to make a custom error_messages partial, reflect on validations, and clean up complex validations in a model.

Watch this screencast

RailsCasts #208 ERB Blocks in Rails 3

Railscasts - 2010-04-05 - free

Blocks in ERB templates are handled differently in Rails 3.0 Beta 2. Learn all about it in this episode.

Watch this screencast