Latest Screencasts
Rails 3- Building a Blog - Part 2: CRUD Show and Create
Teach Me To Code - 2010-06-30 - free
The second part of the tutorial for building a blog with Ruby on Rails version 3. We demonstrate how to set up some basic routes, manage the controller and views, and create a basic form for creating posts. Watch this screencast
Multistep Forms
Railscasts - 2010-06-07 - freeCalendars
Railscasts - 2010-05-10 - free
If dates play an important role in your application, consider adding a date picker or calendar view as shown in this episode. Watch this screencast
Validations in Rails 3
Railscasts - 2010-04-26 - free
Rails 3 offers several new additions to validations. Here learn how to make a custom error_messages partial, reflect on validations, and clean up complex validations in a model. Watch this screencast
Nested Forms With JQuery
Teach Me To Code - 2010-04-06 - free
Ryan Bates demonstrated how to build a form with nested attributes in Ruby on Rails with Prototype. This screencast demonstrates how to refactor that form into usage of jQuery. 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
Mastering Rails Forms
Pragprogs - 2009-12-16 - paid
Forms are crucial to how users interact with your site. You can slap a form on a web page in record time with Rails, but basic forms just get you by. For a better user experience, you'll want to customize your forms and create interplay between your models. Learn how to take your forms to the next level from Ryan Bates, one of the most experienced Rails programmers (and screencasters) in the community. Watch this screencast
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 screencast

