Recent Episodes
-
235
OmniAuth Part 1 Other translations:
OmniAuth is an easy way to add many different authentication services to your app. In this episode we start integrating it with Devise.
Tags: authentications plugins
-
234
Simple Form Other translations:
Simple Form is a convenient way to generate forms with many options to customize the generated markup.
-
233
Engage With Devise Other translations:
Janrain Engage (aka RPX) makes it easy to support many authentication solutions through one service.
Tags: authentication plugins
-
232
Routing Walkthrough Part 2 Other translations:
In this episode we continue our look into the Rails 3 router by exploring the Mapper class.
-
231
Routing Walkthrough Other translations:
How does routing work internally in Rails 3? In this episode I'll walk you through the Rails code that makes routing possible.
-
230
Inherited Resources Other translations:
Inherited Resource simplifies RESTful controllers by providing default actions which can be customized through inheritance.
Tags: plugins controllers
-
229
Polling For Changes Other translations:
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.
Tags: ajax
-
228
Sortable Table Columns Other translations:
In this episode we show you how to make a table of items sortable by clicking on links in the header cells.
-
227
Upgrading to Rails 3 Part 3 Other translations:
In this episode we finish up this upgrade series by removing all deprecation warnings and fixing some problems in the view.
-
226
Upgrading to Rails 3 Part 2 Other translations:
Here we continue upgrading an application to Rails 3 by getting our specs up and running and going through the rails_upgrade plugin.
