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
*
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
*
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
[next]