Latest Screencasts (page 2)
RailsCasts #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 screencastMastering 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 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 screencastRailsCasts #178 7 Security Tips
Railscasts - 2009-09-07 - free
Security is important! Here I show seven different security flaws which are common to Rails applications ranging from mass assignment to CSRF protection.
Watch this screencastRailsCasts #167 More on Virtual Attributes
Railscasts - 2009-06-22 - free
Use a virtual attribute to implement a simple tagging feature. In this episode I show you how to assign virtual attributes through a callback instead of a setter method.
Watch this screencastRailsCasts #165 Edit Multiple
Railscasts - 2009-06-08 - free
Use checkboxes to select multiple records and edit them all in one form as shown in this episode. With virtual attributes you can even edit values relatively!
Watch this screencastRailsCasts #111 Advanced Search Form
Railscasts - 2008-05-26 - free
If you need to create an advanced search with a lot of fields, it may not be ideal to use a GET request as I showed in episode 37. In this episode I will show you how to handle this by creating a Search resource.
Watch this screencast