Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

Latest Free Screencasts (page 35)

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 screencast

RailsCasts #9 Filtering Sensitive Logs

Railscasts - 2007-03-23 - free

Are you accepting sensitive user data? Passwords, credit card numbers, etc. By default, Rails stores all submitted parameters in plain text in the logs. This episode will show you how to filter this sensitive input so it doesn't show up in the log file.

Watch this screencast

RailsCasts #8 Layouts and content_for

Railscasts - 2007-03-21 - free

If you want to change something in the layout on a per-template basis, content_for is your answer! This allows templates to specify view code that can be placed anywhere in a layout.

Watch this screencast

RailsCasts #7 All About Layouts

Railscasts - 2007-03-19 - free

Everything you wanted to know about layouts: global layouts, controller layouts, shared layouts, dynamic layouts and action layouts. Yes, there really are that many ways to specify a layout.

Watch this screencast

RailsCasts #6 Shortcut Blocks with Symbol to_proc

Railscasts - 2007-03-16 - free

It may have a goofy syntax, but the Symbol#to_proc feature Rails adds allows you to do simple blocks very quickly and easily.

Watch this screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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

RailsCasts #1 Caching with Instance Variables

Railscasts - 2007-03-04 - free

Learn a quick way to improve performance. Just store the end result of an expensive command in an instance variable!

Watch this screencast