私はrubyをヒーローアプリケーションに配備しようとしたときにこの問題を抱えていました。私はこの問題を前に見たので、ここで別の投稿をチェックします。 私が実行しようとすると:Heroku rake db:migrate doesnt work
$ heroku rake db:migrate
私はこれらのものの多くを得る:DEPRECATION WARNING
:
、その後:
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)
私はPG '' で私のGemfileを変更しようとしましたし、私のグループ:資産は:生産する、私は何かが不足していることを知っているが、私はcould'nt何を考え出した。
いくつかのアイデア?私は、アプリケーションのURLに行くとき
はまた、私はこれを取得:すべてのために事前に
Application Error
An error occurred in the application and your page could not be served. Please try again in a few moments.
If you are the application owner, check your logs for details.
感謝を示唆して助けて!
実行中のRails/Rubyのバージョン。私はあなたがBamboo Ruby 1.9.2のスタックで動いていると仮定しています –
ルビー1.9.3p194とレールRails 3.2.3を実行しています。 –