This project is archived and is in readonly mode.
database.rake tasks fail with pg gem
Reported by Paul Sadauskas (Rando) | September 24th, 2009 @ 05:03 PM
% rake db:migrate --trace
...
** Execute db:migrate
rake aborted!
wrong argument type String (expected Module)
/vendor/gems/dirs/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:980:in `initialize'
...
This is with the pg-0.8.0 gem.
Comments and changes to this ticket
-
Paul Sadauskas (Rando) September 24th, 2009 @ 05:03 PM
% cat config/database.yml development: adapter: postgresql database: alarm username: ssbe password: encoding: unicode pool: 5
-
Paul Sadauskas (Rando) September 24th, 2009 @ 05:29 PM
Nevermind. I was using
rvm
to use 1.8.7, and the bundled pg gem was compiled using 1.9.1. Please close. -
José Valim September 24th, 2009 @ 05:50 PM
- State changed from new to invalid
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>