Je viens de mettre à Rails 3.1 et la première application que j'ai essayé de déployer sur Heroku a rencontré un problème concernant Postgres adaptateur. Je suis en mesure de pousser à l'application de heroku, mais alors quand j'essaie de migrer la base de données, j'obtiens l'erreur suivante:
heroku rake db:migrate
rake aborted!
Please install the postgresql adapter: `gem install activerecord-postgresql-adapter`
(pg is not part of the bundle. Add it to Gemfile.)
Tasks: TOP => db:migrate => db:load_config
(See full trace by running task with --trace)
lorsque j'essaie de leur a suggéré d'installer j'obtiens:
ERROR: Could not find a valid gem 'activerecord-postgresql-adapter' (>= 0) in any repository
ERROR: Possible alternatives: activerecord-postgis-adapter, activerecord-jdbcpostgresql-adapter, activerecord-postgresql-cursors, activerecord-jdbcmysql-adapter, activerecord-jdbcmssql-adapter
qui a déjà fait bizarre... si ce exact gem dois-je installer pour obtenir cette chose de travailler si pas ce qu'ils disent je dois installer??
Lorsque j'essaie d'installer le gem pg-je obtenir:
Building native extensions. This could take a while...
ERROR: Error installing pg:
ERROR: Failed to build gem native extension.
/Users/jerometufte/.rvm/rubies/ruby-1.9.2-p180/bin/ruby extconf.rb
checking for pg_config... no
No pg_config... trying anyway. If building fails, please try again with
--with-pg-config=/path/to/pg_config
checking for libpq-fe.h... no
Can't find the 'libpq-fe.h header
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
...
Je suis l'aide de SQLite3 actuellement. Toute aide grandement appréciée, ça, c'est incompréhensible pour moi.