index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
template
/
form_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactored url_for in AV to have its own instances of the helpers instead of ...
wycats
2010-04-03
1
-9
/
+9
*
Make form helpers work with <%=
wycats
2010-03-09
1
-70
/
+74
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-10
/
+3
*
Fix nested attributes with specified collection.
José Valim
2010-02-07
1
-0
/
+22
*
Configuration values should be on AV::Base.
José Valim
2010-02-02
1
-3
/
+3
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
form_for should pass :remote to form_tag through html_options
Stephen St. Martin
2010-01-31
1
-0
/
+19
*
Move form_remote_tag and remote_form_for into prototype_legacy_helper
Joshua Peek
2010-01-30
1
-29
/
+0
*
Revert "Merge branch 'rails/master' into ujs"
Joshua Peek
2010-01-30
1
-4
/
+4
*
Removed all helpers from PrototypeHelper that are implemented in AjaxHelper. ...
Erik St. Martin
2010-01-27
1
-4
/
+4
*
Allow f.submit to be localized per object.
José Valim
2010-01-15
1
-1
/
+19
*
Custom 'type' attribute support for text_field. [#3646 status:resolved]
Stephen Celis
2010-01-14
1
-0
/
+5
*
Make check boxes accept :multiple as option so they can handle collections (s...
José Valim
2010-01-14
1
-0
/
+13
*
Call :to_model before working with the object.
José Valim
2010-01-14
1
-2
/
+2
*
Add possibility to use i18n translatios in submit FormHelper.
Carlos Antonio da Silva
2010-01-14
1
-3
/
+60
*
Use helpers.label instead of views.labels.
José Valim
2010-01-07
1
-2
/
+2
*
I18n label helper [#745 status:resolved]
Carsten Gehling
2010-01-02
1
-0
/
+40
*
Allow explicit placement of hidden id element for nested models.
Will Read
2009-11-15
1
-11
/
+55
*
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
[prev]
[next]