This project is archived and is in readonly mode.
Problem in postgresql and rails project..
Reported by madhuri | October 26th, 2009 @ 04:48 AM
Hello,
I want to create a rails project with the postgresql. I install
postgresql on my machine, and create a rails project also.
But when i am running the command rake db:create or rake db:migrate
then the following error occur...
uninitialized constant ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::PGconn
Please tell me the solution..
Comments and changes to this ticket
-
Roland Moriz April 11th, 2010 @ 03:47 AM
- Assigned user set to Ryan Bigg
I see you've asked on http://www.ruby-forum.com/topic/197921 and got some answers...
-
Ryan Bigg April 11th, 2010 @ 03:49 AM
- State changed from new to resolved
This was apparently caused by a missing apt package:
libpgsql-ruby
. Installing it fixed this issue.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>