Ralis报错No connection poll with "primay" found

记录:最近在研究Ruby的一个比较流行的框架----ralis

按照官网一步一步走下来的,参考:https://ruby-china.github.io/rails-guides/getting_started.html

但是,启动项目,打来本地3000之后报错下图:

大概判断了一下 ,应该是跟数据库相关的,一顿百度,发现是因为下图:

 框住的那行缺少sqlite3的版本号,改成:gem 'sqlite3','~> 1.3.6',就可以了,别忘了最后sudo bundle install 绑定一下

posted @ 2019-06-25 10:17  smile_raccoon  阅读(153)  评论(0编辑  收藏  举报