#73 ✓resolved
steve ross

:socket not assigned

Reported by steve ross | November 25th, 2007 @ 04:21 PM

In data_mapper.rb, around line 51 where the Rails or Merb database.yml gets assigned to the datamapper hash, :socket is not honored.

Working code (in my naive test):

default_database_config = {

:adapter => config[:adapter],

:host => config[:host],

:database => config[:database],

:username => config[:username],

:password => config[:password],

:socket => config[:socket]

}

Sorry about not writing a spec and such.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket

Attachments

Tags

Pages