1

我的 Heroku 应用程序启动时出现此错误:

invalid connection option "fallback_application_name"

知道是什么原因造成的吗?

4

1 回答 1

3

heroku + postgres > 0.14 似乎有问题

这是我的 Gemfile 中解释详细信息的评论:

# Warning, if you remove the version number and end up with postgres > 0.14, expect this:
# #/app/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:1216:in `initialize': invalid connection option "fallback_application_name" (PG::Error)
# when trying to get app running on Heroku
gem 'pg', '=0.14.1' 
于 2013-07-16T18:27:45.360 回答