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
/
actionview
/
test
/
template
/
form_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change datetime to datetime-local helper tag
Herminio Torres
2016-06-21
1
-80
/
+18
*
Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"
eileencodes
2016-06-21
1
-20
/
+5
*
Deprecate `datetime_field` and `datetime_field_tag` helpers.
Wojciech Wnętrzak
2016-03-31
1
-8
/
+24
*
Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...
Rafael Mendonça França
2016-03-05
1
-21
/
+3
*
html_safe is not supposed to be public API for AV. This change removes usage ...
Vipul A M
2016-01-20
1
-2
/
+2
*
Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_su...
Rafael França
2016-01-04
1
-3
/
+21
|
\
|
*
downcase default submit button value's model name
Steven Spiel
2016-01-01
1
-3
/
+21
*
|
Fix collection_radio_buttons' hidden_field name and make it appear before the...
Santiago Pastorino
2015-12-31
1
-18
/
+18
|
/
*
Fix week_field returning invalid value
Christoph
2015-11-10
1
-4
/
+10
*
Merge pull request #22116 from gsamokovarov/fix-form-for-block-test
Yves Senn
2015-10-29
1
-2
/
+3
|
\
|
*
Fix a faulty form_for test
Genadi Samokovarov
2015-10-29
1
-2
/
+3
*
|
Merge pull request #21431 from ojab/master
Rafael Mendonça França
2015-09-26
1
-0
/
+21
|
\
\
|
*
|
Handle nested fields_for by adding indexes to record_name
ojab
2015-08-30
1
-0
/
+21
*
|
|
Add a hidden field on the collection_radio_buttons
Mauro George
2015-09-24
1
-4
/
+9
|
|
/
|
/
|
*
|
:hocho: Typos
Akira Matsuda
2015-09-21
1
-1
/
+1
|
/
*
Removed Mocha from ActionView part 1
Ronak Jangir
2015-08-24
1
-26
/
+29
*
Make disable_with default in submit_tag
Justin Schiff
2015-08-11
1
-9
/
+9
*
Override default form builder for a controller
Kevin McPhillips
2015-04-13
1
-0
/
+24
*
Accept lambda as child_index option in #fields_for method
Karol Galanciak
2015-04-05
1
-0
/
+17
*
Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_for
Miklos Fazekas
2015-02-06
1
-0
/
+12
*
Add tests to make sure label and placeholder respect to_model
Rafael Mendonça França
2015-02-05
1
-0
/
+42
*
Eliminate a ruby warning in a test in Action View
Yuki Nishijima
2015-01-17
1
-1
/
+5
*
Only use the `_before_type_cast` in the form when from user input
Sean Griffin
2015-01-14
1
-0
/
+17
*
Add tests with an explanation of why we're using `_before_type_cast`
Sean Griffin
2015-01-14
1
-3
/
+4
*
Revert "Don't use the `_before_type_cast` version of attributes in the form"
Sean Griffin
2015-01-14
1
-1
/
+1
*
Don't use the `_before_type_cast` version of attributes in the form
Sean Griffin
2015-01-14
1
-1
/
+1
*
Merge pull request #17973 from maurogeorge/file_field_hidden_field
Rafael Mendonça França
2015-01-02
1
-5
/
+20
|
\
|
*
Add a hidden_field on the file_field
Mauro George
2015-01-02
1
-5
/
+20
|
/
*
Fix options overwritten by super
Jose Añasco
2014-12-09
1
-0
/
+5
*
Add `:enforce_utf8` option to form_for
claudiob
2014-11-20
1
-3
/
+33
*
Improve test of private properties of objects in form tags
Rafael Mendonça França
2014-10-31
1
-28
/
+9
*
Use public_send for form tags
agius
2014-10-31
1
-0
/
+27
*
Honor public/private in ActionView::Helpers::Tags::Base#value
Tobias Pfeiffer
2014-10-31
1
-0
/
+6
*
remove un-needed sort
schneems
2014-10-07
1
-8
/
+7
*
Merge pull request #16488 from agrobbin/form-label-builder
Jeremy Kemper
2014-08-25
1
-0
/
+9
|
\
|
*
provide a builder for form labels to customize wrapping around I18n content
Alex Robbin
2014-08-20
1
-0
/
+9
*
|
just use the placeholder tag value if it is passed as a String
Alex Robbin
2014-08-22
1
-4
/
+19
*
|
add I18n support for `:placeholder` HTML option is passed to form fields
Alex Robbin
2014-08-22
1
-0
/
+168
*
|
Revert "Add I18n support for `:placeholder` HTML option is passed to form fie...
Jeremy Kemper
2014-08-21
1
-168
/
+0
|
/
*
add I18n support for `:placeholder` HTML option is passed to form fields
Alex Robbin
2014-08-12
1
-0
/
+168
*
adding missing test for text area value before type cast
Eugene Gilburg
2014-07-19
1
-0
/
+7
*
Add String support for min/max attributes on DatetimeField
Todd Bealmear
2014-06-30
1
-0
/
+64
*
Merge pull request #15715 from zuhao/refactor_actionview_cleanup_I18n_transla...
Yves Senn
2014-06-14
1
-2
/
+4
|
\
|
*
Clean up I18n stored translations after test.
Zuhao Wan
2014-06-14
1
-2
/
+5
|
/
*
Include label value in i18n attribute lookup
Joshua Cody
2014-05-06
1
-0
/
+9
*
Add test for using ActionView::Helpers::FormHelper.label with block and html
Zachary Scott
2014-04-22
1
-0
/
+7
*
Merge pull request #14738 from tilsammans/pull/11407
Rafael Mendonça França
2014-04-17
1
-3
/
+4
|
\
|
*
Remove wrapping div with inline styles for hidden form fields.
Joost Baaij
2014-04-14
1
-3
/
+4
*
|
Use the index on hidden field
Rafael Mendonça França
2014-04-14
1
-1
/
+1
|
/
*
refactor, with_locale is not needed because I18n is mocked.
Yves Senn
2014-02-24
1
-7
/
+5
[next]