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
...
*
Replace snowman with utf8=✓
wycats
2010-08-11
1
-1
/
+1
*
rename _snowman to _e
wycats
2010-08-09
1
-1
/
+1
*
Fix label form helper to use I18n and html options, without the need of 'nil'...
Carlos Antonio da Silva
2010-08-01
1
-2
/
+9
*
Makes form_helper use overriden model accessors
Santiago Pastorino
2010-08-01
1
-0
/
+17
*
remove size attribute from tag generated by file_field helper [#5084 state:re...
Miles Egan
2010-07-13
1
-0
/
+5
*
Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.
José Valim
2010-06-29
1
-1
/
+1
*
Fix several known web encoding issues:
wycats
2010-06-27
1
-181
/
+204
*
make text_field and hidden_field omit the value attribute if the developer ex...
Jeff Dean
2010-06-23
1
-0
/
+10
*
test for #4862
Neeraj Singh
2010-06-22
1
-0
/
+5
*
form_for without :html and with :remote should not error
David Genord II
2010-06-18
1
-0
/
+20
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-3
/
+2
*
Fixed 1 failure in ActionPack testsuite [#4613 state:resolved]
Hussein Morsy
2010-05-16
1
-2
/
+2
*
Sending :id => nil to form helpers now properly omits the "id" html element [...
Jeff Dean
2010-05-15
1
-0
/
+107
*
Let label helpers accept blocks.
Stephen Celis
2010-05-15
1
-3
/
+7
*
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...
Lawrence Pit
2010-05-03
1
-3
/
+3
*
fields_for returns block result when outside ERB
Ryan Bates
2010-04-11
1
-0
/
+5
*
Remove input, form, error_messages_for and error_message_on from the framewor...
José Valim
2010-04-10
1
-37
/
+0
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-2
/
+2
*
Rename search_field to test_search_field (ht: Piotr Usewicz)
José Valim
2010-04-06
1
-1
/
+1
*
Added all the new HTML5 form types as individual form tag methods (search, ur...
David Heinemeier Hansson
2010-04-05
1
-0
/
+30
*
changed from :object_name to :as on form_for api
Santiago Pastorino
2010-04-05
1
-11
/
+7
*
deprecate form_for(symbol_or_string, ...) in favor of :object_name option
Santiago Pastorino
2010-04-05
1
-212
/
+327
*
Refactored url_for in AV to have its own instances of the helpers instead of ...
wycats
2010-04-03
1
-9
/
+9
*
Make form helpers work with <%=
wycats
2010-03-09
1
-70
/
+74
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-10
/
+3
*
Fix nested attributes with specified collection.
José Valim
2010-02-07
1
-0
/
+22
*
Configuration values should be on AV::Base.
José Valim
2010-02-02
1
-3
/
+3
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
form_for should pass :remote to form_tag through html_options
Stephen St. Martin
2010-01-31
1
-0
/
+19
*
Move form_remote_tag and remote_form_for into prototype_legacy_helper
Joshua Peek
2010-01-30
1
-29
/
+0
*
Revert "Merge branch 'rails/master' into ujs"
Joshua Peek
2010-01-30
1
-4
/
+4
*
Removed all helpers from PrototypeHelper that are implemented in AjaxHelper. ...
Erik St. Martin
2010-01-27
1
-4
/
+4
*
Allow f.submit to be localized per object.
José Valim
2010-01-15
1
-1
/
+19
*
Custom 'type' attribute support for text_field. [#3646 status:resolved]
Stephen Celis
2010-01-14
1
-0
/
+5
*
Make check boxes accept :multiple as option so they can handle collections (s...
José Valim
2010-01-14
1
-0
/
+13
*
Call :to_model before working with the object.
José Valim
2010-01-14
1
-2
/
+2
*
Add possibility to use i18n translatios in submit FormHelper.
Carlos Antonio da Silva
2010-01-14
1
-3
/
+60
*
Use helpers.label instead of views.labels.
José Valim
2010-01-07
1
-2
/
+2
*
I18n label helper [#745 status:resolved]
Carsten Gehling
2010-01-02
1
-0
/
+40
*
Allow explicit placement of hidden id element for nested models.
Will Read
2009-11-15
1
-11
/
+55
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Moved shared form helper models into fake_models
Joshua Peek
2009-10-03
1
-99
/
+1
*
Allow fields_for on a nested_attributes association to accept an explicit col...
Andrew France
2009-09-12
1
-0
/
+36
*
Fixed to_label_tag to accept id attribute without changing for attribute [#26...
Matt Duncan
2009-08-09
1
-0
/
+16
*
Allow radio buttons to work with booleans.
José Valim
2009-08-08
1
-0
/
+10
*
AMo conversion helper
Joshua Peek
2009-07-21
1
-5
/
+10
*
Finish convert_to_object updates
Yehuda Katz
2009-07-20
1
-0
/
+6
*
Update some tests and add a to_model to form helpers
Yehuda Katz
2009-07-20
1
-5
/
+5
*
Move default_form_builder to ActionView so it'll work in environments not usi...
Yehuda Katz
2009-07-19
1
-3
/
+3
*
My suggestion to fix ticket 2401 [#2401 state:resolved]
Jarl Friis
2009-07-02
1
-0
/
+92
[prev]
[next]