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

Ticket #9589 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] [TINY] Rake task build_mysql_databases does not populate db activerecord_unittest2

Reported by: lawrence Assigned to: core
Priority: normal Milestone: 1.x
Component: ActiveRecord Version: edge
Severity: normal Keywords: patch, tiny, rake
Cc:

Description

Rake task build_mysql_databases does not populate db activerecord_unittest2, instead the mysql2.sql file is imported in db activerecord_unittest.

Attachments

rake_mysql.patch (0.6 kB) - added by lawrence on 09/18/07 15:15:02.

Change History

09/18/07 15:15:02 changed by lawrence

  • attachment rake_mysql.patch added.

09/18/07 15:15:23 changed by lawrence

  • keywords set to patch, tiny, rake.

09/22/07 14:25:34 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [7536]) Import the right database for testing (closes #9589) [lawrence]