RailsCasts Pro episodes are now free!

Learn more or hide this

Applied Filters: forms xFree Episodes x
Optimistic Locking
Episode #59Jul 18, 200735 comments

Optimistic Locking

When two people attempt to update the same record near the same time, one of the updates will likely be overwritten. You can solve this problem with optimistic locking. (7 minutes)
Update through Checkboxes
Episode #52Jul 02, 200744 comments

Update through Checkboxes

See how to select multiple items using checkboxes and perform an action on the selected items in this episode. (10 minutes)