Latest Screencasts (page 4)
RailsCasts #101 Refactoring Out Helper Object
Railscasts - 2008-04-14 - free
If you have complex view logic, this can easily lead to helper methods which call each other. See how to refactor this out into another object in this episode. This is also known as the presenter pattern.
Watch this screencastRailsCasts #100 5 View Tips
Railscasts - 2008-04-07 - free
Here's five quick tips to use in views. Be sure to catch the end of the episode where I reveal an exciting contest!
Watch this screencastRailsCasts #99 Complex Partials
Railscasts - 2008-03-31 - free
How do you handle partials which have differences depending on the action which is rendering them? Here's three suggestions for this problem.
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 #88 Dynamic Select Menus
Railscasts - 2008-01-13 - free
See how to dynamically change a select menu based on another select menu using Javascript. In this episode everything is kept client side which leads to a more responsive user interface.
Watch this screencastRailsCasts #87 Generating RSS Feeds
Railscasts - 2008-01-06 - free
See how to easily generate and link to an RSS feed using new features in Rails 2.0. Watch this episode or details.
Watch this screencastEpisode 038: Haml and Sass in 15 minutes
Sdruby - 2007-11-20 - free
Patrick Crowley gets you up to speed on using Haml and Sass. Haml is a drop in replacement for ERB that turns your views into beautiful code poetry. Sass does the same for CSS. Bonus content: download the slides from this talk.
Watch this screencastRailsCasts #80 Simplify Views with Rails 2.0
Railscasts - 2007-11-18 - free
Rails 2.0 is almost here. One of the many features in this release is the smarter helper methods which can make your views much cleaner. Learn all about it in this Episode.
Watch this screencastRailsCasts #77 Destroy Without JavaScript
Railscasts - 2007-10-29 - free
If the user has JavaScript disabled, the "Destroy" link might not work properly. In this episode I will explore a number of ways to work around this issue.
Watch this screencastRailsCasts #75 Complex Forms Part 3
Railscasts - 2007-10-15 - free
In this third and final episode on complex forms I will show you how to edit a project and multiple tasks all in one form. This includes removing and adding tasks dynamically as well. See the show notes for updated code.
Watch this screencast