Upgrade to Rails 3.1
Reported by Marnen Laibow-Koser | September 2nd, 2011 @ 11:15 AM
Well, looks like Rails 3.1 was just released (while I was doing the Rails 3.0 upgrade). Time to upgrade again!
Comments and changes to this ticket
-
Marnen Laibow-Koser July 2nd, 2012 @ 11:40 PM
- Tag changed from feature, rails3, upgrade to feature, rails3, rails3.1, upgrade
-
Marnen Laibow-Koser July 2nd, 2012 @ 11:40 PM
- Tag changed from feature, rails3, rails3.1, upgrade to feature, rails3.1, upgrade
-
Marnen Laibow-Koser July 3rd, 2012 @ 09:32 PM
- State changed from new to open
-
Marnen Laibow-Koser July 4th, 2012 @ 10:19 AM
This may take some work. We depend on spatial_adapter, which doesn't appear to support Rails 3.1.
-
Marnen Laibow-Koser July 4th, 2012 @ 10:24 AM
Looks like activerecord-postgis-adapter should be a reasonable substitute, though it may make future MySQL compatibility harder.
-
Marnen Laibow-Koser July 4th, 2012 @ 10:46 AM
Also, ym4r_gm plugin was out of date. I tried the new gem , but it has an initialization issue (see https://rails.lighthouseapp.com/projects/8994/tickets/4016-railsroo...). Hopefully I can fix this.
-
Marnen Laibow-Koser July 4th, 2012 @ 11:49 AM
Even when installed as a plugin, ym4r_gm doesn't seem to want to work with Rails 3.1. Perhaps it's time to remove it.
-
Marnen Laibow-Koser July 4th, 2012 @ 12:43 PM
- State changed from open to hold
Putting on hold for #82.
-
Marnen Laibow-Koser August 5th, 2013 @ 12:24 PM
- State changed from hold to open
#82 is done. Reopening.
-
Marnen Laibow-Koser August 5th, 2013 @ 04:22 PM
- State changed from open to hold
I'm getting very strange "stack level too deep" errors, mostly in controller and view specs. After not being able to completely figure this out, I'm going to put this on hold for #54.
-
Marnen Laibow-Koser August 5th, 2013 @ 04:23 PM
(from [180cd25dd820baf6d70f0df8e27124d9d63d1578]) Replace spatial_adapter and GeoRuby with activerecord-postgis-adapter. [#55] https://github.com/marnen/quorum2/commit/180cd25dd820baf6d70f0df8e2...
-
Marnen Laibow-Koser August 5th, 2013 @ 04:23 PM
(from [accd4cc9a26689f4589e4ee780a1f6943079f5fd]) Merge branch 'master' into 55-rails-3.1. NOT ALL TESTS PASSING. [#55]
Conflicts:
Gemfile Gemfile.lock config/initializers/app_globals.rb vendor/plugins/ym4r_gm/gmaps_api_key.yml.sample vendor/plugins/ym4r_gm/init.rb vendor/plugins/ym4r_gm/javascript/markerGroup.js vendor/plugins/ym4r_gm/javascript/ym4r-gm.js vendor/plugins/ym4r_gm/lib/gm_plugin/control.rb vendor/plugins/ym4r_gm/lib/gm_plugin/geocoding.rb vendor/plugins/ym4r_gm/lib/gm_plugin/helper.rb vendor/plugins/ym4r_gm/lib/gm_plugin/key.rb vendor/plugins/ym4r_gm/lib/gm_plugin/layer.rb vendor/plugins/ym4r_gm/lib/gm_plugin/map.rb vendor/plugins/ym4r_gm/lib/gm_plugin/mapping.rb vendor/plugins/ym4r_gm/lib/gm_plugin/overlay.rb vendor/plugins/ym4r_gm/lib/gm_plugin/point.rb vendor/plugins/ym4r_gm/lib/tasks/gm_tasks.rake vendor/plugins/ym4r_gm/lib/ym4r_gm.rb vendor/plugins/ym4r_gm/test/gm_test.rb https://github.com/marnen/quorum2/commit/accd4cc9a26689f4589e4ee780... -
Marnen Laibow-Koser August 5th, 2013 @ 04:23 PM
(from [ba176de583c8f594e1aa235584a61b89bb56879a]) Remove obsolete config option. [#55] https://github.com/marnen/quorum2/commit/ba176de583c8f594e1aa235584...
-
Marnen Laibow-Koser August 5th, 2013 @ 04:23 PM
(from [af5219a78195b036320d215ad1a81c7cde1fddfc]) Go back to ym4r_gm as a plugin. [#55] https://github.com/marnen/quorum2/commit/af5219a78195b036320d215ad1...
-
Marnen Laibow-Koser August 5th, 2013 @ 04:23 PM
(from [21f2442efc0456ba4a3038d2f430491ed00ec2c2]) Replace ym4r_gm plugin with gem. [#55] https://github.com/marnen/quorum2/commit/21f2442efc0456ba4a3038d2f4...
-
Marnen Laibow-Koser August 5th, 2013 @ 04:23 PM
(from [4f1bd3c701f6c1dfefe63baa846f671366e4465c]) Update Rails to 3.1; install other dependencies. [#55] https://github.com/marnen/quorum2/commit/4f1bd3c701f6c1dfefe63baa84...
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
- 80 Upgrade to Rails 3.2 Blocked by #55, or maybe we should just upgrade all the w...
- 82 ym4r_gm doesn't work with Rails 3.1 ym4r_gm doesn't work well with Rails 3.1 (see #55). It's ...