Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 database.yml 文件和我的 Gemfile 指定使用 postgresql。但是,当我跑步时
rake ts:index
我得到错误
rake aborted! cannot load such file -- mysql2
Thinking Sphinx 为什么要找 mysql?
连接到 Sphinx 需要 mysql2 gem,因此即使您使用 PostgreSQL 作为数据库,也请包含它。
参考: https ://github.com/pat/thinking-sphinx