Self-Referential Association
Category: Web Development > Ruby On Rails      Posted: 18 Jun 09

Creating a social networking site often requires a self-referential association on the User model to define friends/followers. In this episode I show how to do exactly that

Polymorphic Association
Category: Web Development > Ruby On Rails      Posted: 05 Apr 09

Polymorphic associations can be perplexing. In this episode I show you how to set it up in Active Record and then move to the controller and view layer.