<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: GeoKit: My First Rails Plug-in</title>
	<link>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 29 Aug 2008 01:44:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Bill Eisenhauer</title>
		<link>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-211</link>
		<pubDate>Tue, 13 Feb 2007 06:10:59 +0000</pubDate>
		<guid>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-211</guid>
					<description>Hey Ernie,

Hey There,

Thanks for the suggestion.  You are definitely right, there is no reason why this needs to be packaged entirely as a plugin.  The plugin started as an acts_as_mappable mix in for the most part, so it could only be a plugin at that point.  

Then when I enlisted Andre to help mix in the geocoder stuff, that's where we started to get into gem territory.  While its not as elegant, you can certainly thieve the geocoder code out if that's what you are interested in.  Just remember to take care of the keys.

Many thanks for the feedback and we'll definitely give some thought into alternative packaging.

Bill</description>
		<content:encoded><![CDATA[<p>Hey Ernie,</p>
<p>Hey There,</p>
<p>Thanks for the suggestion.  You are definitely right, there is no reason why this needs to be packaged entirely as a plugin.  The plugin started as an acts_as_mappable mix in for the most part, so it could only be a plugin at that point.  </p>
<p>Then when I enlisted Andre to help mix in the geocoder stuff, that&#8217;s where we started to get into gem territory.  While its not as elegant, you can certainly thieve the geocoder code out if that&#8217;s what you are interested in.  Just remember to take care of the keys.</p>
<p>Many thanks for the feedback and we&#8217;ll definitely give some thought into alternative packaging.</p>
<p>Bill
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ernie Prabhakar</title>
		<link>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-209</link>
		<pubDate>Tue, 13 Feb 2007 01:37:07 +0000</pubDate>
		<guid>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-209</guid>
					<description>Have you thought about moving the core functionality into a generic Ruby gem, with the plug-in wrapped around that? This seems like it'd be useful in many more places than just Rails. -- Ernie P.</description>
		<content:encoded><![CDATA[<p>Have you thought about moving the core functionality into a generic Ruby gem, with the plug-in wrapped around that? This seems like it&#8217;d be useful in many more places than just Rails. &#8212; Ernie P.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rails on the road &#187; Archivio Blog &#187; GeoKit: Geocoding and Location Finder Plugin for Rails</title>
		<link>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-144</link>
		<pubDate>Sat, 10 Feb 2007 12:54:22 +0000</pubDate>
		<guid>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-144</guid>
					<description>[...] GeoKitè un nuovo plugin per Rails sviluppato da Bill Eisenhauer e Andre Lewis che ha delle interessanti funzionalità: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] GeoKitè un nuovo plugin per Rails sviluppato da Bill Eisenhauer e Andre Lewis che ha delle interessanti funzionalità: [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jordan Brock</title>
		<link>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-143</link>
		<pubDate>Sat, 10 Feb 2007 06:38:18 +0000</pubDate>
		<guid>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-143</guid>
					<description>Further to my last comment, I've integrated the plugin with this site - &lt;a href="http://schoolseek.com.au" rel="nofollow"&gt;School Seek&lt;/a&gt; - and am using it to allow people to do a distance based search for schools.

Once again, thanks for the plugin. I've got a very happy client today!

Cheers,
Jordan</description>
		<content:encoded><![CDATA[<p>Further to my last comment, I&#8217;ve integrated the plugin with this site - <a href="http://schoolseek.com.au" rel="nofollow">School Seek</a> - and am using it to allow people to do a distance based search for schools.</p>
<p>Once again, thanks for the plugin. I&#8217;ve got a very happy client today!</p>
<p>Cheers,<br />
Jordan
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Brandon Keepers</title>
		<link>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-142</link>
		<pubDate>Sat, 10 Feb 2007 05:17:58 +0000</pubDate>
		<guid>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-142</guid>
					<description>Bill,

Cool stuff! I love the finder.

I have similar goals for &lt;a href="http://rubyforge.org/projects/graticule" rel="nofollow"&gt;Graticule&lt;/a&gt; and the &lt;a href="http://source.collectiveidea.com/public/rails/plugins/acts_as_geocodable/" rel="nofollow"&gt;acts_as_geocodable&lt;/a&gt; plugin. The vision is that Graticule will be an all-purpose geo library, with support for all the geocoders, distance calculations, etc, and the plugin would add geocoding to models, along with finders.

Are you interested in joining forces?

Brandon</description>
		<content:encoded><![CDATA[<p>Bill,</p>
<p>Cool stuff! I love the finder.</p>
<p>I have similar goals for <a href="http://rubyforge.org/projects/graticule" rel="nofollow">Graticule</a> and the <a href="http://source.collectiveidea.com/public/rails/plugins/acts_as_geocodable/" rel="nofollow">acts_as_geocodable</a> plugin. The vision is that Graticule will be an all-purpose geo library, with support for all the geocoders, distance calculations, etc, and the plugin would add geocoding to models, along with finders.</p>
<p>Are you interested in joining forces?</p>
<p>Brandon
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jordan Brock</title>
		<link>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-141</link>
		<pubDate>Sat, 10 Feb 2007 04:05:53 +0000</pubDate>
		<guid>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-141</guid>
					<description>This is absolutely fantastic. I've been wanting to add geocoding to a website I've been working on, and with Google launching Maps and Local Search in Australia just the  other day, this is just perfect timing. 

Thank you both for a great plugin.</description>
		<content:encoded><![CDATA[<p>This is absolutely fantastic. I&#8217;ve been wanting to add geocoding to a website I&#8217;ve been working on, and with Google launching Maps and Local Search in Australia just the  other day, this is just perfect timing. </p>
<p>Thank you both for a great plugin.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: GeoKit: Geocoding and Location Finder Plugin for Rails</title>
		<link>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-139</link>
		<pubDate>Sat, 10 Feb 2007 00:06:37 +0000</pubDate>
		<guid>http://blog.billeisenhauer.com/2007/02/09/geokit-my-first-rails-plug-in/#comment-139</guid>
					<description>[...] The developers have blogged about their new creation here and here. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The developers have blogged about their new creation here and here. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
