Latest Screencasts
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 screencast
Routing in Rails 3
Railscasts - 2010-03-01 - free
Rails 3 sports a new routing interface. In this episode I show how to translate the old interface into the new one and show off a few new features. Watch this screencast
Active Record Queries in Rails 3
Railscasts - 2010-02-22 - free
Rails 3 introduces a new query interface for performing finds in Active Record. See how it works along with the changes in named scopes. Watch this screencast
Bundler
Railscasts - 2010-02-15 - free
Bundler is the way to manage gem dependencies in Rails 3.0. Learn how to install gems and lock them down in this episode. Watch this screencast
Rails 3 Beta and RVM
Railscasts - 2010-02-08 - free
Get started with Rails 3.0 Beta and install Ruby 1.9.1 using RVM: Ruby Version Manager. Stay tuned to the end for a challenge on giving back to open source. Watch this screencast
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 screencast
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 screencast
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 screencast
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 screencast
My Favorite Web Apps in 2009
Railscasts - 2010-01-04 - free
Here I show several of my favorite web applications which I found most helpful as a Ruby developer over the past year. Watch this screencast


