Latest Free Screencasts
RailsCasts #302 In-Place Editing
Railscasts - 2011-11-28 - free
Edit an attribute in-place without leaving a page using the Best In Place gem. Learn how to add validations and support for various field types.
Watch this screencastRailsCasts #296 Mercury Editor
Railscasts - 2011-11-07 - free
Mercury allows you to edit a section of HTML directly in the web browser through a WISYIWYG editor. Here I show how to integrate Mercury into a Rails app and save the changes back to the database.
Watch this screencastRailsCasts #267 CoffeeScript Basics
Railscasts - 2011-05-23 - free
CoffeeScript allows you to write JavaScript in a concise, elegant fashion. Here I convert JavaScript code to CoffeeScript in a Rails 3.1 app.
Watch this screencastRailsCasts #263 Client Side Validations
Railscasts - 2011-04-25 - free
Showing validation errors inline as the user is filling out the form can lead to a better use experience. Learn how to do this using the Client Side Validations gem.
Watch this screencastRailsCasts #261 Testing JavaScript with Jasmine
Railscasts - 2011-04-11 - free
Are you testing your JavaScript? Learn how to add specs using Jasmine. This episode also covers jQuery integration with jasmine-jquery.
Watch this screencastRailsCasts #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 #223 Charts
Railscasts - 2010-07-19 - free
There are a number of libraries to help create graphs. Here I show how to integrate Highcharts into a Rails app.
Watch this screencastRailsCasts #205 Unobtrusive Javascript
Railscasts - 2010-03-15 - free
Keep JavaScript out of your HTML content with unobtrusive JavaScript. Here I show how Rails 3 works with this best practice.
Watch this screencastRailsCasts #182 Cropping Images
Railscasts - 2009-10-05 - free
Present a slick user interface for cropping image attachments using Jcrop and Paperclip.
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