aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use real hash model in nested fields_for with hash model testSam Pohlenz2011-06-221-4/+2
* Test for extractable_options? within nested fields_for.Sam Pohlenz2011-06-201-0/+18
* There are no snowmen hereDavid Lee2011-06-111-2/+2
* Added missing assert to test checking form with namespaced isolated model and...Piotr Sarnacki2011-06-071-5/+5
* Add method fields_for_with_index to FormHelperJorge Bejar2011-05-211-0/+125
* Refactor fields_for to make the api more clear, and fix usage with non nested...Carlos Antonio da Silva2011-05-141-0/+14
* Allow a label with the value option to have value-specific translations.Jason Garber2011-04-271-1/+11
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Allow FormHelper#form_for to specify the :method as a direct option instead o...David Heinemeier Hansson2011-03-261-2/+19
* Add an option to FormBuilder to omit hidden field with idAlexander Uvarov2011-03-041-0/+135
* Remove duplicated action pack tests added to fix issue with fields_for, neste...Carlos Antonio da Silva2011-02-121-42/+0
* Add tests showing the LH issue #6381: fields_for with inline blocks and neste...Carlos Antonio da Silva2011-02-081-1/+85
* removing generation of id in submit helperFranco Brusatti2011-02-031-6/+6
* Revert "Remove deprecated form_for with strings or symbols"José Valim2010-11-181-0/+33
* Remove deprecated form_for with strings or symbolsLeonardo Capillera2010-11-181-33/+0
* fields_for should treat ActiveRecord::Relation as an arrayNeeraj Singh2010-11-111-0/+21
* Fix test helpers to ensure get method forms are properly tested [#5753 state:...Aditya Sanghi2010-10-121-6/+9
* Revert "Make InstanceTagMethods#value_before_type_cast raise if the model don...Santiago Pastorino2010-10-101-30/+0
* added test for form_for with search_fieldAditya Sanghi2010-10-021-0/+15
* Rename duplicated test, and give it a correct name. Remove nonsense line.Emilio Tagua2010-09-281-2/+1
* Remove last tests with deprecated form_for and cleanup form_for helperCarlos Antonio da Silva2010-09-261-63/+49
* Review most of the form_for deprecated tests, missing tests with index like []Carlos Antonio da Silva2010-09-261-405/+321
* file_field propagates up multipart property even inside of fields_forSantiago Pastorino2010-09-201-0/+21
* argument error is done for usAaron Patterson2010-09-181-0/+6
* file_field makes the enclosing form multipartSantiago Pastorino2010-09-181-0/+18
* Remove namespace for isolated namespaced models in formsPiotr Sarnacki2010-09-031-0/+17
* Extended url_for to handle specifying which router should be used.Piotr Sarnacki2010-09-031-50/+40
* Added :format option for form_for helper and spec for this [#5226 state:resol...Alex Chrome2010-09-011-2/+18
* password_field renders with nil value by defaultSantiago Pastorino2010-08-281-1/+4
* Make InstanceTagMethods#value_before_type_cast raise if the model don't respo...Santiago Pastorino2010-08-271-0/+13
* Revert "It's snowing!"wycats2010-08-181-1/+1
* It's snowing!Jeremy Kemper2010-08-121-1/+1
* Replace snowman with utf8=✓wycats2010-08-111-1/+1
* rename _snowman to _ewycats2010-08-091-1/+1
* Fix label form helper to use I18n and html options, without the need of 'nil'...Carlos Antonio da Silva2010-08-011-2/+9
* Makes form_helper use overriden model accessorsSantiago Pastorino2010-08-011-0/+17
* remove size attribute from tag generated by file_field helper [#5084 state:re...Miles Egan2010-07-131-0/+5
* Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.José Valim2010-06-291-1/+1
* Fix several known web encoding issues:wycats2010-06-271-181/+204
* make text_field and hidden_field omit the value attribute if the developer ex...Jeff Dean2010-06-231-0/+10
* test for #4862Neeraj Singh2010-06-221-0/+5
* form_for without :html and with :remote should not errorDavid Genord II2010-06-181-0/+20
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-3/+2
* Fixed 1 failure in ActionPack testsuite [#4613 state:resolved]Hussein Morsy2010-05-161-2/+2
* Sending :id => nil to form helpers now properly omits the "id" html element [...Jeff Dean2010-05-151-0/+107
* Let label helpers accept blocks.Stephen Celis2010-05-151-3/+7
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-3/+3
* fields_for returns block result when outside ERBRyan Bates2010-04-111-0/+5