Ruby, Rails: mysql2 gem, does somebody use this gem? Is it stable?

后端 未结 6 664
后悔当初
后悔当初 2020-12-04 14:42

I found mysql2 gem. It works fine with ruby 1.9 and utf8 encoding (as opposed to mysql gem).

But I have doubts. Does somebody use this gem in production? What about

6条回答
  •  旧时难觅i
    2020-12-04 15:17

    If anyone wants to use the mysql gem instead of the mysql2 gem in Rails 3.0.0 for Windows, I wrote a short article that explains how to tweak the rails app generator.

提交回复
热议问题