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
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.