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
...
*
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
*
Review most of the form_for deprecated tests, missing tests with index like []
Carlos Antonio da Silva
2010-09-26
1
-405
/
+321
*
file_field propagates up multipart property even inside of fields_for
Santiago Pastorino
2010-09-20
1
-0
/
+21
*
argument error is done for us
Aaron Patterson
2010-09-18
1
-0
/
+6
*
file_field makes the enclosing form multipart
Santiago Pastorino
2010-09-18
1
-0
/
+18
*
Remove namespace for isolated namespaced models in forms
Piotr Sarnacki
2010-09-03
1
-0
/
+17
*
Extended url_for to handle specifying which router should be used.
Piotr Sarnacki
2010-09-03
1
-50
/
+40
*
Added :format option for form_for helper and spec for this [#5226 state:resol...
Alex Chrome
2010-09-01
1
-2
/
+18
*
password_field renders with nil value by default
Santiago Pastorino
2010-08-28
1
-1
/
+4
*
Make InstanceTagMethods#value_before_type_cast raise if the model don't respo...
Santiago Pastorino
2010-08-27
1
-0
/
+13
*
Revert "It's snowing!"
wycats
2010-08-18
1
-1
/
+1
*
It's snowing!
Jeremy Kemper
2010-08-12
1
-1
/
+1
*
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
[prev]
[next]