Try to extract AddressUtilities into an acts_as plugin
Reported by Marnen Laibow-Koser | October 21st, 2009 @ 10:55 PM
-- Marnen Laibow-Koser
http://www.marnen.org
marnen@marnen.org
Sent from my iPhone
Comments and changes to this ticket
-
Marnen Laibow-Koser October 21st, 2009 @ 10:59 PM
- Tag set to address, feature, plugin
-
Marnen Laibow-Koser October 21st, 2009 @ 11:00 PM
- State changed from new to open
Working on this.
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:12 PM
(from [06e28fbb95a397c4789cde57c647062c33e7a1af]) Remove test files since we'll be using RSpec instead of TestCase and start creating RSpec infrastructure. [#44] http://github.com/marnen/quorum2/commit/06e28fbb95a397c4789cde57c64...
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:12 PM
(from [7e1cc1b983e10f83ec9963606676b5678260b2e6]) Add .autotest file for the plugin so we don't wind up in circles while developing it. [#44] http://github.com/marnen/quorum2/commit/7e1cc1b983e10f83ec996360667...
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:12 PM
(from [6d76abc12cf0c5c4e8e7184dc2a26f73dceddf33]) Add some standard spec options. [#44] http://github.com/marnen/quorum2/commit/6d76abc12cf0c5c4e8e7184dc2a...
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:12 PM
(from [b324bea04434d42327532adad05995aefa7008b3]) Start putting code from AddressUtilities into acts_as_addressed. [#44] http://github.com/marnen/quorum2/commit/b324bea04434d42327532adad05...
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:12 PM
(from [ddfcf813cf0775b1c6e18063e5cf11fb967a2c6d]) Bring over #country from AddressUtilities and create instance method infrastructure. [#44] http://github.com/marnen/quorum2/commit/ddfcf813cf0775b1c6e18063e5c...
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:12 PM
(from [1f0d2d83213050bd8998532e7953e0f18d63ce9e]) Some renaming and rdoc to make things clearer. [#44] http://github.com/marnen/quorum2/commit/1f0d2d83213050bd8998532e795...
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:12 PM
(from [a3b992c3877fa1a8c749071cc18d7dff10f13d0f]) Wow, that was painless. Make Event use acts_as_addressed. [#44] http://github.com/marnen/quorum2/commit/a3b992c3877fa1a8c749071cc18...
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:12 PM
(from [2a1f287797c0959548e94acc92f0a63e0d2a7a25]) Replace AddressUtilities with acts_as_addressed in User as well. [#44] http://github.com/marnen/quorum2/commit/2a1f287797c0959548e94acc92f...
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:12 PM
(from [378c2ca708886241e0bb9405394995a8a808fdfb]) Start with a standard init.rb. [#44] http://github.com/marnen/quorum2/commit/378c2ca708886241e0bb9405394...
-
Marnen Laibow-Koser October 22nd, 2009 @ 09:13 PM
So far so good. I think it's worth trying to incorporate GeocodingUtilities into acts_as_addressed as well. We should also move the Address model into the plugin.
-
Marnen Laibow-Koser October 23rd, 2009 @ 12:27 PM
(from [ec9ea7244430eaa4ff5ddb6ae2f4d1b05bac37d3]) Move Address, State, Country, and QuietNil into plugin. Also improve testing environment for plugin (add Machinist and a bunch of other stuff). [#44] http://github.com/marnen/quorum2/commit/ec9ea7244430eaa4ff5ddb6ae2f...
-
Marnen Laibow-Koser October 23rd, 2009 @ 12:27 PM
(from [48062a3aa2b4bf4b9c064cec67a87c1bc548e61c]) Move doc comments to the right place. [#44] http://github.com/marnen/quorum2/commit/48062a3aa2b4bf4b9c064cec67a...
-
Marnen Laibow-Koser October 23rd, 2009 @ 12:27 PM
(from [135039dd5be0096835836f6e23083f44a04f0aef]) Rewrite app for new structure. All tests pass, but we've exposed a couple of bugs. [#44] http://github.com/marnen/quorum2/commit/135039dd5be0096835836f6e230...
-
Marnen Laibow-Koser October 23rd, 2009 @ 12:27 PM
(from [f0d0a6854dd510b71f8a11ae97d59c406fbb2070]) Fix up associations in plugin, and tweak application to work with them properly. I think bugs are squashed now. [#44] http://github.com/marnen/quorum2/commit/f0d0a6854dd510b71f8a11ae97d...
-
Marnen Laibow-Koser October 23rd, 2009 @ 12:27 PM
(from [39cda94e011a0af9a64add03df882950f6be411c]) Improve namespace handling in spec files. [#44] http://github.com/marnen/quorum2/commit/39cda94e011a0af9a64add03df8...
-
Marnen Laibow-Koser October 23rd, 2009 @ 12:30 PM
OK, Address, State, and Country are in the plugin. Now let's see about GeocodingUtilities.
-
Marnen Laibow-Koser October 24th, 2009 @ 12:15 AM
- State changed from open to hold
Running into problems with GeocodingUtilities, since that depends on the GeoRuby gem (easy to manage) and the YM4R plugin (not so easy to manage). Putting this on hold for #45.
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 (from [8f1528719deaa9981adc8e9d8fff5574f7df2c62]) Generat...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [06e28fbb95a397c4789cde57c647062c33e7a1af]) Remove ...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [7e1cc1b983e10f83ec9963606676b5678260b2e6]) Add .au...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [5f210cbc43e623bfc679b146f20799ad5636f236]) Fix spe...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [6d76abc12cf0c5c4e8e7184dc2a26f73dceddf33]) Add som...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [b324bea04434d42327532adad05995aefa7008b3]) Start p...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [ecbbb577c7750cb7c50122b9856e7e002cd2b40b]) Clarify...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [94e962770b2babfd27c7ac293ff85c33db066c9f]) Set up ...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [ddfcf813cf0775b1c6e18063e5cf11fb967a2c6d]) Bring o...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [1f0d2d83213050bd8998532e7953e0f18d63ce9e]) Some re...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [a3b992c3877fa1a8c749071cc18d7dff10f13d0f]) Wow, th...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [2a1f287797c0959548e94acc92f0a63e0d2a7a25]) Replace...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [56df6bce938e764955fb4a6d25a74719ab7374bf]) Remove ...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [378c2ca708886241e0bb9405394995a8a808fdfb]) Start w...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [ec9ea7244430eaa4ff5ddb6ae2f4d1b05bac37d3]) Move Ad...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [48062a3aa2b4bf4b9c064cec67a87c1bc548e61c]) Move do...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [135039dd5be0096835836f6e23083f44a04f0aef]) Rewrite...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [f0d0a6854dd510b71f8a11ae97d59c406fbb2070]) Fix up ...
- 44 Try to extract AddressUtilities into an acts_as plugin (from [39cda94e011a0af9a64add03df882950f6be411c]) Improve...