I'm starting a new rails 3.0 application that uses geometry data types in the database to store polygons. I have installed the spatial adapter gem but it requires the mysql gem and is incompatible with the mysql2 gem.
Is it ok to use the mysql gem instead of the mysql2 gem? Am I going to have problems down the road?
Thanks!