Swap YM4R plugin for YM4R gem.
Reported by Marnen Laibow-Koser | October 24th, 2009 @ 12:15 AM
Plugins are causing dependency issues as we develop acts_as_addressed, so let's use the gem version.
Comments and changes to this ticket
-
Marnen Laibow-Koser December 7th, 2009 @ 05:28 PM
- State changed from new to open
We can't actually get rid of the YM4R plugin yet, because it contains some Google-Maps-specific stuff that the gem doesn't. However, acts_as_addressed will only use the geocoding, and that's available in the gem.
-
Marnen Laibow-Koser July 4th, 2012 @ 12:44 PM
- State changed from open to resolved
- Milestone order changed from 0 to 0
Made obsolete by #82.
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
- 44 Try to extract AddressUtilities into an acts_as plugin Running into problems with GeocodingUtilities, since that...