Latest Screencasts
RailsCasts #248 Offline Apps Part 2
Railscasts - 2011-01-10 - free
Learn how to make a site usable offline with HTML 5 localStorage. This last part of the series covers jquery-tmpl and jquery-offline.
Watch this screencastRailsCasts #247 Offline Apps Part 1
Railscasts - 2011-01-03 - free
Learn how to make a site usable offline through an HTML 5 cache manifest. This first part of the series covers rack-offline and problems you may run into.
Watch this screencastRailsCasts #172 Touch and Cache
Railscasts - 2009-07-27 - free
Rails 2.3.3 brings us a new feature called "touch". See how to use this to auto-expire associated caches in this episode.
Watch this screencastRailsCasts #169 Dynamic Page Caching
Railscasts - 2009-07-06 - free
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.
Watch this screencastRailsCasts #137 Memoization
Railscasts - 2008-11-24 - free
Rails 2.2 is out! In this episode I show how to upgrade Rails and then demonstrate one of the new additions: Memoization.
Watch this screencastRailsCasts #115 Caching in Rails 2.1
Railscasts - 2008-06-23 - free
Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode.
Watch this screencastRailsCasts #93 Action Caching
Railscasts - 2008-02-17 - free
Action caching behaves much like page caching except it processes the controller filters. You can also make it conditional as seen in this episode.
Watch this screencastRailsCasts #90 Fragment Caching
Railscasts - 2008-01-27 - free
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.
Watch this screencastRailsCasts #89 Page Caching
Railscasts - 2008-01-20 - free
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.
Watch this screencastRailsCasts #23 Counter Cache Column
Railscasts - 2007-04-25 - free
If you need to display the record count for a has_many association, you can improve performance by caching that number in a column.
Watch this screencast