Latest Screencasts (page 9)
RailsCasts #200 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 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 #195 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 screencastRailsCasts #194 MongoDB and MongoMapper
Railscasts - 2009-12-28 - free
MongoDB is a document based database engine. Learn how to access it through MongoMapper in this episode.
Watch this screencastRailsCasts #193 Tableless Model
Railscasts - 2009-12-21 - free
If you want to create a model without a database backend, you simply need to define a couple methods in the model like I show in this episode.
Watch this screencastRailsCasts #192 Authorization with CanCan
Railscasts - 2009-12-14 - free
CanCan is a simple authorization plugin that offers a lot of flexibility. See how to use it in this episode.
Watch this screencastRailsCasts #191 Mechanize
Railscasts - 2009-12-07 - free
Mechanize extends the power of Nokogiri allowing you to interact with multiple pages on the site: click links, submit forms, etc.
Watch this screencast