Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10180 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

[PATCH] additional unit test for collection_select

Reported by: unclouded Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: minor Keywords:
Cc:

Description

An additional unit test for collection_select to give confidence to the perpetrators of #9642, #1125 and similar that collection_select pre-selects the current value of the attribute on screen when using AR objects.

This test fails on rails 1.2.3 (with actionpack 1.13.3) but already passes in Subversion.

Attachments

collection_select_with_objects.diff (1.0 kB) - added by unclouded on 11/15/07 22:59:33.
patch containing new unit test

Change History

11/15/07 22:59:33 changed by unclouded

  • attachment collection_select_with_objects.diff added.

patch containing new unit test

11/15/07 23:00:48 changed by unclouded

  • summary changed from additional unit test for collection_select to [PATCH] additional unit test for collection_select.