aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* More Ruby 1.9 hash syntax.Rafael Mendonça França2012-10-061-52/+47
* We don't need to check blank? here.Rafael Mendonça França2012-10-061-1/+1
* copy edits 137e5d9Xavier Noria2012-09-181-1/+1
* Add extra documentation for password_fieldArek W2012-09-181-1/+1
* Add ActionView::ModelNamingPiotr Sarnacki2012-08-281-3/+3
* Fix documentation mistakesJanko Marohnić2012-08-211-3/+3
* check for nil or empty record in form_forschneems2012-08-101-0/+1
* Allow data attributes to be set as a first-level option for form_for, so you ...David Heinemeier Hansson2012-08-081-0/+19
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Remove ActiveModel dependency from ActionPackGuillermo Iguaran2012-06-301-13/+8
* fixes a few mistakes in api docs [ci skip]Vijay Dev2012-06-221-1/+1
* Add rdoc to phone_field Gaurish Sharma2012-06-161-0/+1
* accept a block in button helper.Yuki Nishijima2012-06-051-2/+13
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-231-1/+1
|\
| * Revert "Remove blank trailing comments"Vijay Dev2012-05-231-0/+11
| * Fix incorrect example for fields_for - without the '=' it will not output any...David Morton2012-05-221-1/+1
| * Remove blank trailing commentsHenrik Hodne2012-05-201-11/+0
* | Add several HTML5 input helpersCarlos Galdino2012-05-211-0/+68
* | Add HTML5 input[type="color"] helperCarlos Galdino2012-05-211-0/+9
|/
* Add HTML5 input[type="time"] helperAlex Soulim2012-05-181-0/+17
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-5/+0
* Move require to where it's neededSantiago Pastorino2012-05-111-0/+1
* Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-1/+7
* Missed checked in Form Helper exampleAlexey Vakhov2012-04-241-1/+1
* Fix example in ActionView::Helpers::FormHelperThibaut Courouble2012-04-201-1/+1
* Add index method to FormBuilder. Useful when you use field_for and need to kn...Jorge Bejar2012-04-111-5/+22
* Properly deprecate the block argument in AV FormBuilderCarlos Antonio da Silva2012-03-231-3/+9
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-131-66/+138
|\
| * Revised explanation of fields_for usage.Mark Thomson2012-03-111-10/+39
| * Added clarification to description of how initial form values are derived.Mark Thomson2012-03-101-1/+2
| * Revised explanation of form_for usageMark Thomson2012-03-101-53/+84
| * Additional preamble comments in form_helper.rb.Mark Thomson2012-03-081-7/+18
| * Small correction to the description of the role of the form builder.Mark Thomson2012-03-081-1/+1
* | Fix unintended removal of 'cols' from a text_area example.Philip Arndt2012-03-121-1/+1
* | Fixes #5324 by removing default size options from input:text and default cols...Philip Arndt2012-03-101-15/+15
|/
* simplify namespace assignment in fields_forSergey Nartimov2012-03-021-1/+1
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-1/+1
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-181-5/+5
|\
| * Update f.button docs to reflect real label implementationCarlos Antonio da Silva2012-02-141-5/+5
* | Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-121-0/+18
|/
* Refactor FormBuilder arguments and default configCarlos Antonio da Silva2012-01-181-10/+7
* Use block syntax to avoid code duplicationRafael Mendonça França2012-01-171-3/+3
* Do not need of ActionView::Helpers scope since we are insideRafael Mendonça França2012-01-171-14/+14
* Remove unused codeRafael Mendonça França2012-01-171-39/+0
* CleanupRafael Mendonça França2012-01-171-72/+1
* Remove unused codeRafael Mendonça França2012-01-171-31/+0
* Extract RangeFieldRafael Mendonça França2012-01-171-11/+1