Errors From 'rake'

C. K. Lester wrote:

When I run rake, I get the following errors. Can somebody please let me know what I can do to fix them? Thanks!

1) Error: test_truth(ArticleControllerTest): NameError: uninitialized constant PGconn ...

2) Error: test_truth(ArticleControllerTest): NameError: uninitialized constant ActiveRecord::PGconn ...

Thanks!

It may be because you have an initializer in /config/initializers like:

def PGconn.quote_ident(name)     %("#{name}") end

Look in the entire project for: pgconn