aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | examples for telephone_field, url_field and email_fieldRay Baxter2011-07-171-0/+12
* | document options to search_fieldRay Baxter2011-07-171-1/+22
* | use correct in descriptionRay Baxter2011-07-171-1/+1
|/
* Don't require ActionView::Context as it's autoloadedAndrew White2011-07-011-1/+0
* Add missing requires for ActionView::Context and Module#instance_method_namesAndrew White2011-07-011-0/+2
* Revert "Add method fields_for_with_index to FormHelper"José Valim2011-07-011-18/+6
* Fixed ActionView::FormOptionsHelper#select with :multiple => falseBogdan Gusiev2011-06-301-1/+1
* Test for extractable_options? within nested fields_for.Sam Pohlenz2011-06-201-1/+1
* Typo.R.T. Lechow2011-06-161-2/+2
* form => form_forVijay Dev2011-06-151-1/+1
* Clarify importance of *_attributes= writer methods for nested fieldsChristine Yen2011-06-151-8/+12
* The example in the API docs incorrectly indicated that form_for would use the...Mark Roghelia2011-05-311-2/+2
* Edited actionpack/lib/action_view/helpers/form_helper.rb via GitHubJosé Valim2011-05-221-0/+1
* Add method fields_for_with_index to FormHelperJorge Bejar2011-05-211-0/+19
* Use record_name to make fields for methods more consistentCarlos Antonio da Silva2011-05-141-6/+6
* Refactor fields_for to make the api more clear, and fix usage with non nested...Carlos Antonio da Silva2011-05-141-26/+19
* Cleanup instantiate builder method definitionCarlos Antonio da Silva2011-05-141-5/+2
* Remove dependency from _template.José Valim2011-05-011-1/+1
* Start abstracting the renderer.José Valim2011-05-011-0/+5
* Allow a label with the value option to have value-specific translations.Jason Garber2011-04-271-1/+2
* attribute should be attributesJosé Valim2011-04-141-1/+1
* Edited actionpack/lib/action_view/helpers/form_helper.rb via GitHubJosé Valim2011-04-141-2/+3
* Allow FormHelper#form_for to specify the :method as a direct option instead o...David Heinemeier Hansson2011-03-261-2/+13
* fix typosAkira Matsuda2011-03-071-2/+2
* Allow model to be inherited from Hash [#6487 state:resolved]Alexander Uvarov2011-03-061-3/+4
* Add an option to FormBuilder to omit hidden field with idAlexander Uvarov2011-03-041-2/+22
* fields_for with inline blocks and nested attributes already persisted does no...Santiago Pastorino2011-02-081-10/+7
* put authenticity_token option in parity w/ remoteDan Pickett2011-02-061-4/+5
* Added tests for form_for and an authenticity_token option. Added docs for for...Timothy N. Tsvetkov2011-02-051-0/+18
* removing generation of id in submit helperFranco Brusatti2011-02-031-1/+1