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
*
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
*
Revert "Revert "More 1.9 way""
Santiago Pastorino
2012-01-06
1
-0
/
+2
*
check_box helper with :disabled => true generates disabled hidden field. fixe...
Tadas Tamošauskas
2012-01-05
1
-4
/
+3
*
Make sure that check_box helper return a safe buffer
Rafael Mendonça França
2012-01-04
1
-0
/
+1
*
Add button_tag support to ActionView::Helpers::FormBuilder.
Will Farrington
2011-12-11
1
-1
/
+3
*
form_for with +:as+ option uses "action_as" as css class and id
Vasiliy Ermolovich
2011-12-04
1
-11
/
+11
*
test helpers in erb using erb
lest
2011-11-30
1
-3
/
+2
*
add namespace options to form_for
Vasiliy Ermolovich
2011-11-27
1
-0
/
+76
*
fix label with block in erb
lest
2011-11-27
1
-0
/
+7
*
Rely on a public contract between railties instead of accessing railtie metho...
José Valim
2011-11-23
1
-1
/
+1
*
Fix impractical I18n lookup in nested fields_for
Alexander Uvarov
2011-11-17
1
-0
/
+46
*
add tests for the case where size is explicitly passed to number_field helper
Vijay Dev
2011-11-04
1
-0
/
+4
*
Remove 'size' attribute from number_field form helper fixes #3454
Waseem Ahmad
2011-11-04
1
-2
/
+2
*
No need to use </form> here. It's already in whole_form block
Arun Agrawal
2011-09-10
1
-2
/
+1
*
Rename new method to_path to to_partial_path to avoid conflicts with File#to_...
José Valim
2011-08-01
1
-1
/
+1
*
Merge pull request #2034 from Casecommons/to_path
José Valim
2011-07-28
1
-0
/
+11
|
\
|
*
Let ActiveModel instances define partial paths.
Grant Hutchins & Peter Jaros
2011-07-25
1
-0
/
+11
*
|
added test case for fix to issue #2094
Dan Gebhardt
2011-07-16
1
-0
/
+17
|
/
*
Revert "Add method fields_for_with_index to FormHelper"
José Valim
2011-07-01
1
-125
/
+0
*
Use real hash model in nested fields_for with hash model test
Sam Pohlenz
2011-06-22
1
-4
/
+2
*
Test for extractable_options? within nested fields_for.
Sam Pohlenz
2011-06-20
1
-0
/
+18
*
There are no snowmen here
David Lee
2011-06-11
1
-2
/
+2
*
Added missing assert to test checking form with namespaced isolated model and...
Piotr Sarnacki
2011-06-07
1
-5
/
+5
*
Add method fields_for_with_index to FormHelper
Jorge Bejar
2011-05-21
1
-0
/
+125
*
Refactor fields_for to make the api more clear, and fix usage with non nested...
Carlos Antonio da Silva
2011-05-14
1
-0
/
+14
*
Allow a label with the value option to have value-specific translations.
Jason Garber
2011-04-27
1
-1
/
+11
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Allow FormHelper#form_for to specify the :method as a direct option instead o...
David Heinemeier Hansson
2011-03-26
1
-2
/
+19
*
Add an option to FormBuilder to omit hidden field with id
Alexander Uvarov
2011-03-04
1
-0
/
+135
*
Remove duplicated action pack tests added to fix issue with fields_for, neste...
Carlos Antonio da Silva
2011-02-12
1
-42
/
+0
*
Add tests showing the LH issue #6381: fields_for with inline blocks and neste...
Carlos Antonio da Silva
2011-02-08
1
-1
/
+85
*
removing generation of id in submit helper
Franco Brusatti
2011-02-03
1
-6
/
+6
*
Revert "Remove deprecated form_for with strings or symbols"
José Valim
2010-11-18
1
-0
/
+33
*
Remove deprecated form_for with strings or symbols
Leonardo Capillera
2010-11-18
1
-33
/
+0
*
fields_for should treat ActiveRecord::Relation as an array
Neeraj Singh
2010-11-11
1
-0
/
+21
*
Fix test helpers to ensure get method forms are properly tested [#5753 state:...
Aditya Sanghi
2010-10-12
1
-6
/
+9
*
Revert "Make InstanceTagMethods#value_before_type_cast raise if the model don...
Santiago Pastorino
2010-10-10
1
-30
/
+0
*
added test for form_for with search_field
Aditya Sanghi
2010-10-02
1
-0
/
+15
*
Rename duplicated test, and give it a correct name. Remove nonsense line.
Emilio Tagua
2010-09-28
1
-2
/
+1
*
Remove last tests with deprecated form_for and cleanup form_for helper
Carlos Antonio da Silva
2010-09-26
1
-63
/
+49
[next]