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 screencastEpisode 103: HTML5 Quick Start with Compass-html5-boilerplate
Sdruby - 2011-03-06 - free
Peter Gumeson shows off his compass-html5-boilerplate gem, which uses Compass to make it easier to integrate the HTML5 Boilerplate template into Rails apps.
Watch this screencastSwitching to HAML – Delicious Clone
Teach Me To Code - 2011-02-02 - free
This is a quick demonstration of how to switch your Rails 3 application to HAML from ERB.
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 screencastEpisode 016: MasterView Templates
Sdruby - 2007-01-16 - free
Deb Lewis showcases her project MasterView. MasterView is a template language for Rails.
Watch this screencastEpisode 005: ARTS Plugin
Sdruby - 2006-09-08 - free
Kevin Clark demos his new Rails plugin, ARTS, which allows you to test your RJS templates.
Watch this screencast