Latest Screencasts
RailsCasts #269 Template Inheritance
Railscasts - 2011-06-06 - free
In Rails 3.1 the controller inheritance also applies to the view layer. Here I show how to add an application template which is shared by all views, and a lookup path for overriding templates based on the subdomain.
Watch this screencastRailsCasts #148 App Templates in Rails 2.3
Railscasts - 2009-02-09 - free
In Rails 2.3 you can provide a template when generating a new Rails application. See how in this episode.
Watch this screencastRailsCasts #125 Dynamic Layouts
Railscasts - 2008-09-01 - free
Discover how to dynamically change the layout using content in the database. Check out this episode for details.
Watch this screencastRailsCasts #118 Liquid
Railscasts - 2008-07-14 - free
Liquid is a safe way to provide a powerful template language to the site's users. See how in this episode.
Watch this screencastRailsCasts #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