Sign in through GitHub
Subdomains
Episode #123Aug 18, 200860 comments

Subdomains

Learn how to unleash the full potential of subdomains with the subdomain-fu Rails plugin in this episode. (18 minutes)
Passenger in Development
Episode #122Aug 11, 200887 comments

Passenger in Development

Tired of juggling multiple Rails apps around with script/server? See how to set up Passenger in development so each one has its own local domain name. (7 minutes)
Non Active Record Model
Episode #121Aug 04, 200824 comments

Non Active Record Model

This episode will show you how to make a model which isn't based on Active Record. You may want to do this if a resource isn't backed by the database. (12 minutes)
Thinking Sphinx
Episode #120Jul 28, 200891 comments

Thinking Sphinx

If you need a full text search engine, Thinking Sphinx is a great solution. See why in this episode. (12 minutes)
Session Based Model
Episode #119Jul 21, 200842 comments

Session Based Model

If you have a lot of logic associated with the data inside a session, you'll need some central location to put this logic. See how to create a session based model in this episode. (13 minutes)
Liquid
Episode #118Jul 14, 200823 comments

Liquid

Liquid is a safe way to provide a powerful template language to the site's users. See how in this episode. (16 minutes)
Semi-Static Pages
Episode #117Jul 07, 200853 comments

Semi-Static Pages

Static pages can sometimes be a little awkward to add to a Rails app. See a couple different solutions to this problem in this episode. (14 minutes)
Selenium
Episode #116Jun 30, 200838 comments

Selenium

Selenium is a great way to test your app automatically through a browser. See how it works in this episode. (9 minutes)
Caching in Rails 2.1
Episode #115Jun 23, 200848 comments

Caching in Rails 2.1

Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode. (8 minutes)
Endless Page
Episode #114Jun 16, 200833 comments

Endless Page

Ever wondered how some sites seem to have endless scrolling page with no pagination? Find out how easy it is to do this in Rails in this episode. (8 minutes)