Help out: share this site!

Latest Screencasts (page 2)

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 screencast


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 screencast


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 screencast


Page, Action, and Fragment Caching

Peepcode - 2007-10-07 - paid

Sometimes your web application can be slow. Or you have a surge of traffic. Or you want to run your site on slow hardware or a shared host. For those times you need caching. Ruby on Rails comes with page, action, and fragment caching built-in. You can use these techniques... Watch this screencast


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


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


Episode 012: Deployment

Sdruby - 2006-11-06 - free

Dominic Damian talks about the different options available to you when deploying a Rails application. He covers areas such as servers, caching, database, and hosting. Watch this screencast