Upgrade spatial_adapter or replace it with RGeo
Reported by Marnen Laibow-Koser | August 2nd, 2013 @ 02:09 PM
Spatial_adapter is no longer working well with PostGIS 2. We should upgrade or replace with RGeo.
Comments and changes to this ticket
-
Marnen Laibow-Koser August 2nd, 2013 @ 02:34 PM
Among other things, we need to upgrade the server to Postgres 8.4 or higher so we can use PostGIS 2.0. Maybe I should just dump the data on the server and upgrade straight to Postgres 9.2...
-
Marnen Laibow-Koser August 2nd, 2013 @ 02:35 PM
Ah, it looks like we can at least upgrade the server to PostGIS 1.5, which RGeo will support, before upgrading PostgreSQL itself.
-
Marnen Laibow-Koser August 2nd, 2013 @ 02:56 PM
OK, server is upgraded to 1.5. We'll still want to go further, but at least we can install RGeo now.
-
Marnen Laibow-Koser August 2nd, 2013 @ 11:54 PM
(from [6e442df0c213cac3975bddec848d2938575d21c0]) Replace spatial_adapter and georuby with activerecord-postgis-adapter and rgeo. [#86] https://github.com/marnen/quorum2/commit/6e442df0c213cac3975bddec84...
-
Marnen Laibow-Koser August 2nd, 2013 @ 11:54 PM
(from [97ebef43ddbe3a4fae561e81b5bda612dd661a5e]) Remove file that's no longer needed. [#86] https://github.com/marnen/quorum2/commit/97ebef43ddbe3a4fae561e81b5...
-
Marnen Laibow-Koser August 2nd, 2013 @ 11:54 PM
(from [5a821c5bd9c82399ce8d284a4dc6810d65ce18d3]) Update geometry columns to new format. [#86] https://github.com/marnen/quorum2/commit/5a821c5bd9c82399ce8d284a4d...
-
Marnen Laibow-Koser August 2nd, 2013 @ 11:54 PM
(from [985c50959b747ae17a1d484fb0d19e18d8b1eb15]) Use my fork of rgeo-activerecord. [#86] https://github.com/marnen/quorum2/commit/985c50959b747ae17a1d484fb0...
-
Marnen Laibow-Koser August 2nd, 2013 @ 11:54 PM
(from [537fee24541d599237a5e670e869716390951f86]) Change GeoRuby to RGeo syntax. [#86] https://github.com/marnen/quorum2/commit/537fee24541d599237a5e670e8...
-
Marnen Laibow-Koser August 2nd, 2013 @ 11:55 PM
- State changed from new to open
I think this is done, but keeping it open while I finish #82.
-
Marnen Laibow-Koser August 5th, 2013 @ 12:23 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<p>This is the issue tracker for the Quorum calendar system. Also see our <a href="http://github.com/marnen/quorum2">Github repository</a> and our <a href="http://quorum2.sourceforge.net">project website</a>.</p>
<p>Please tag bug reports with <strong>bug</strong> and feature requests with <strong>feature</strong>. Use additional descriptive tags as necessary.</p>
People watching this ticket
Referenced by
- 82 ym4r_gm doesn't work with Rails 3.1 Looks like we broke the map because of spatial_adapter no...