aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow explicit placement of hidden id element for nested models.Will Read2009-11-151-2/+11
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-2/+2
* Allow fields_for on a nested_attributes association to accept an explicit col...Andrew France2009-09-121-7/+19
* Fixed to_label_tag to accept id attribute without changing for attribute [#26...Matt Duncan2009-08-091-0/+1
* Clean up initializer and some of the internals of PartialRendererYehuda Katz2009-08-091-0/+4
* Allow radio buttons to work with booleans.José Valim2009-08-081-2/+2
* Improve a path in _render_partialYehuda Katz2009-08-061-0/+4
* Rename ActiveRecordHelper to ActiveModelHelperYehuda Katz2009-07-201-2/+0
* Finish convert_to_object updatesYehuda Katz2009-07-201-1/+3
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-201-0/+2
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-4/+9
* Move default_form_builder to ActionView so it'll work in environments not usi...Yehuda Katz2009-07-191-3/+15
* My suggestion to fix ticket 2401 [#2401 state:resolved]Jarl Friis2009-07-021-4/+6
* Made label target radio button tags with values. Radio button now respects in...David Stevenson2009-06-091-7/+19
* Add explicit requirement in a few cases it was missing.Yehuda Katz2009-06-021-0/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-4/+5
* Merge docrailsPratik Naik2009-03-241-14/+21
* Pass a custom form builder on to nested fields_for calls. [#2023 status:commi...Eloy Duran2009-02-271-49/+83
* Merge with docrailsPratik Naik2009-02-241-2/+4
* Changed API of NestedAttributes to take an array, or hash with index keys, of...Lance Ivy2009-02-131-8/+18
* Move checkbox hidden field before the actual checkbox so the actual value doe...Joshua Peek2009-02-101-1/+3
* Allowing an object to be passed explicitly to a fields_for with nested_attrib...Pascal Ehlert2009-02-061-1/+2
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-9/+187
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-3/+7
* Merge docrailsPratik Naik2008-10-051-4/+4
* error_message_on takes an options hash instead of ordered parameters [#704 st...Clemens Kofler2008-07-271-2/+2
* Fixed index and auto index for nested fields_for [#327 state:resolved]Kevin Glowacz2008-07-191-7/+23
* Removed unused option from FormHelper#fields_for [#641 state:resolved]Clemens Kofler2008-07-191-4/+0
* Merge with docrails.Pratik Naik2008-07-161-3/+32
* Tighten the rescue clause when dealing with invalid instance variable names i...Michael Koziarski2008-07-031-1/+5
* Remove unused local_binding option to InstanceTag's ConstructorMichael Koziarski2008-07-031-10/+10
* Don't pass block binding to concatJeremy Kemper2008-06-021-2/+2
* Merge docrails.Pratik Naik2008-05-251-38/+57
* Improve check_box_checked? to use include? for Array values. [#193 state:reso...Erkki Eilonen2008-05-211-0/+2
* Merge documentation changes from docrails.Pratik Naik2008-05-161-28/+56
* Fixed form helper's name attribute for question methodsAndrew Vit2008-05-061-5/+9
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+1
* Fixed that TextHelper#text_field would corrypt when raw HTML was used as the ...David Heinemeier Hansson2008-05-011-0/+1
* Fixed labels that have a bracketed name and an index [#68 state:resolved]Kevin Glowacz2008-04-301-0/+1
* FormHelper#label_tag accepts :for option [encoded] [#38 state:resolved]Joshua Peek2008-04-301-8/+10
* Improve documentation.Pratik Naik2008-03-261-8/+10
* Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ...David Heinemeier Hansson2008-03-241-2/+2
* Remove unused to_date_tag. Closes #11237 [danger]Jeremy Kemper2008-03-131-10/+0
* Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]Rick Olson2008-02-071-1/+1
* Introduce the :index option for form_for and fields_for to simplify multi-mod...Jeremy Kemper2008-02-021-6/+15
* Make render :partial recognise form builders and use the _form partial. Clos...Michael Koziarski2008-01-161-0/+15
* Replace labelled_form_for example with one that will actually work. Referenc...Michael Koziarski2008-01-081-2/+3
* Deal with nested fields_for too [DHH]David Heinemeier Hansson2007-12-021-2/+14
* Added the same record identification guessing rules to fields_for as form_for...David Heinemeier Hansson2007-12-021-4/+28
* Grammatical and whitespace fixes for form helper docs. Closes #10062 [chuyeow]Michael Koziarski2007-11-061-43/+42