aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract NumberFieldRafael Mendonça França2012-01-171-1/+1
* Extract EmailFieldRafael Mendonça França2012-01-171-1/+1
* Extract UrlFieldRafael Mendonça França2012-01-171-1/+1
* Extract TelFieldRafael Mendonça França2012-01-171-1/+1
* Extract SearchFieldRafael Mendonça França2012-01-171-14/+1
* Extract RadioButtonRafael Mendonça França2012-01-171-21/+1
* Extract CheckBoxRafael Mendonça França2012-01-171-40/+1
* Extract TextAreaRafael Mendonça França2012-01-171-13/+1
* Extract FileFieldRafael Mendonça França2012-01-171-1/+1
* Extract HiddenFieldRafael Mendonça França2012-01-171-1/+1
* Extract PasswordFieldRafael Mendonça França2012-01-171-1/+1
* Rename classesRafael Mendonça França2012-01-171-2/+2
* Extract TextFieldTagRafael Mendonça França2012-01-171-1/+1
* Extract LabelTagRafael Mendonça França2012-01-171-54/+2
* Do not check if record is an Array twiceRafael Mendonça França2012-01-121-4/+3
* don't set the hidden checkbox value if it's nilDamien Mathieu2012-01-061-1/+1
* check_box helper with :disabled => true generates disabled hidden field. fixe...Tadas Tamošauskas2012-01-051-1/+1
* No need of html_safe hereRafael Mendonça França2012-01-041-1/+1
* fix use of FormBuilder.field_helpersSergey Nartimov2012-01-021-1/+1
* removes the compatibility method Module#instance_method_namesXavier Noria2011-12-251-2/+1
* fix adding field_with_errors to date selects, closes #3487Vasiliy Ermolovich2011-12-201-1/+2
* Add button_tag support to ActionView::Helpers::FormBuilder.Will Farrington2011-12-111-0/+33
* form_for with +:as+ option uses "action_as" as css class and idVasiliy Ermolovich2011-12-041-2/+2
* minor typo fixVijay Dev2011-12-011-1/+1
* add namespace options to form_forVasiliy Ermolovich2011-11-271-2/+9
* fix label with block in erblest2011-11-271-2/+2
* Fix impractical I18n lookup in nested fields_forAlexander Uvarov2011-11-171-1/+9
* Docs cosmetic fixes in Action View form_helper.rbAlexey Vakhov2011-11-061-2/+2
* Remove 'size' attribute from number_field form helper fixes #3454Waseem Ahmad2011-11-041-0/+2
* Rename new method to_path to to_partial_path to avoid conflicts with File#to_...José Valim2011-08-011-4/+4
* Rename class method to_path to _to_path and make it explicit that it is an in...José Valim2011-07-281-2/+2
* Merge pull request #2034 from Casecommons/to_pathJosé Valim2011-07-281-2/+6
|\
| * Let ActiveModel instances define partial paths.Grant Hutchins & Peter Jaros2011-07-251-2/+6
* | Merge pull request #2095 from dgeb/issue-2094Aaron Patterson2011-07-261-1/+1
|\ \ | |/ |/|
| * fixed problem in which options[:html][:remote] would be overridden in form_fo...Dan Gebhardt2011-07-151-1/+1
* | Missed a few instances of British English spelling in the last commitOemuer Oezkir2011-07-241-1/+1
* | Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-2/+2
* | little details seen while doing a pass through what's new in docrailsXavier Noria2011-07-231-6/+6
* | Update form helper documentation to match code.Paul Battley2011-07-191-2/+2
* | minor corrections in form helpers guide and api docsVijay Dev2011-07-201-2/+2