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
*
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
*
Set ActionView::Base.default_form_builder once rather than passing the :build...
Jeremy Kemper
2006-11-03
1
-2
/
+9
*
Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...
David Heinemeier Hansson
2006-10-09
1
-2
/
+2
*
We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c...
David Heinemeier Hansson
2006-09-08
1
-1
/
+1
*
Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...
Rick Olson
2006-07-18
1
-1
/
+5
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-2
/
+2
*
form.text_area handles the :size option just like the original text_area (:si...
Jeremy Kemper
2006-05-11
1
-0
/
+5
*
Refactor various InstanceTag instance method to class methods. Closes #4800. ...
Marcel Molina
2006-04-25
1
-29
/
+53
*
finish form_for change, allow hash as the second param: form_for :post, :url ...
Rick Olson
2006-03-26
1
-3
/
+6
*
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
[next]