<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Ruby on Rails code download</title>
	<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/</link>
	<description>with PHP or Rails and AJAX: From Novice to Professional</description>
	<pubDate>Sun, 06 Jul 2008 15:31:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Andre</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19742</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Sun, 13 Jan 2008 08:02:45 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19742</guid>
		<description>@Charles: Yahoo requests that you create a key for each application, but at the time of writing it wasn't actually required to run your app. For geocoding purposes (I'm not sure about displaying maps), you can enter a pseudo-url like http://localhost

@Jean, @Aruna -- the single quote and double quote in Ruby are essentially identical except that the single quote does not allow interpolation. If the single quote character is the problem (perhaps because it was typed or copied as "curly quotes"), it can be replaced with normal single quotes or normal double quotes.</description>
		<content:encoded><![CDATA[<p>@Charles: Yahoo requests that you create a key for each application, but at the time of writing it wasn&#8217;t actually required to run your app. For geocoding purposes (I&#8217;m not sure about displaying maps), you can enter a pseudo-url like <a href="http://localhost" rel="nofollow">http://localhost</a></p>
<p>@Jean, @Aruna &#8212; the single quote and double quote in Ruby are essentially identical except that the single quote does not allow interpolation. If the single quote character is the problem (perhaps because it was typed or copied as &#8220;curly quotes&#8221;), it can be replaced with normal single quotes or normal double quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19589</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Fri, 11 Jan 2008 18:04:57 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19589</guid>
		<description>Many things are going wrong here.  First of all, Sandra's problem is one that I encountered and solved yesterday.  They are typos in the book.  I just sent you an email.

And the code differences that Jon mentioned, as well as many sections of code missing from the ZIP file, waste the reader's time and make it a real hassle to understand what's going on.  The book is good, but these items need to be addressed now.

Is there a later version of the book we can all get to stop the confusion?  Here is the info from my book:
Copyright 2007
ISBN-13 (pbk): 978-1-59059-787-3
ISBM-10 (pbk): 1-59059-787-7</description>
		<content:encoded><![CDATA[<p>Many things are going wrong here.  First of all, Sandra&#8217;s problem is one that I encountered and solved yesterday.  They are typos in the book.  I just sent you an email.</p>
<p>And the code differences that Jon mentioned, as well as many sections of code missing from the ZIP file, waste the reader&#8217;s time and make it a real hassle to understand what&#8217;s going on.  The book is good, but these items need to be addressed now.</p>
<p>Is there a later version of the book we can all get to stop the confusion?  Here is the info from my book:<br />
Copyright 2007<br />
ISBN-13 (pbk): 978-1-59059-787-3<br />
ISBM-10 (pbk): 1-59059-787-7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean Moreau</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19424</link>
		<dc:creator>Jean Moreau</dc:creator>
		<pubDate>Thu, 10 Jan 2008 03:25:53 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19424</guid>
		<description>@Aruna

The problem is with GOOGLE_MAPS_KEY=’your-google-maps-api-key’ found in the instructions

It should be GOOGLE_MAPS_KEY="your-google-maps-api-key"

Note the double quotes</description>
		<content:encoded><![CDATA[<p>@Aruna</p>
<p>The problem is with GOOGLE_MAPS_KEY=’your-google-maps-api-key’ found in the instructions</p>
<p>It should be GOOGLE_MAPS_KEY=&#8221;your-google-maps-api-key&#8221;</p>
<p>Note the double quotes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19361</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 09 Jan 2008 16:46:09 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19361</guid>
		<description>On page 84, the section named "Yahoo Geocoder Requests".  You need a Yahoo API key, which you say on page 82 is "application specific".  So what is the Web Application URL (For example: 'http://myapp.com/welcome.html') that someone should enter on the YAHOO API Registration page (http://developer.yahoo.com/wsregapp/index.php) that the reader of your book can use for the rake task (listing 4-6) on page 85?</description>
		<content:encoded><![CDATA[<p>On page 84, the section named &#8220;Yahoo Geocoder Requests&#8221;.  You need a Yahoo API key, which you say on page 82 is &#8220;application specific&#8221;.  So what is the Web Application URL (For example: &#8216;http://myapp.com/welcome.html&#8217;) that someone should enter on the YAHOO API Registration page (http://developer.yahoo.com/wsregapp/index.php) that the reader of your book can use for the rake task (listing 4-6) on page 85?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19269</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Tue, 08 Jan 2008 19:09:20 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19269</guid>
		<description>@Sandra -- I don't have ready access to an Instant Rails installation these days. My best guess is that Instant Rails' mysql binary isn't in your path. You can either modify your path to include the mysql binary, or cd into into where ever mysqlimport lives in your Instant Rails installation.</description>
		<content:encoded><![CDATA[<p>@Sandra &#8212; I don&#8217;t have ready access to an Instant Rails installation these days. My best guess is that Instant Rails&#8217; mysql binary isn&#8217;t in your path. You can either modify your path to include the mysql binary, or cd into into where ever mysqlimport lives in your Instant Rails installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19268</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Tue, 08 Jan 2008 19:02:03 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19268</guid>
		<description>Hi Charles, good eye. Hopefully you got the stores.yml file I emailed you yesterday, and I have also put up test/fixtures/stores.yml the Rails code zip file download. 

Cheers,

Andre</description>
		<content:encoded><![CDATA[<p>Hi Charles, good eye. Hopefully you got the stores.yml file I emailed you yesterday, and I have also put up test/fixtures/stores.yml the Rails code zip file download. </p>
<p>Cheers,</p>
<p>Andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Kogge</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19174</link>
		<dc:creator>Charles Kogge</dc:creator>
		<pubDate>Mon, 07 Jan 2008 16:51:46 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19174</guid>
		<description>Another issue - Ronjon's "stores.yml".  Maybe it exists somewhere, but I've spent the last  hour looking for it in the download code and the Ronjon site, and I can't find it.  I've found a "stores.XML file somewhere (I forget exactly where now).  "stores.yml" and all the other listings whould appear in the download file.  Please get out ahead of me and your other readers now by reviewing Chapters 4 and beyond, adding all of the files that are needed.  Thanks.</description>
		<content:encoded><![CDATA[<p>Another issue - Ronjon&#8217;s &#8220;stores.yml&#8221;.  Maybe it exists somewhere, but I&#8217;ve spent the last  hour looking for it in the download code and the Ronjon site, and I can&#8217;t find it.  I&#8217;ve found a &#8220;stores.XML file somewhere (I forget exactly where now).  &#8220;stores.yml&#8221; and all the other listings whould appear in the download file.  Please get out ahead of me and your other readers now by reviewing Chapters 4 and beyond, adding all of the files that are needed.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Lewis</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19137</link>
		<dc:creator>Andre Lewis</dc:creator>
		<pubDate>Mon, 07 Jan 2008 07:37:30 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-19137</guid>
		<description>@Charles, @Jon - the code went through some changes after the book was published. Sorry for any frustration the discrepancies have caused.</description>
		<content:encoded><![CDATA[<p>@Charles, @Jon - the code went through some changes after the book was published. Sorry for any frustration the discrepancies have caused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Kogge</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-18894</link>
		<dc:creator>Charles Kogge</dc:creator>
		<pubDate>Fri, 04 Jan 2008 18:24:41 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-18894</guid>
		<description>I have the Rails book.  In Listing 3-5 in the book, the createMarker() function does not look anything like the code download named chap_three_final.js

Why is this so?  Thank you.</description>
		<content:encoded><![CDATA[<p>I have the Rails book.  In Listing 3-5 in the book, the createMarker() function does not look anything like the code download named chap_three_final.js</p>
<p>Why is this so?  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandra</title>
		<link>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-14011</link>
		<dc:creator>Sandra</dc:creator>
		<pubDate>Wed, 10 Oct 2007 10:55:40 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/03/05/ruby-on-rails-code-download/#comment-14011</guid>
		<description>hi, i'm getting a mysqlimport not recognized as an internal or external command when running the following import [page 107 in the book]:

mysqlimport --delete --fields-terminated-by='&#124;' –columns=
unique_si,lat_deg,lat_min,lat_sec,lat_dir,latitude,long_deg,long_min,
long_sec,long_dir,longitude --user=root --local maps_development fcc_locations.dat

i'm using instantrails on windows.

thanks for any help</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;m getting a mysqlimport not recognized as an internal or external command when running the following import [page 107 in the book]:</p>
<p>mysqlimport &#8211;delete &#8211;fields-terminated-by=&#8217;|&#8217; –columns=<br />
unique_si,lat_deg,lat_min,lat_sec,lat_dir,latitude,long_deg,long_min,<br />
long_sec,long_dir,longitude &#8211;user=root &#8211;local maps_development fcc_locations.dat</p>
<p>i&#8217;m using instantrails on windows.</p>
<p>thanks for any help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
