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
/
lib
/
action_view
/
helpers
/
form_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated the documentation for helpers.label.
José Valim
2010-01-07
1
-3
/
+3
*
Use helpers.label instead of views.labels.
José Valim
2010-01-07
1
-1
/
+1
*
Do not enforce human_attribute_name as required API.
José Valim
2010-01-02
1
-3
/
+6
*
I18n label helper [#745 status:resolved]
Carsten Gehling
2010-01-02
1
-3
/
+36
*
Allow explicit placement of hidden id element for nested models.
Will Read
2009-11-15
1
-2
/
+11
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-2
/
+2
*
Allow fields_for on a nested_attributes association to accept an explicit col...
Andrew France
2009-09-12
1
-7
/
+19
*
Fixed to_label_tag to accept id attribute without changing for attribute [#26...
Matt Duncan
2009-08-09
1
-0
/
+1
*
Clean up initializer and some of the internals of PartialRenderer
Yehuda Katz
2009-08-09
1
-0
/
+4
*
Allow radio buttons to work with booleans.
José Valim
2009-08-08
1
-2
/
+2
*
Improve a path in _render_partial
Yehuda Katz
2009-08-06
1
-0
/
+4
*
Rename ActiveRecordHelper to ActiveModelHelper
Yehuda Katz
2009-07-20
1
-2
/
+0
*
Finish convert_to_object updates
Yehuda Katz
2009-07-20
1
-1
/
+3
*
Update some tests and add a to_model to form helpers
Yehuda Katz
2009-07-20
1
-0
/
+2
*
Define ActiveModel API Compliance
Yehuda Katz
2009-07-20
1
-4
/
+9
*
Move default_form_builder to ActionView so it'll work in environments not usi...
Yehuda Katz
2009-07-19
1
-3
/
+15
*
My suggestion to fix ticket 2401 [#2401 state:resolved]
Jarl Friis
2009-07-02
1
-4
/
+6
*
Made label target radio button tags with values. Radio button now respects in...
David Stevenson
2009-06-09
1
-7
/
+19
*
Add explicit requirement in a few cases it was missing.
Yehuda Katz
2009-06-02
1
-0
/
+1
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-4
/
+5
*
Merge docrails
Pratik Naik
2009-03-24
1
-14
/
+21
*
Pass a custom form builder on to nested fields_for calls. [#2023 status:commi...
Eloy Duran
2009-02-27
1
-49
/
+83
*
Merge with docrails
Pratik Naik
2009-02-24
1
-2
/
+4
*
Changed API of NestedAttributes to take an array, or hash with index keys, of...
Lance Ivy
2009-02-13
1
-8
/
+18
*
Move checkbox hidden field before the actual checkbox so the actual value doe...
Joshua Peek
2009-02-10
1
-1
/
+3
*
Allowing an object to be passed explicitly to a fields_for with nested_attrib...
Pascal Ehlert
2009-02-06
1
-1
/
+2
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-9
/
+187
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-3
/
+7
*
Merge docrails
Pratik Naik
2008-10-05
1
-4
/
+4
*
error_message_on takes an options hash instead of ordered parameters [#704 st...
Clemens Kofler
2008-07-27
1
-2
/
+2
*
Fixed index and auto index for nested fields_for [#327 state:resolved]
Kevin Glowacz
2008-07-19
1
-7
/
+23
*
Removed unused option from FormHelper#fields_for [#641 state:resolved]
Clemens Kofler
2008-07-19
1
-4
/
+0
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-3
/
+32
*
Tighten the rescue clause when dealing with invalid instance variable names i...
Michael Koziarski
2008-07-03
1
-1
/
+5
*
Remove unused local_binding option to InstanceTag's Constructor
Michael Koziarski
2008-07-03
1
-10
/
+10
*
Don't pass block binding to concat
Jeremy Kemper
2008-06-02
1
-2
/
+2
*
Merge docrails.
Pratik Naik
2008-05-25
1
-38
/
+57
*
Improve check_box_checked? to use include? for Array values. [#193 state:reso...
Erkki Eilonen
2008-05-21
1
-0
/
+2
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
1
-28
/
+56
*
Fixed form helper's name attribute for question methods
Andrew Vit
2008-05-06
1
-5
/
+9
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-1
/
+1
*
Fixed that TextHelper#text_field would corrypt when raw HTML was used as the ...
David Heinemeier Hansson
2008-05-01
1
-0
/
+1
*
Fixed labels that have a bracketed name and an index [#68 state:resolved]
Kevin Glowacz
2008-04-30
1
-0
/
+1
*
FormHelper#label_tag accepts :for option [encoded] [#38 state:resolved]
Joshua Peek
2008-04-30
1
-8
/
+10
*
Improve documentation.
Pratik Naik
2008-03-26
1
-8
/
+10
*
Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ...
David Heinemeier Hansson
2008-03-24
1
-2
/
+2
*
Remove unused to_date_tag. Closes #11237 [danger]
Jeremy Kemper
2008-03-13
1
-10
/
+0
*
Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]
Rick Olson
2008-02-07
1
-1
/
+1
*
Introduce the :index option for form_for and fields_for to simplify multi-mod...
Jeremy Kemper
2008-02-02
1
-6
/
+15
*
Make render :partial recognise form builders and use the _form partial. Clos...
Michael Koziarski
2008-01-16
1
-0
/
+15
[next]