Latest Screencasts (page 2)
RailsCasts #212 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 screencastActiveRelation: 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 screencastRailsCasts #211 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 screencastRailsCasts #202 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 screencastRailsCasts #196 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 screencastRailsCasts #193 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 screencastRailsCasts #189 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 screencastRailsCasts #181 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 screencastRailsCasts #179 Seed Data
Railscasts - 2009-09-14 - free
Rails 2.3.4 includes a conventional way to add seed data to your application - no more including it in the migration files.
Watch this screencastRailsCasts #178 7 Security Tips
Railscasts - 2009-09-07 - free
Security is important! Here I show seven different security flaws which are common to Rails applications ranging from mass assignment to CSRF protection.
Watch this screencast