Latest Screencasts (page 6)
RailsCasts #15 Fun with Find Conditions
Railscasts - 2007-04-06 - free
You can pass more than simple strings to find conditions. Arrays, ranges, and nil values can be passed as well. In this episode you will see the tricks involved with passing these odd objects to find conditions. (Update: audio fixed).
Watch this screencastRailsCasts #14 Performing Calculations on Models
Railscasts - 2007-04-04 - free
Did you know ActiveRecord provides class methods for performing calculations on models? You can even use these methods through associations.
Watch this screencastRailsCasts #5 Using with_scope
Railscasts - 2007-03-14 - free
Learn how to use with_scope - a very powerful method which will allow your custom find methods to accept any find options. Just like magic!
Watch this screencastRailsCasts #4 Move Find into Model
Railscasts - 2007-03-12 - free
Move a find into the model to clean up the controllers and remove duplication. Also see how you can call these custom find methods through an association.
Watch this screencastRailsCasts #3 Find Through Association
Railscasts - 2007-03-08 - free
No need to pass foreign keys in find conditions, just do the find through a has_many association.
Watch this screencastRailsCasts #2 Dynamic find_by Methods
Railscasts - 2007-03-06 - free
Shorten simple finds considerably and improve readability by using the dynamic find_all_by and find_by methods.
Watch this screencast