Help out: share this site!

Latest Screencasts

Multistep Forms

Railscasts - 2010-06-07 - free

See how to create a multistep (wizard) form from scratch in this episode. Watch this screencast


Advanced Queries in Rails 3

Railscasts - 2010-05-24 - free

Learn some advanced techniques regarding named scopes and get an introduction to Arel in this episode. Watch this screencast


Refactoring & Dynamic Delegator

Railscasts - 2010-05-03 - free

Learn how to refactor a set of conditional Active Record queries using a Dynamic Delegator. Watch this screencast


ActiveRelation: ActiveRecord Gets a Facelift

Railsdispatch - 2010-04-28 - free

ActiveRecord 3.0’s big new feature is a brand new finder API that is backed by ActiveRelation, or Arel for short. Arel is a Ruby implementation of relational algebra. This week’s screencast will be a hands-on demonstration of the new ActiveRecord finder API and an article that will cover the topic... Watch this screencast


Validations in Rails 3

Railscasts - 2010-04-26 - free

Rails 3 offers several new additions to validations. Here learn how to make a custom error_messages partial, reflect on validations, and clean up complex validations in a model. Watch this screencast


Active Record Queries in Rails 3

Railscasts - 2010-02-22 - free

Rails 3 introduces a new query interface for performing finds in Active Record. See how it works along with the changes in named scopes. Watch this screencast


Nested Model Form Part 1

Railscasts - 2010-01-11 - free

Handling multiple models in a single form is much easier with the accepts_nested_attributes_for method. See how to use this method to handle nested model fields. Watch this screencast


Tableless Model

Railscasts - 2009-12-21 - free

If you want to create a model without a database backend, you simply need to define a couple methods in the model like I show in this episode. Watch this screencast


Embedded Association

Railscasts - 2009-11-23 - free

Learn how to set up a one-to-many or many-to-many association which is entirely embedded into a single column through a string or bitmask. Watch this screencast


Include vs Joins

Railscasts - 2009-09-28 - free

The :include and :joins options for the find method can be a little confusing because they are so similar. In this episode I show specifically when to use which option. Watch this screencast