#93
Feb 17, 2008

Action Caching

Action caching behaves much like page caching except it processes the controller filters. You can also make it conditional as seen in this episode.
Download (19.8 MB, 7:04)
alternative download for iPod & Apple TV (11.2 MB, 7:04)
#115
Jun 23, 2008

Caching in Rails 2.1

Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode.
Download (9.6 MB, 8:47)
alternative download for iPod & Apple TV (9.2 MB, 8:47)
#172
Jul 27, 2009

Touch and Cache

Rails 2.3.3 brings us a new feature called "touch". See how to use this to auto-expire associated caches in this episode.
Download (12.2 MB, 6:38)
alternative download for iPod & Apple TV (8.5 MB, 6:38)
#89
Jan 20, 2008

Page Caching

Page caching is an efficient way to cache stateless content. In this episode I will show you how to cache the dynamic javascript we created last week.
Download (21.9 MB, 6:31)
alternative download for iPod & Apple TV (11.7 MB, 6:31)
#90
Jan 27, 2008

Fragment Caching

Sometimes you only want to cache a section of a page instead of the entire page. Fragment caching is the answer as shown in this episode.
Download (20.5 MB, 6:54)
alternative download for iPod & Apple TV (11.4 MB, 6:54)
#169
Jul 06, 2009

Dynamic Page Caching

Use JavaScript to allow dynamic content in a page cache. In this episode I show you how to insert the user-specific content into a page through JavaScript.
Download (21.7 MB, 11:38)
alternative download for iPod & Apple TV (14.3 MB, 11:38)
#23
Apr 25, 2007

Counter Cache Column

If you need to display the record count for a has_many association, you can improve performance by caching that number in a column.
Download (18.8 MB, 7:18)
alternative download for iPod & Apple TV (10.7 MB, 7:18)
#1
Mar 04, 2007

Caching with Instance Variables

Learn a quick way to improve performance. Just store the end result of an expensive command in an instance variable!
Download (5.4 MB, 2:06)
alternative download for iPod & Apple TV (3.5 MB, 2:06)
#137
Nov 24, 2008

Memoization

Rails 2.2 is out! In this episode I show how to upgrade Rails and then demonstrate one of the new additions: Memoization.
Download (8.7 MB, 5:16)
alternative download for iPod & Apple TV (6.6 MB, 5:16)
#164
Jun 01, 2009

Cron in Ruby

Cron is great for handling recurring tasks, but it is an external dependency with a crazy syntax. In this episode I show you how to use Whenever to create cron jobs with Ruby.
Tags: tools plugins
Download (10.3 MB, 8:13)
alternative download for iPod & Apple TV (8.7 MB, 8:13)

Next Page >

sponsored by:
if you want to help:
required:
Get Quicktime Player
Give Back to Open Source