Sign in through GitHub
CarrierWave File Uploads
Episode #253Feb 14, 201179 comments

CarrierWave File Uploads

CarrierWave makes it easy and clean to add file uploads to your application. It supports a variety of ORMs, frameworks and image processors. (9 minutes)
Metrics Metrics Metrics
Episode #252Feb 07, 201120 comments

Metrics Metrics Metrics

Metric Fu, Metrical, SimpleCov, Rails Best Practices, and more are covered in this episode on metrics. (7 minutes)
MetaWhere & MetaSearch
Episode #251Jan 31, 201142 comments

MetaWhere & MetaSearch

MetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options. (8 minutes)
Authentication from Scratch
Episode #250Jan 24, 201199 comments

Authentication from Scratch

Password authentication is not too complicated to make from scratch, it will also help to get a better understanding of how it works. (15 minutes)
Notifications in Rails 3
Episode #249Jan 17, 201115 comments

Notifications in Rails 3

Rails 3 comes with instrument support through the ActiveSupport::Notifications class. Call "subscribe" to listen to notifications, and "instrument" to send them. (10 minutes)
Offline Apps Part 2
Episode #248Jan 10, 201114 comments

Offline Apps Part 2

Learn how to make a site usable offline with HTML 5 localStorage. This last part of the series covers jquery-tmpl and jquery-offline. (14 minutes)
Offline Apps Part 1
Episode #247Jan 03, 201117 comments

Offline Apps Part 1

Learn how to make a site usable offline through an HTML 5 cache manifest. This first part of the series covers rack-offline and problems you may run into. (10 minutes)
AJAX History State
Episode #246Dec 27, 201027 comments

AJAX History State

The new pushState function in JavaScript allows us to change the full URL with AJAX. This means the back button, reloading, and bookmark support can be easily added. (10 minutes)
New Gem with Bundler
Episode #245Dec 20, 201016 comments

New Gem with Bundler

Creating new gems is easy with the `bundle gem` command. In this episode I will walk you through how this works. (7 minutes)
Gravatar
Episode #244Dec 13, 201021 comments

Gravatar

Gravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode. (5 minutes)