Latest Screencasts (page 29)
RailsCasts #119 Session Based Model
Railscasts - 2008-07-21 - free
If you have a lot of logic associated with the data inside a session, you'll need some central location to put this logic. See how to create a session based model in this episode.
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 #117 Semi-Static Pages
Railscasts - 2008-07-07 - free
Static pages can sometimes be a little awkward to add to a Rails app. See a couple different solutions to this problem in this episode.
Watch this screencastPhusion Passenger
Peepcode - 2008-07-04 - paid
Technical editing by the creators of Phusion Passenger™. Phusion Passenger™ dropped onto the scene in early 2008 and immediately caused quite a stir. Many developers have hoped for a way to run Rails applications natively inside Apache, and now it’s possible! Passenger™ makes development easier and is the best way...
Watch this screencastRailsCasts #116 Selenium
Railscasts - 2008-06-30 - free
Selenium is a great way to test your app automatically through a browser. See how it works in this episode.
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 #114 Endless Page
Railscasts - 2008-06-16 - free
Ever wondered how some sites seem to have endless scrolling page with no pagination? Find out how easy it is to do this in Rails in this episode.
Watch this screencastRails 2 PDF
Peepcode - 2008-06-12 - paid
Rails 3 is almost here! Check out our Rails 3 Upgrade Handbook for a painless transition to the new framework. by Ryan Daigle, yFactorial For over a year, Ryan Daigle has kept you informed on the latest updates to the Rails trunk. In this new 80-page PDF, Ryan discusses over...
Watch this screencastRSpec Controllers and Tools
Peepcode - 2008-06-11 - paid
Part III of the popular RSpec series! (Part I and II are also available). This 69 minute screencasts shows how to write behavior examples for Rails Controllers, Views, and Helpers. It finishes the application started at the beginning of this series. It also talks about shared behaviors, writing specs for...
Watch this screencastRailsCasts #113 Contributing to Rails with Git
Railscasts - 2008-06-09 - free
If you want Rails to behave a certain way, try changing it and submitting a patch. This episode will show how to do exactly this using Git.
Watch this screencast