Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In example about params naming conventions use params[:person] [ci skip] | Aldo "xoen" Giambelluca | 2012-08-31 | 1 | -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 errors | Almudena Garcia | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | Revert "Select missing formbuilder typo." | Dan Patrick | 2012-07-08 | 1 | -2/+2 |
| | | | | This reverts commit bf97795e7327e15774666d2197f1c0b8ada57a84. | ||||
* | Select missing formbuilder typo. | Dan Patrick | 2012-07-08 | 1 | -2/+2 |
| | |||||
* | Document building complex forms using accepts_nested_attributes_for | Frederick Cheung | 2012-07-08 | 1 | -8/+127 |
| | |||||
* | Show how to add attributes to options | Nathan Long | 2012-06-13 | 1 | -0/+12 |
| | |||||
* | Add several HTML5 input helpers | Carlos Galdino | 2012-05-21 | 1 | -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"] helper | Carlos Galdino | 2012-05-21 | 1 | -2/+4 |
| | |||||
* | Add HTML5 input[type="time"] helper | Alex Soulim | 2012-05-18 | 1 | -3/+5 |
| | |||||
* | Copy edit the documentation | Rafael Mendonça França | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | Changed the changelog and documentation about | Angelo Capilleri | 2012-05-13 | 1 | -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 Musiorski | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+800 |