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
*
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
*
Replace labelled_form_for example with one that will actually work. Referenc...
Michael Koziarski
2008-01-08
1
-2
/
+3
*
Deal with nested fields_for too [DHH]
David Heinemeier Hansson
2007-12-02
1
-2
/
+14
*
Added the same record identification guessing rules to fields_for as form_for...
David Heinemeier Hansson
2007-12-02
1
-4
/
+28
*
Grammatical and whitespace fixes for form helper docs. Closes #10062 [chuyeow]
Michael Koziarski
2007-11-06
1
-43
/
+42
*
FormHelper's auto_index should use #to_param instead of #id_before_type_cast....
Rick Olson
2007-10-26
1
-3
/
+3
*
Disabled checkboxes don't submit a form value. Closes #9301.
Jeremy Kemper
2007-10-23
1
-1
/
+1
*
form_for example for namespaced routes. Closes #9769 [sjgman9]
Michael Koziarski
2007-10-08
1
-0
/
+6
*
error_messages_for and friends also work with local variables. Closes #9699.
Jeremy Kemper
2007-10-07
1
-2
/
+2
*
Added FormHelper#label (closes #8641) [jcoglan]
David Heinemeier Hansson
2007-09-22
1
-1
/
+32
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
1
-2
/
+2
*
Don't blow up when using nested fields_for and the source object is nil
Tobias Lütke
2007-07-09
1
-1
/
+1
*
More nested polymorphic url helper fixes. Closes #6432, references #8601.
Jeremy Kemper
2007-06-07
1
-2
/
+1
*
Fix incomplete work from [6951] that was hidden by test stubs. Closes #6432.
Jeremy Kemper
2007-06-06
1
-9
/
+12
*
Resources: url_for([parent, child]) generates /parents/1/children/2 for the n...
Jeremy Kemper
2007-06-05
1
-12
/
+17
*
Added option to suppress :size when using :maxlength for FormTagHelper#text_f...
David Heinemeier Hansson
2007-05-24
1
-1
/
+1
*
Clean up the simply_helpful merge.
Jeremy Kemper
2007-05-18
1
-1
/
+2
*
Added record identifications to FormHelper#form_for and PrototypeHelper#remot...
David Heinemeier Hansson
2007-05-14
1
-1
/
+60
*
Modernize documentation for form helpers. Closes #8035. [jeremymcanally]
Marcel Molina
2007-05-06
1
-81
/
+147
*
Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ...
David Heinemeier Hansson
2007-03-03
1
-1
/
+1
*
Doc fixes
David Heinemeier Hansson
2007-02-25
1
-36
/
+53
*
Added FormBuilder#submit as a delegate for FormTagHelper#submit_tag [DHH]
David Heinemeier Hansson
2007-01-29
1
-0
/
+4
*
select :multiple => true suffixes the attribute name with [] unless already s...
Jeremy Kemper
2007-01-28
1
-1
/
+1
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
Add error_messages and error_message_on to the default FormBuilder. Closes #6...
Michael Koziarski
2007-01-26
1
-0
/
+8
*
Allow fields_for to be nested in form_for
Jamis Buck
2007-01-17
1
-4
/
+13
*
Premature commit
David Heinemeier Hansson
2006-11-30
1
-9
/
+0
*
Fixed that script/server running against Mongrel should tail the proper log r...
David Heinemeier Hansson
2006-11-30
1
-0
/
+9
[next]