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
...
*
Change #form_for and #fields_for so that the second argument is not required ...
Rick Olson
2006-03-26
1
-2
/
+2
*
Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com]
David Heinemeier Hansson
2006-02-26
1
-1
/
+1
*
Fixed that form elements would strip the trailing [] from the first parameter...
David Heinemeier Hansson
2006-02-26
1
-1
/
+1
*
Fix form_for brokenness due to a shortage of parenthesis
Nicholas Seckar
2006-02-12
1
-1
/
+1
*
Expose object and object_name from the FormBuilder [DHH]
David Heinemeier Hansson
2006-02-12
1
-2
/
+4
*
Clean up style around form_for and friends a bit
David Heinemeier Hansson
2006-02-12
1
-6
/
+5
*
Remove over-engineered form_for code for a leaner implementation.
Nicholas Seckar
2006-02-11
1
-26
/
+13
*
Add :html option for specifying form tag options in form_for
Sam Stephenson
2006-02-08
1
-2
/
+2
*
Don't interpret the :value option on text_area as an html attribute. Set the ...
Marcel Molina
2006-02-08
1
-1
/
+1
*
Fix remote_form_for creates a non-ajax form. Closes #3741.
Nicholas Seckar
2006-02-06
1
-3
/
+7
*
Add :builder => option to form_for and friends. Closes 3268.
Nicholas Seckar
2006-02-04
1
-13
/
+47
*
Documentation typo fix. Closes #2367.
Marcel Molina
2006-01-13
1
-1
/
+1
*
Have the form builder output radio button, not check box, when calling the ra...
Marcel Molina
2006-01-06
1
-1
/
+1
*
Documentation fixes
Nicholas Seckar
2005-12-19
1
-1
/
+1
*
Change form_for and fields_for method signatures to take object name and obje...
Marcel Molina
2005-12-02
1
-23
/
+10
*
FormHelper correctly passes its object through select, collection_select, cou...
Jeremy Kemper
2005-11-22
1
-1
/
+3
*
hidden_field can also be in fields_for
David Heinemeier Hansson
2005-11-13
1
-1
/
+1
*
Make form_for work with additional options
David Heinemeier Hansson
2005-11-13
1
-1
/
+1
*
Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...
David Heinemeier Hansson
2005-11-13
1
-16
/
+114
*
Ensure radio_button works as expected with values other than strings.
Michael Koziarski
2005-10-14
1
-1
/
+1
*
Misc doc fixes (typos/grammar/etc). Closes #2445.
Marcel Molina
2005-10-12
1
-3
/
+3
*
Added in-place editing support in the spirit of auto complete with ActionCont...
David Heinemeier Hansson
2005-09-11
1
-1
/
+5
*
Fix docs #2136 [coffee2code]
David Heinemeier Hansson
2005-09-09
1
-5
/
+5
*
Removed the default option of wrap=virtual on FormHelper#text_area to ensure ...
David Heinemeier Hansson
2005-07-02
1
-1
/
+1
*
Fixed radio_button to work with numeric values #1352 [demetrius]
David Heinemeier Hansson
2005-06-16
1
-1
/
+1
*
Fixed that FormHelper#checkbox should return a checked checkbox if the value ...
David Heinemeier Hansson
2005-05-19
1
-0
/
+2
*
Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko]
David Heinemeier Hansson
2005-04-30
1
-0
/
+4
*
Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB]
David Heinemeier Hansson
2005-04-17
1
-1
/
+1
*
Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr...
David Heinemeier Hansson
2005-04-10
1
-3
/
+4
*
Made it possible to do text_field :account, :name in addition to text_field "...
David Heinemeier Hansson
2005-04-04
1
-1
/
+1
*
Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Updated docs on auto-indexing #765 [Astinus]
David Heinemeier Hansson
2005-03-06
1
-0
/
+8
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
1
-54
/
+74
*
Show value when NOT file
David Heinemeier Hansson
2005-02-23
1
-1
/
+1
*
Added FormHelper#file_field and FormTagHelper#file_field_tag for creating fil...
David Heinemeier Hansson
2005-02-23
1
-1
/
+6
*
Applied the dblack patch
David Heinemeier Hansson
2005-01-24
1
-0
/
+6
*
Added that form helpers now take an index option #448 [Tim Bates]
David Heinemeier Hansson
2005-01-10
1
-2
/
+25
*
FormHelper should only use *_before_type_cast if they available on the model
David Heinemeier Hansson
2004-12-19
1
-1
/
+5
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
1
-5
/
+9
*
Updated documentation
David Heinemeier Hansson
2004-12-16
1
-2
/
+4
*
Added FormHelper#radio_button to work with radio buttons like its already pos...
David Heinemeier Hansson
2004-12-14
1
-0
/
+23
*
Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if...
David Heinemeier Hansson
2004-12-08
1
-2
/
+4
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+182
[prev]