Ruby on Railsアプリケーションをherokuにデプロイしようとすると、この問題が発生します。以前にこの問題を見たが、修正できなかったため、ここで別の投稿を確認しました。実行しようとすると:
$ 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)
Gemfile を 'pg' で変更しようとしましたが、私のグループ :assets は :production に変更されました。
いくつかのアイデア?
また、アプリの 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.
提案と助けを事前にありがとう!!!