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
*
Allow pass multipart option to form_for
Grzegorz Derebecki
2013-03-17
1
-2
/
+2
*
Stylistic pass at form_helper_test
Rafael Mendonça França
2013-01-21
1
-286
/
+362
*
Capture block so content won't leak.
José Mota
2013-01-21
1
-0
/
+57
*
Merge pull request #8916 from josemota/collection-with-block
Rafael Mendonça França
2013-01-13
1
-0
/
+49
|
\
|
*
Collection radio buttons and collection check boxes through FormBuilder render
José Mota
2013-01-12
1
-0
/
+49
*
|
Associaton -> Association
Steve Klabnik
2013-01-13
1
-2
/
+2
|
/
*
Merge pull request #8623 from virusman/form_helpers_collectionproxy_fix
Jon Leighton
2013-01-11
1
-0
/
+23
|
\
|
*
Test nested fields with AssociationProxy mockup & fix AssociationProxy suppor...
virusman
2012-12-27
1
-0
/
+23
*
|
Do not call fields_for from form_for, to avoid instantiating two builders
Carlos Antonio da Silva
2013-01-06
1
-1
/
+13
|
/
*
Support :multiple option on input tags with :index
Daniel Fox, Grant Hutchins & Trace Wax
2012-11-02
1
-0
/
+13
*
check_box value can be not only an object of Array class
Vasiliy Ermolovich
2012-10-20
1
-0
/
+6
*
Create variable only in the test that uses it
Carlos Antonio da Silva
2012-08-25
1
-3
/
+3
*
check for nil or empty record in form_for
schneems
2012-08-10
1
-0
/
+14
*
Allow data attributes to be set as a first-level option for form_for, so you ...
David Heinemeier Hansson
2012-08-08
1
-0
/
+6
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+1
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
fix meaningless test case
Akira Matsuda
2012-06-06
1
-1
/
+1
*
accept a block in button helper.
Yuki Nishijima
2012-06-05
1
-1
/
+5
*
Add tests for time_field and date_field helpers
Carlos Galdino
2012-05-22
1
-0
/
+18
*
Add several HTML5 input helpers
Carlos Galdino
2012-05-21
1
-0
/
+140
*
Add HTML5 input[type="color"] helper
Carlos Galdino
2012-05-21
1
-0
/
+13
*
Add HTML5 input[type="time"] helper
Alex Soulim
2012-05-18
1
-0
/
+26
*
Change check_box to work inverting the checked and unchecked value
Rafael Mendonça França
2012-04-29
1
-2
/
+98
*
Lazy load `default_form_builder` if it's passed as a string
Piotr Sarnacki
2012-04-28
1
-0
/
+17
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-1
/
+1
*
Add index method to FormBuilder. Useful when you use field_for and need to kn...
Jorge Bejar
2012-04-11
1
-0
/
+50
*
Block version of label should wrapped in field_with_errors in case of error
Alexey Vakhov
2012-04-01
1
-0
/
+14
*
Check if the options hash already exists and merge it with the another
Rafael Mendonça França
2012-03-27
1
-6
/
+18
*
Fixing issue #2492 for master branch. ActionView::Base.field_error_proc doesn...
Andrey Samsonov
2012-03-27
1
-0
/
+22
*
Remove warning added by my own commit :fire:
Carlos Antonio da Silva
2012-03-26
1
-1
/
+1
*
Merge pull request #5561 from carlosantoniodasilva/form-builder-block-arg
Aaron Patterson
2012-03-26
1
-0
/
+12
|
\
|
*
Properly deprecate the block argument in AV FormBuilder
Carlos Antonio da Silva
2012-03-23
1
-0
/
+12
*
|
apply form_for namespace option to date_select
Sergey Nartimov
2012-03-26
1
-0
/
+8
|
/
*
add include_hidden option to checkbox tag
Sergey Nartimov
2012-03-13
1
-0
/
+5
*
Fixes #5324 by removing default size options from input:text and default cols...
Philip Arndt
2012-03-10
1
-162
/
+162
*
Add a new line after the textarea opening tag.
Rafael Mendonça França
2012-02-27
1
-36
/
+36
*
Fix collection_check_boxes and collection_radio_buttons when using local
Rafael Mendonça França
2012-02-26
1
-0
/
+38
*
Move all the helpers to protected section
Rafael Mendonça França
2012-02-26
1
-31
/
+31
*
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-69
/
+66
*
correct fetching :name option in form fields
Vasiliy Ermolovich
2012-02-23
1
-0
/
+5
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-0
/
+9
*
Add HTML5 input[type="date"] helper
Olek Janiszewski
2012-02-12
1
-0
/
+26
*
Replicate :form html5 attribute to hidden field for check_box
Carlos Antonio da Silva
2012-02-02
1
-3
/
+10
*
check_box with nil as unchecked value should be HTML safe
Rafael Mendonça França
2012-01-31
1
-0
/
+4
*
Do not generate label for attribute when giving nil
Carlos Antonio da Silva
2012-01-26
1
-0
/
+4
*
Raise a better error if anyone wants to create your own ActionView::Helpers::...
Rafael Mendonça França
2012-01-23
1
-0
/
+8
*
Adding one test case for label with block
Rafael Mendonça França
2012-01-17
1
-0
/
+4
*
use stub instead of redefining method to suppress warnings
Sergey Nartimov
2012-01-07
1
-2
/
+2
*
don't set the hidden checkbox value if it's nil
Damien Mathieu
2012-01-06
1
-0
/
+8
*
Do not stub id here
Santiago Pastorino
2012-01-06
1
-6
/
+6
[next]