Latest Screencasts (page 2)
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
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 screencast
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 screencast
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 screencast
Auto-Complete Association
Railscasts - 2008-04-21 - free
Usually a select menu is used for setting a belongs_to association, but in this episode I will show you how to use a text field with auto completion. Watch this screencast
AJAX Essential Training
Lynda - 2008-01-22 - paid
In AJAX Essential Training, instructor Dori Smith shows experienced web developers how to utilize AJAX to best create dynamic pages. The course covers selecting the best tools for the job (HTML, CSS, JavaScript, XML), understanding all aspects of HTTP from requests to responses, and creating dynamic forms and maps from... Watch this screencast
Dynamic Select Menus
Railscasts - 2008-01-13 - free
See how to dynamically change a select menu based on another select menu using Javascript. In this episode everything is kept client side which leads to a more responsive user interface. Watch this screencast
Complex Forms Part 3
Railscasts - 2007-10-15 - free
In this third and final episode on complex forms I will show you how to edit a project and multiple tasks all in one form. This includes removing and adding tasks dynamically as well. See the show notes for updated code. Watch this screencast
Complex Forms Part 2
Railscasts - 2007-10-08 - free
See how to use Javascript and RJS to add and remove form fields dynamically. This episode will build upon the previous episode allowing you to create any number of tasks in one form the same time a project is created. Watch this screencast
Complex Forms Part 1
Railscasts - 2007-10-01 - free
Complex forms often lead to complex controllers, but that doesn't have to be the case. In this episode see how you can create multiple models through a single form while keeping the controller clean. Watch this screencast

