Hello, when trying to run:
rake db:create
I get the following error:
undefined method `quote_ident' for PGconn:Class
Having googled for a solution, it seems by adding:
def PGconn.quote_ident(name)
%("#{name}")
end
to config/initializers/new_rails_defaults.rb should solve the problem, but I'm still getting the error! Any suggestions? Thank you
See error here: http://github.com/mneumann/postgres-pr/issues/issue/1