小编ser*_*omb的帖子

heroku db:push error uninitialized constant Sequel :: Postgres :: PGError

我在运行heroku db时遇到问题:pull和db:push命令.我的应用程序在bamboo-ree-1.8.7堆栈上运行Rails 3.我是Sequel的新手,我不确定脚本在抱怨什么.

$ heroku db:push
Loaded Taps v0.3.14
自动检测本地数据库:postgres://xxx@127.0.0.1/xxx_development?encoding = utf8
警告:应用程序'profreelas'中的数据将被覆盖且无法恢复.
无法连接到数据库:NameError - >未初始化的常量Sequel :: Postgres :: PGError

附加信息:
我的水龙头,续集和heroku宝石是最新的
我正在运行pg db adapter gem
在我的本地机器上运行postgresql

ruby postgresql ruby-on-rails heroku sequel

3
推荐指数
1
解决办法
1414
查看次数

标签 统计

heroku ×1

postgresql ×1

ruby ×1

ruby-on-rails ×1

sequel ×1