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
*
Make form helpers work with <%=
wycats
2010-03-09
1
-7
/
+16
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-3
/
+5
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-9
/
+8
*
Fix nested attributes with specified collection.
José Valim
2010-02-07
1
-7
/
+11
*
More html_safe strings now use the safe_concat method
Santiago Pastorino and José Ignacio Costa
2010-02-05
1
-1
/
+1
*
Configuration values should be on AV::Base.
José Valim
2010-02-02
1
-17
/
+4
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-2
/
+2
*
UJS documentation.
Stefan Penner
2010-01-31
1
-0
/
+27
*
form_for should pass :remote to form_tag through html_options
Stephen St. Martin
2010-01-31
1
-0
/
+2
*
Revert "Merge branch 'rails/master' into ujs"
Joshua Peek
2010-01-30
1
-20
/
+16
*
Applied Yehuda's patch; Sharing extract_object_name_for_form! between form_he...
Bob Remeika
2010-01-27
1
-16
/
+20
*
Allow f.submit to be localized per object.
José Valim
2010-01-15
1
-2
/
+14
*
Move Dispatcher setup to Railties and add instrumentation hook.
José Valim
2010-01-15
1
-1
/
+1
*
Add documentation to f.submit and make scaffold generators use the new shortcut.
José Valim
2010-01-14
1
-15
/
+34
*
Custom 'type' attribute support for text_field. [#3646 status:resolved]
Stephen Celis
2010-01-14
1
-1
/
+1
*
Make check boxes accept :multiple as option so they can handle collections (s...
José Valim
2010-01-14
1
-1
/
+6
*
Call :to_model before working with the object.
José Valim
2010-01-14
1
-6
/
+11
*
Add possibility to use i18n translatios in submit FormHelper.
Carlos Antonio da Silva
2010-01-14
1
-3
/
+14
*
Updated the documentation for helpers.label.
José Valim
2010-01-07
1
-3
/
+3
*
Use helpers.label instead of views.labels.
José Valim
2010-01-07
1
-1
/
+1
*
Do not enforce human_attribute_name as required API.
José Valim
2010-01-02
1
-3
/
+6
*
I18n label helper [#745 status:resolved]
Carsten Gehling
2010-01-02
1
-3
/
+36
*
Allow explicit placement of hidden id element for nested models.
Will Read
2009-11-15
1
-2
/
+11
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-2
/
+2
*
Allow fields_for on a nested_attributes association to accept an explicit col...
Andrew France
2009-09-12
1
-7
/
+19
*
Fixed to_label_tag to accept id attribute without changing for attribute [#26...
Matt Duncan
2009-08-09
1
-0
/
+1
*
Clean up initializer and some of the internals of PartialRenderer
Yehuda Katz
2009-08-09
1
-0
/
+4
*
Allow radio buttons to work with booleans.
José Valim
2009-08-08
1
-2
/
+2
*
Improve a path in _render_partial
Yehuda Katz
2009-08-06
1
-0
/
+4
*
Rename ActiveRecordHelper to ActiveModelHelper
Yehuda Katz
2009-07-20
1
-2
/
+0
*
Finish convert_to_object updates
Yehuda Katz
2009-07-20
1
-1
/
+3
*
Update some tests and add a to_model to form helpers
Yehuda Katz
2009-07-20
1
-0
/
+2
*
Define ActiveModel API Compliance
Yehuda Katz
2009-07-20
1
-4
/
+9
*
Move default_form_builder to ActionView so it'll work in environments not usi...
Yehuda Katz
2009-07-19
1
-3
/
+15
*
My suggestion to fix ticket 2401 [#2401 state:resolved]
Jarl Friis
2009-07-02
1
-4
/
+6
*
Made label target radio button tags with values. Radio button now respects in...
David Stevenson
2009-06-09
1
-7
/
+19
*
Add explicit requirement in a few cases it was missing.
Yehuda Katz
2009-06-02
1
-0
/
+1
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-4
/
+5
*
Merge docrails
Pratik Naik
2009-03-24
1
-14
/
+21
*
Pass a custom form builder on to nested fields_for calls. [#2023 status:commi...
Eloy Duran
2009-02-27
1
-49
/
+83
*
Merge with docrails
Pratik Naik
2009-02-24
1
-2
/
+4
*
Changed API of NestedAttributes to take an array, or hash with index keys, of...
Lance Ivy
2009-02-13
1
-8
/
+18
*
Move checkbox hidden field before the actual checkbox so the actual value doe...
Joshua Peek
2009-02-10
1
-1
/
+3
*
Allowing an object to be passed explicitly to a fields_for with nested_attrib...
Pascal Ehlert
2009-02-06
1
-1
/
+2
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-9
/
+187
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-3
/
+7
*
Merge docrails
Pratik Naik
2008-10-05
1
-4
/
+4
*
error_message_on takes an options hash instead of ordered parameters [#704 st...
Clemens Kofler
2008-07-27
1
-2
/
+2
*
Fixed index and auto index for nested fields_for [#327 state:resolved]
Kevin Glowacz
2008-07-19
1
-7
/
+23
*
Removed unused option from FormHelper#fields_for [#641 state:resolved]
Clemens Kofler
2008-07-19
1
-4
/
+0
[next]