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
...
*
Remove over-engineered form_for code for a leaner implementation.
Nicholas Seckar
2006-02-11
1
-7
/
+7
*
Add :html option for specifying form tag options in form_for
Sam Stephenson
2006-02-08
1
-0
/
+19
*
Don't interpret the :value option on text_area as an html attribute. Set the ...
Marcel Molina
2006-02-08
1
-1
/
+8
*
Fix remote_form_for creates a non-ajax form. Closes #3741.
Nicholas Seckar
2006-02-06
1
-1
/
+1
*
Add :builder => option to form_for and friends. Closes 3268.
Nicholas Seckar
2006-02-04
1
-0
/
+75
*
Change form_for and fields_for method signatures to take object name and obje...
Marcel Molina
2005-12-02
1
-5
/
+5
*
Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...
David Heinemeier Hansson
2005-11-13
1
-5
/
+74
*
Ensure radio_button works as expected with values other than strings.
Michael Koziarski
2005-10-14
1
-0
/
+6
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
1
-35
/
+35
*
Added Kernel#silence_warnings and puts it into use throughout the framework
David Heinemeier Hansson
2005-09-11
1
-7
/
+7
*
Added that nil options are not included in tags, so tag("p", :ignore => nil) ...
David Heinemeier Hansson
2005-07-09
1
-3
/
+3
*
Added that UrlHelper#mail_to will now also encode the default link title #749...
David Heinemeier Hansson
2005-07-02
1
-6
/
+6
*
Fixed that FormHelper#checkbox should return a checked checkbox if the value ...
David Heinemeier Hansson
2005-05-19
1
-0
/
+8
*
Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko]
David Heinemeier Hansson
2005-04-30
1
-4
/
+4
*
Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB]
David Heinemeier Hansson
2005-04-17
1
-2
/
+5
*
Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr...
David Heinemeier Hansson
2005-04-10
1
-4
/
+4
*
Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ...
David Heinemeier Hansson
2005-03-20
1
-0
/
+1
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
1
-25
/
+32
*
Applied the dblack patch
David Heinemeier Hansson
2005-01-24
1
-0
/
+26
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
1
-1
/
+6
*
Added FormHelper#radio_button to work with radio buttons like its already pos...
David Heinemeier Hansson
2004-12-14
1
-0
/
+10
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+124
[prev]