Please enable JavaScript.
Coggle requires JavaScript to display documents.
Form Helper (Making Select Box with Ease (select_tag and option_for,…
Form Helper
Model Object Form
form element helper for ensuring this element value related to model's attributes
Binding form to an object
: form_for helper
options
url(hash): controller, action
html(hash): class, method
fields_for : nested model in one form
namespace
form element
Nested Form
Basic Form
form element helper
parameter( id and name, html_options)
catalog
form_tag helper
Generic Search Form
Parameters
: path, http action and html option
Making Select Box with Ease
select_tag and option_for
select with Model Form
collection_select for collection of object
time_zone and country
Date and Time Form
Uploading File
Customizing Form Builder
Parameter Naming Convention
Basic structures
naming with helper