Sign in through GitHub
Engage with Devise
Episode #233Sep 27, 201022 comments

Engage with Devise

Janrain Engage (aka RPX) makes it easy to support many authentication solutions through their one service. (6 minutes)
Routing Walkthrough Part 2
Episode #232Sep 19, 201014 comments

Routing Walkthrough Part 2

In this episode we continue our look into the Rails 3 router by exploring the Mapper class. (13 minutes)
Routing Walkthrough Part 1
Episode #231Sep 13, 201044 comments

Routing Walkthrough Part 1

How does routing work internally in Rails 3? In this episode I'll walk you through the Rails code that makes routing possible. (13 minutes)
Inherited Resources
Episode #230Sep 06, 201024 comments

Inherited Resources

Inherited Resource simplifies RESTful controllers by providing default actions which can be customized through inheritance. (9 minutes)
Polling for Changes
Episode #229Aug 30, 201027 comments

Polling for Changes

If you have frequently changing data on the server side, it's helpful to automatically display this to the user as well. Here I show how to accomplish this with polling in jQuery. (16 minutes)
Sortable Table Columns
Episode #228Aug 23, 201059 comments

Sortable Table Columns

Here I walk you through adding the ability to sort table columns in ascending or descending order by clicking the header. (10 minutes)
Upgrading to Rails 3 Part 3
Episode #227Aug 16, 201011 comments

Upgrading to Rails 3 Part 3

Here we finish up this upgrade series by removing all deprecation warnings and fixing some problems in the view. (9 minutes)
Upgrading to Rails 3 Part 2
Episode #226Aug 09, 201026 comments

Upgrading to Rails 3 Part 2

Here we continue upgrading an application to Rails 3 by getting our specs up and running and going through the rails_upgrade plugin. (12 minutes)
Upgrading to Rails 3 Part 1
Episode #225Aug 02, 201036 comments

Upgrading to Rails 3 Part 1

In the first part of this series on upgrading a Rails 2 application to Rails 3, we'll start off by setting up Rails 3.0 Release Candidate in a clean environment. The rails_upgrade plugin will then help us determine what needs upgrading. (11 minutes)
Controllers in Rails 3
Episode #224Jul 26, 201017 comments

Controllers in Rails 3

Embedded flash notices, permanent cookies, and the details of respond_with are in this episode. (10 minutes)