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


-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to