Ruby cannot find sqlite3 driver on windows

前端 未结 8 2208
野趣味
野趣味 2021-02-08 10:21

I am trying to set up Ruby on Rails on windows. I am using the Flash Rails distribution that looks pretty good, but there is an issue with sqlite3. I found the threads telling m

8条回答
  •  逝去的感伤
    2021-02-08 11:02

    Try going to sqlite.org download page and get the zipped up dll. Then put that in your c:\windows\system32 folder, that should allow Ruby to find it.

提交回复
热议问题