On Wed, Apr 14, 2010 at 11:47 AM, Yong Bakos <[email protected]> wrote: > Hi, > Is there a reason why connection.rb for the native PostgreSQL tests > don't have a username/pwd declared in the configuration hash? Most of > the other db test configs do (eg, mysql). > > Just curious as to why.
It relies on trust authentication on localhost: http://www.postgresql.org/docs/8.4/interactive/auth-methods.html#AUTH-TRUST jeremy -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en.
