我使用的是Rails 4.2.3
我最初收到了经典"sqlite not supported" error,然后删除了对sqlite
的所有引用。
现在我得到了:
remote: Cleaning up the bundler cache.
remote: -----> Detecting rake tasks
remote: -----> Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: rake aborted!
remote: URI::InvalidURIError: bad URI(is not URI?): ://user:pass@127.0.0.1/dbname
我的database.yml看起来像这样:
production:
url: <%= ENV['CLEARDB_DATABASE_URL'] %>
我也尝试过:
production:
url: <%= ENV['DATABASE_URL'] %>
production:
encoding: utf8
pool: 15
这是我在Heroku配置变量中看到的内容:
CLEARDB_DATABASE_URL
mysql://b517f4a5xxxxx:03eyyyy@us-cdbr-iron-east-04.cleardb.net/heroku_ab11dcfzzzzzz?reconnect=true