Latest Screencasts (page 2)
RailsCasts #207 Syntax Highlighting
Railscasts - 2010-03-29 - free
Here I talk about three popular choices for syntax highlighting in Rails: CodeRay, Ultraviolet and Pygments.
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 #204 XSS Protection in Rails 3
Railscasts - 2010-03-08 - free
It is easy to be vulnerable to cross site scripting attacks in earlier versions of Rails, but Rails 3 solves this by automatically escaping unsafe input.
Watch this screencastRailsCasts #199 Mobile Devices
Railscasts - 2010-02-01 - free
Change the look and behavior of a Rails app on mobile devices. Also use jQTouch to build a native-looking interface.
Watch this screencastRailsCasts #198 Edit Multiple Individually
Railscasts - 2010-01-25 - free
Use checkboxes to edit multiple records in one form, where each one has an individual set of form fields.
Watch this screencastRailsCasts #197 Nested Model Form Part 2
Railscasts - 2010-01-18 - free
Add and remove nested model fields dynamically through JavaScript using either Prototype or jQuery.
Watch this screencastRailsCasts #196 Nested Model Form Part 1
Railscasts - 2010-01-11 - free
Handling multiple models in a single form is much easier with the accepts_nested_attributes_for method. See how to use this method to handle nested model fields.
Watch this screencastRailsCasts #189 Embedded Association
Railscasts - 2009-11-23 - free
Learn how to set up a one-to-many or many-to-many association which is entirely embedded into a single column through a string or bitmask.
Watch this screencastRailsCasts #185 Formtastic Part 2
Railscasts - 2009-10-26 - free
Learn about some of the more advanced functionality of Formtastic including handling many-to-many associations, required fields, and styling.
Watch this screencastRailsCasts #184 Formtastic Part 1
Railscasts - 2009-10-19 - free
Formtastic is a concise way to generate form views. In this episode (part 1 of 2) I show how to generate both a simple form and a more complex one which is customized with options.
Watch this screencast