新手问题 运行 rails 范例程序的时候遇到 sqlite 的错误

littlestupid · April 13, 2016 · Last by littlestupid replied at April 13, 2016 · 1241 hits

大家好,我是运行 rails 最基本的范例出现了错误。(就是用 rails new testApp 这个命令) 然后就发生了如图的一大堆错误。初步来看像是 sqlite 不匹配造成的。

gem uninstall sqlite3
bundle install

卸载再重新 bundle

搞定了,果然可以啊,谢谢 @cysh 同学的帮助。O(∩_∩)O~

You need to Sign in before reply, if you don't have an account, please Sign up first.