> Just in case you guys want to prevent seeing this warning you can
> modify the DataObjects:URI initializer. This is what I did.
>
> DataObjects::URI.new(
> {:scheme=>@options[:adapter],
> :user=>@options[:user] || @options[:username],
> :password=>@options[:password],
> :host=>@options[:host],
> :port=>port,
> :path=>@options[:path] || @options[:database],
> :query=>query,
> :fragment=>@options[:fragment]}
> ).freeze
Ugh ;) Please refer to Xavier's message, so at least you're using code that
made it into the official repository.
--
You received this message because you are subscribed to the Google Groups
"DataMapper" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/datamapper?hl=en.