aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/form_helpers.textile
Commit message (Collapse)AuthorAgeFilesLines
* minor fixes and edits [ci skip]Vijay Dev2012-09-091-1/+1
|
* Fix a typo13342012-09-071-2/+2
|
* In example about params naming conventions use params[:person] [ci skip]Aldo "xoen" Giambelluca2012-08-311-1/+1
| | | | | | The example is about a Person model, say that "params[:model] would usually be a hash of all the attributes for the person to create" could be confusing. I changed to params[:person] since the example is about a Person creation.
* Fix HTML validation errorsAlmudena Garcia2012-08-231-1/+1
|
* Revert "Select missing formbuilder typo."Dan Patrick2012-07-081-2/+2
| | | | This reverts commit bf97795e7327e15774666d2197f1c0b8ada57a84.
* Select missing formbuilder typo.Dan Patrick2012-07-081-2/+2
|
* Document building complex forms using accepts_nested_attributes_forFrederick Cheung2012-07-081-8/+127
|
* Show how to add attributes to optionsNathan Long2012-06-131-0/+12
|
* Add several HTML5 input helpersCarlos Galdino2012-05-211-2/+10
| | | | | | | | | | | | The input types added are: - input[type="month"] - input[type="week"] - input[type="datetime"] - input[type="datetime-local"]
* Add HTML5 input[type="color"] helperCarlos Galdino2012-05-211-2/+4
|
* Add HTML5 input[type="time"] helperAlex Soulim2012-05-181-3/+5
|
* Copy edit the documentationRafael Mendonça França2012-05-131-1/+1
|
* Changed the changelog and documentation aboutAngelo Capilleri2012-05-131-0/+2
| | | | | the select method (tag select) forces :include_blank if is required and no multiple and display size is one
* removed extra "you"Kevin Musiorski2012-04-191-1/+1
|
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+800