version of mysql2 (0.3.2) doesn't ship with the ActiveRecord adapter bundled anymore as it's now part of Rails 3.1

后端 未结 5 1956
余生分开走
余生分开走 2020-12-28 13:36

Hi i am using rails version 3.0.7 when i run rails generate model task name:string i m getting following warning

WARNING: This version of mysql2 (0.3.2) doe         


        
5条回答
  •  北海茫月
    2020-12-28 13:54

    WARNING: Please use the 0.2.x releases if you plan on using it in Rails <= 3.0.x

    so in short just use the latest in the 0.2.x branch for the mysql2 gem.

提交回复
热议问题