Latest Free Screencasts
RailsCasts #246 AJAX History State
Railscasts - 2010-12-27 - free
The new pushState function in JavaScript allows us to change the full URL with AJAX. This means the back button, reloading, and bookmark support can be easily added.
Watch this screencastRailsCasts #177 Model Versioning
Railscasts - 2009-08-31 - free
If you need to keep track of a model's history of changes and switch between versions, consider using the vestal_versions gem like I show in this episode.
Watch this screencastRailsCasts #175 AJAX History and Bookmarks
Railscasts - 2009-08-17 - free
Browser page history and bookmarks do not usually work with AJAX requests, but in this episode I show you how to remedy this problem using a simple jQuery plugin.
Watch this screencast
Find more screencasts on the
homepage