我是Ruby on Rails和heroku的新手。我按照视频教程中的步骤操作。我不认为我做了什么不同的事。/postgresql_adapter.rb:1216:in `new'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/conn
-p643@railstutorial_rails_4_0/gems/activerecord-4.0.10/lib/active_record/connection_adapters/postgresql:437:in `log'
from /home/user/.rvm/gems/ruby-2.0.0-p643@railstutorial_rails_4_0/gems
相对于Ruby on Rails,我仍然是一个新手,对于Heroku,我也是一个完全的新手。我已经设置了我的Rails应用程序来使用postgres而不是sqlite3,无论是在开发中还是在生产中,我已经在我的Gemfile中添加了"gem 'pg'“。在本地,我的应用运行得很好。在我将我的应用推送到Heroku之后,当我输入"heroku run rake db:migrate“时,它告诉我,"rak