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

Ticket #781 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[PATCH] PostgreSQL fails unit tests on remote hosts

Reported by: adamm@galacticasoftware.com Assigned to: David
Priority: normal Milestone:
Component: Railties Version: 0.10.0
Severity: normal Keywords:
Cc:

Description

Rakefile will fail with postgresql adapter if the database is on a different host from localhost. The attached patch will fix the problem.

Attachments

patch (1.9 kB) - added by adamm@galacticasoftware.com on 03/05/05 18:41:31.
Patch for postgresql problem

Change History

03/05/05 18:41:31 changed by adamm@galacticasoftware.com

  • attachment patch added.

Patch for postgresql problem

03/05/05 18:42:19 changed by anonymous

  • component changed from ActiveRecord to RailTies.

03/06/05 14:18:31 changed by david

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