| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to on-by-default XSS escaping for rails. | Michael Koziarski | 2009-10-08 | 1 | -1/+1 |
* | Moved shared form helper models into fake_models | Joshua Peek | 2009-10-03 | 1 | -99/+1 |
* | Allow fields_for on a nested_attributes association to accept an explicit col... | Andrew France | 2009-09-12 | 1 | -0/+36 |
* | Fixed to_label_tag to accept id attribute without changing for attribute [#26... | Matt Duncan | 2009-08-09 | 1 | -0/+16 |
* | Allow radio buttons to work with booleans. | José Valim | 2009-08-08 | 1 | -0/+10 |
* | AMo conversion helper | Joshua Peek | 2009-07-21 | 1 | -5/+10 |
* | Finish convert_to_object updates | Yehuda Katz | 2009-07-20 | 1 | -0/+6 |
* | Update some tests and add a to_model to form helpers | Yehuda Katz | 2009-07-20 | 1 | -5/+5 |
* | Move default_form_builder to ActionView so it'll work in environments not usi... | Yehuda Katz | 2009-07-19 | 1 | -3/+3 |
* | My suggestion to fix ticket 2401 [#2401 state:resolved] | Jarl Friis | 2009-07-02 | 1 | -0/+92 |
* | Fixes a number of tests that inexplicably didn't fail when we committed the o... | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -5/+5 |
* | Use errors[field] instead of errors.on(field) | Jeremy Kemper | 2009-06-17 | 1 | -2/+2 |
* | Made label target radio button tags with values. Radio button now respects in... | David Stevenson | 2009-06-09 | 1 | -0/+19 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -43/+242 |
|\ |
|
| * | Pass a custom form builder on to nested fields_for calls. [#2023 status:commi... | Eloy Duran | 2009-02-27 | 1 | -0/+41 |
| * | Changed API of NestedAttributes to take an array, or hash with index keys, of... | Lance Ivy | 2009-02-13 | 1 | -8/+30 |
| * | Move checkbox hidden field before the actual checkbox so the actual value doe... | Joshua Peek | 2009-02-10 | 1 | -38/+34 |
| * | Allowing an object to be passed explicitly to a fields_for with nested_attrib... | Pascal Ehlert | 2009-02-06 | 1 | -0/+9 |
| * | Add support for nested object forms to ActiveRecord and the helpers in Action... | Eloy Duran | 2009-02-01 | 1 | -5/+136 |
* | | Temporarily modifies setup to call super directly. This can support more T::U... | Yehuda Katz and Carl Lerche | 2009-04-08 | 1 | -0/+1 |
|/ |
|
* | Fix duplicate test name [#1058 state:resolved] [Dave Rothlisberger, Pratik Naik] | Pratik Naik | 2008-12-20 | 1 | -1/+1 |
* | Fixed index and auto index for nested fields_for [#327 state:resolved] | Kevin Glowacz | 2008-07-19 | 1 | -3/+113 |
* | Use output_buffer reader and writer methods exclusively instead of hitting th... | Jeremy Kemper | 2008-06-08 | 1 | -151/+100 |
* | Work with @output_buffer instead of _erbout | Jeremy Kemper | 2008-06-02 | 1 | -130/+130 |
* | Improve check_box_checked? to use include? for Array values. [#193 state:reso... | Erkki Eilonen | 2008-05-21 | 1 | -0/+11 |
* | Fixed form helper's name attribute for question methods | Andrew Vit | 2008-05-06 | 1 | -0/+9 |
* | Fixed that TextHelper#text_field would corrypt when raw HTML was used as the ... | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+16 |
* | Fixed labels that have a bracketed name and an index [#68 state:resolved] | Kevin Glowacz | 2008-04-30 | 1 | -0/+12 |
* | FormHelper#label_tag accepts :for option [encoded] [#38 state:resolved] | Joshua Peek | 2008-04-30 | 1 | -54/+62 |
* | Introduce ActionView::TestCase for testing view helpers. | Joshua Peek | 2008-04-19 | 1 | -9/+2 |
* | Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ... | David Heinemeier Hansson | 2008-03-24 | 1 | -0/+3 |
* | Introduce the :index option for form_for and fields_for to simplify multi-mod... | Jeremy Kemper | 2008-02-02 | 1 | -2/+76 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Deal with nested fields_for too [DHH] | David Heinemeier Hansson | 2007-12-02 | 1 | -0/+22 |
* | Added the same record identification guessing rules to fields_for as form_for... | David Heinemeier Hansson | 2007-12-02 | 1 | -0/+17 |
* | Tested FormHelper#label. Closes #9850 [jarkko] | Jeremy Kemper | 2007-10-27 | 1 | -1/+9 |
* | FormHelper's auto_index should use #to_param instead of #id_before_type_cast.... | Rick Olson | 2007-10-26 | 1 | -1/+2 |
* | Disabled checkboxes don't submit a form value. Closes #9301. | Jeremy Kemper | 2007-10-23 | 1 | -0/+7 |
* | error_messages_for and friends also work with local variables. Closes #9699. | Jeremy Kemper | 2007-10-07 | 1 | -0/+19 |
* | Allow ability to disable request forgery protection, disable it in test mode ... | Rick Olson | 2007-09-28 | 1 | -3/+3 |
* | Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha... | Rick Olson | 2007-09-23 | 1 | -0/+4 |
* | Added FormHelper#label (closes #8641) [jcoglan] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+15 |
* | * url_for now accepts a series of symbols representing the namespace of the r... | Tobias Lütke | 2007-07-19 | 1 | -0/+29 |
* | Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237... | Jeremy Kemper | 2007-06-13 | 1 | -13/+29 |
* | More nested polymorphic url helper fixes. Closes #6432, references #8601. | Jeremy Kemper | 2007-06-07 | 1 | -23/+10 |
* | Fix incomplete work from [6951] that was hidden by test stubs. Closes #6432. | Jeremy Kemper | 2007-06-06 | 1 | -10/+18 |
* | Resources: url_for([parent, child]) generates /parents/1/children/2 for the n... | Jeremy Kemper | 2007-06-05 | 1 | -4/+53 |
* | Remove junk form helper test. Closes #8416 [eric_oconnell] | Jeremy Kemper | 2007-06-05 | 1 | -7/+0 |
* | Added option to suppress :size when using :maxlength for FormTagHelper#text_f... | David Heinemeier Hansson | 2007-05-24 | 1 | -0/+6 |
* | Clean up the simply_helpful merge. | Jeremy Kemper | 2007-05-18 | 1 | -2/+2 |