Showing 3 videos tagged with form

Railscast - Episode 17: HABTM Checkboxes

00:06:54 railscasts.com
It is often asked: how do I create a list of checkboxes for managing a HABTM association? Ask no more because this episode will show you how to do exactly that.

Railscast - Episode 38: Multibutton Form

00:04:26 railscasts.com
If you have a form with multiple buttons, you can detect which button was clicked by checking the passed parameters. Learn how in this episode.
Tags:

Railscast - Episode 52: Update through Checkboxes

00:10:02 railscasts.com
See how to select multiple items using checkboxes and perform an action on the selected items in this episode.