aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deal with nested fields_for too [DHH]David Heinemeier Hansson2007-12-021-0/+22
* Added the same record identification guessing rules to fields_for as form_for...David Heinemeier Hansson2007-12-021-0/+17
* Tested FormHelper#label. Closes #9850 [jarkko]Jeremy Kemper2007-10-271-1/+9
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast....Rick Olson2007-10-261-1/+2
* Disabled checkboxes don't submit a form value. Closes #9301.Jeremy Kemper2007-10-231-0/+7
* error_messages_for and friends also work with local variables. Closes #9699.Jeremy Kemper2007-10-071-0/+19
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-3/+3
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+4
* Added FormHelper#label (closes #8641) [jcoglan]David Heinemeier Hansson2007-09-221-0/+15
* * url_for now accepts a series of symbols representing the namespace of the r...Tobias Lütke2007-07-191-0/+29
* Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237...Jeremy Kemper2007-06-131-13/+29
* More nested polymorphic url helper fixes. Closes #6432, references #8601.Jeremy Kemper2007-06-071-23/+10
* Fix incomplete work from [6951] that was hidden by test stubs. Closes #6432.Jeremy Kemper2007-06-061-10/+18
* Resources: url_for([parent, child]) generates /parents/1/children/2 for the n...Jeremy Kemper2007-06-051-4/+53
* Remove junk form helper test. Closes #8416 [eric_oconnell]Jeremy Kemper2007-06-051-7/+0
* Added option to suppress :size when using :maxlength for FormTagHelper#text_f...David Heinemeier Hansson2007-05-241-0/+6
* Clean up the simply_helpful merge.Jeremy Kemper2007-05-181-2/+2
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-141-10/+55
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-3/+17
* fix form_for example in ActionController::Resources documentation. Closes #7...Rick Olson2007-02-041-1/+1