Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Release History

fragility edited this page Oct 6, 2011 · 5 revisions

Version 1.3.1

  • Fixed broken MySQL migrations when using Ruby 1.8

Version 1.3.0

  • Added jdbcmysql adapter support.

Version 1.2.0

  • Added mysql2 adapter support.

Version 1.1.2

  • Fixed remove_column in PostgreSQL migrations for non-spatial columns.

Version 1.1.1

  • Added Rails 3 initialization when loaded as a gem.

Version 1.1.0

  • Fixed column type incompatibility with Rails 3 and Arel.

Version 1.0.0

  • Removed automatic loading of all adapters to reduce gem dependencies.
  • Improved detection of spatial indexes for PostgreSQL. Non-spatial GiST indexes will not be marked as spatial.

Version 0.3.1

  • Restored inclusion of GeoRuby, to avoid need to reference the classes with their full namespace.

Version 0.3.0

  • Added support for geography data types in PostGIS 1.5.0 and up. To create a geography column in your migration, use the :geographic => true option.