Latest 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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #217 Multistep Forms
Railscasts - 2010-06-07 - freeRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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