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
...
*
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]