aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make form helpers work with <%= wycats2010-03-091-70/+74
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-10/+3
* Fix nested attributes with specified collection.José Valim2010-02-071-0/+22
* Configuration values should be on AV::Base.José Valim2010-02-021-3/+3
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* form_for should pass :remote to form_tag through html_optionsStephen St. Martin2010-01-311-0/+19
* Move form_remote_tag and remote_form_for into prototype_legacy_helperJoshua Peek2010-01-301-29/+0
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-4/+4
* Removed all helpers from PrototypeHelper that are implemented in AjaxHelper. ...Erik St. Martin2010-01-271-4/+4
* Allow f.submit to be localized per object.José Valim2010-01-151-1/+19
* Custom 'type' attribute support for text_field. [#3646 status:resolved]Stephen Celis2010-01-141-0/+5
* Make check boxes accept :multiple as option so they can handle collections (s...José Valim2010-01-141-0/+13
* Call :to_model before working with the object.José Valim2010-01-141-2/+2
* Add possibility to use i18n translatios in submit FormHelper.Carlos Antonio da Silva2010-01-141-3/+60
* Use helpers.label instead of views.labels.José Valim2010-01-071-2/+2
* I18n label helper [#745 status:resolved]Carsten Gehling2010-01-021-0/+40
* Allow explicit placement of hidden id element for nested models.Will Read2009-11-151-11/+55
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Moved shared form helper models into fake_modelsJoshua Peek2009-10-031-99/+1
* Allow fields_for on a nested_attributes association to accept an explicit col...Andrew France2009-09-121-0/+36
* Fixed to_label_tag to accept id attribute without changing for attribute [#26...Matt Duncan2009-08-091-0/+16
* Allow radio buttons to work with booleans.José Valim2009-08-081-0/+10
* AMo conversion helperJoshua Peek2009-07-211-5/+10
* Finish convert_to_object updatesYehuda Katz2009-07-201-0/+6
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-201-5/+5
* Move default_form_builder to ActionView so it'll work in environments not usi...Yehuda Katz2009-07-191-3/+3
* My suggestion to fix ticket 2401 [#2401 state:resolved]Jarl Friis2009-07-021-0/+92
* Fixes a number of tests that inexplicably didn't fail when we committed the o...Yehuda Katz + Carl Lerche2009-07-021-5/+5
* Use errors[field] instead of errors.on(field)Jeremy Kemper2009-06-171-2/+2
* Made label target radio button tags with values. Radio button now respects in...David Stevenson2009-06-091-0/+19
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-43/+242
|\
| * Pass a custom form builder on to nested fields_for calls. [#2023 status:commi...Eloy Duran2009-02-271-0/+41
| * Changed API of NestedAttributes to take an array, or hash with index keys, of...Lance Ivy2009-02-131-8/+30
| * Move checkbox hidden field before the actual checkbox so the actual value doe...Joshua Peek2009-02-101-38/+34
| * Allowing an object to be passed explicitly to a fields_for with nested_attrib...Pascal Ehlert2009-02-061-0/+9
| * Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-5/+136
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
|/
* Fix duplicate test name [#1058 state:resolved] [Dave Rothlisberger, Pratik Naik]Pratik Naik2008-12-201-1/+1
* Fixed index and auto index for nested fields_for [#327 state:resolved]Kevin Glowacz2008-07-191-3/+113
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-151/+100
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-130/+130
* Improve check_box_checked? to use include? for Array values. [#193 state:reso...Erkki Eilonen2008-05-211-0/+11
* Fixed form helper's name attribute for question methodsAndrew Vit2008-05-061-0/+9
* Fixed that TextHelper#text_field would corrypt when raw HTML was used as the ...David Heinemeier Hansson2008-05-011-0/+16
* Fixed labels that have a bracketed name and an index [#68 state:resolved]Kevin Glowacz2008-04-301-0/+12
* FormHelper#label_tag accepts :for option [encoded] [#38 state:resolved]Joshua Peek2008-04-301-54/+62
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-9/+2
* Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ...David Heinemeier Hansson2008-03-241-0/+3
* Introduce the :index option for form_for and fields_for to simplify multi-mod...Jeremy Kemper2008-02-021-2/+76
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1