<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for imarichardson.com</title>
	<atom:link href="http://www.imarichardson.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imarichardson.com</link>
	<description>I&#039;m a Richardson. Are you?</description>
	<lastBuildDate>Tue, 22 Nov 2011 14:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Code Woes: &#8220;undefined local variable or method `version_requirements&#8217;&#8221; by Maurizio De Magnis</title>
		<link>http://www.imarichardson.com/2011/03/25/code-woes-undefined-local-variable-or-method-version_requirements/#comment-30</link>
		<dc:creator>Maurizio De Magnis</dc:creator>
		<pubDate>Tue, 22 Nov 2011 14:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=19#comment-30</guid>
		<description>Thanks for the solution, it helped me start an old 2.3.2 rails application avoiding even deprecation warnings :-)

Unfortunately I&#039;ve messed up the rbenv environment and I had to erase everything:

$ rm -rf ~/.rbenv/ree-1.8.7-2011.03
$ rbenv install ree-1.8.7-2011.03
$ gem install bundler
$ rbenv rehash
$ bundle install
$ bundle exec ./script/server</description>
		<content:encoded><![CDATA[<p>Thanks for the solution, it helped me start an old 2.3.2 rails application avoiding even deprecation warnings <img src='http://www.imarichardson.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Unfortunately I&#8217;ve messed up the rbenv environment and I had to erase everything:</p>
<p>$ rm -rf ~/.rbenv/ree-1.8.7-2011.03<br />
$ rbenv install ree-1.8.7-2011.03<br />
$ gem install bundler<br />
$ rbenv rehash<br />
$ bundle install<br />
$ bundle exec ./script/server</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Woes: &#8220;undefined local variable or method `version_requirements&#8217;&#8221; by Jamjrs</title>
		<link>http://www.imarichardson.com/2011/03/25/code-woes-undefined-local-variable-or-method-version_requirements/#comment-29</link>
		<dc:creator>Jamjrs</dc:creator>
		<pubDate>Thu, 14 Jul 2011 15:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=19#comment-29</guid>
		<description>Try to do as you said upon Kewin2010 but doesnt work ... I will try Richardson solution... </description>
		<content:encoded><![CDATA[<p>Try to do as you said upon Kewin2010 but doesnt work &#8230; I will try Richardson solution&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Woes: &#8220;undefined local variable or method `version_requirements&#8217;&#8221; by Kewin2010</title>
		<link>http://www.imarichardson.com/2011/03/25/code-woes-undefined-local-variable-or-method-version_requirements/#comment-27</link>
		<dc:creator>Kewin2010</dc:creator>
		<pubDate>Mon, 25 Apr 2011 07:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=19#comment-27</guid>
		<description>The solution is fairly simple. Just run the following commands to go back to the previous version of rubygems and you should be fine:

$ gem install rubygems-update -v=&#039;1.4.2&#039;
$ gem uninstall rubygems-update -v=&#039;1.5.0&#039;
$ update_rubygems
That simple revert seems to fix any issue I have with running Rails 2.3 applications. If anyone knows more about the issue and how we can fix it to use rubygems 1.5.x with Rails 2.3 that would be great!
</description>
		<content:encoded><![CDATA[<p>The solution is fairly simple. Just run the following commands to go back to the previous version of rubygems and you should be fine:</p>
<p>$ gem install rubygems-update -v=&#8217;1.4.2&#8242;<br />
$ gem uninstall rubygems-update -v=&#8217;1.5.0&#8242;<br />
$ update_rubygems<br />
That simple revert seems to fix any issue I have with running Rails 2.3 applications. If anyone knows more about the issue and how we can fix it to use rubygems 1.5.x with Rails 2.3 that would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google JSAPI &amp; JSFiddle: relationship problems? Just a little miscommunication. by jQuery P2PU Exercise 2 with Google Maps &#124; imarichardson.com</title>
		<link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-26</link>
		<dc:creator>jQuery P2PU Exercise 2 with Google Maps &#124; imarichardson.com</dc:creator>
		<pubDate>Wed, 09 Feb 2011 07:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=7#comment-26</guid>
		<description>[...] my output from the exercise iterating through the array and ultimately loading the map. Yesterday&#8217;s post brought to the surface a couple of nuances in dealing with jsFiddle, so in getting things running [...]</description>
		<content:encoded><![CDATA[<p>[...] my output from the exercise iterating through the array and ultimately loading the map. Yesterday&#8217;s post brought to the surface a couple of nuances in dealing with jsFiddle, so in getting things running [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google JSAPI &amp; JSFiddle: relationship problems? Just a little miscommunication. by Piotr Zalewa</title>
		<link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-25</link>
		<dc:creator>Piotr Zalewa</dc:creator>
		<pubDate>Wed, 09 Feb 2011 00:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=7#comment-25</guid>
		<description>your example doesn&#039;t need any frameworks except of the Google API library. hence no need for them, the code may be placed in body if you wish.</description>
		<content:encoded><![CDATA[<p>your example doesn&#8217;t need any frameworks except of the Google API library. hence no need for them, the code may be placed in body if you wish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google JSAPI &amp; JSFiddle: relationship problems? Just a little miscommunication. by Piotr Zalewa</title>
		<link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-24</link>
		<dc:creator>Piotr Zalewa</dc:creator>
		<pubDate>Wed, 09 Feb 2011 00:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=7#comment-24</guid>
		<description>the external resources do recognize the type of the script (css/js) on the &quot;extension&quot; so the last characters do have to be .js - there is a plan to make js default.</description>
		<content:encoded><![CDATA[<p>the external resources do recognize the type of the script (css/js) on the &#8220;extension&#8221; so the last characters do have to be .js &#8211; there is a plan to make js default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google JSAPI &amp; JSFiddle: relationship problems? Just a little miscommunication. by Saeed Richardson</title>
		<link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-23</link>
		<dc:creator>Saeed Richardson</dc:creator>
		<pubDate>Tue, 08 Feb 2011 23:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=7#comment-23</guid>
		<description>@Piotr: Thanks for the reply back, Piotr. I&#039;m really amazed at your quick response to the post! I actually had the resource included first, but took it out as I was testing/playing around.

I&#039;d looked through the docs but had not quite found what appeared to be a solution. In looking at your example I noticed you weren&#039;t loading any libraries but were running the values from the head. I guess I should in this case load jQuery from Google&#039;s CDN instead of the included version with jsFiddle.

Also, I just noticed the GitHub Issues and Google Group. May I suggest adding a link to the Google Group and blog under the &quot;Documentation&quot; link on the jsFiddle left sidebar. I found myself wanting to find go somewhere to find more info last night and in the midst of it all just missed those two links whenever I clicked on the docs. I was pretty much just going to the docs site and immediately typing search terms then reading without really focusing on the first page. (Yea, my fault here.) Having the links there might help ambitious, late night developers who don&#039;t read - like myself - go quickly to get input. I&#039;ll also check and see if I can add this to the issue list.

I&#039;ll also check out the IRC node, too.

Thanks for a great product and quick response.</description>
		<content:encoded><![CDATA[<p>@Piotr: Thanks for the reply back, Piotr. I&#8217;m really amazed at your quick response to the post! I actually had the resource included first, but took it out as I was testing/playing around.</p>
<p>I&#8217;d looked through the docs but had not quite found what appeared to be a solution. In looking at your example I noticed you weren&#8217;t loading any libraries but were running the values from the head. I guess I should in this case load jQuery from Google&#8217;s CDN instead of the included version with jsFiddle.</p>
<p>Also, I just noticed the GitHub Issues and Google Group. May I suggest adding a link to the Google Group and blog under the &#8220;Documentation&#8221; link on the jsFiddle left sidebar. I found myself wanting to find go somewhere to find more info last night and in the midst of it all just missed those two links whenever I clicked on the docs. I was pretty much just going to the docs site and immediately typing search terms then reading without really focusing on the first page. (Yea, my fault here.) Having the links there might help ambitious, late night developers who don&#8217;t read &#8211; like myself &#8211; go quickly to get input. I&#8217;ll also check and see if I can add this to the issue list.</p>
<p>I&#8217;ll also check out the IRC node, too.</p>
<p>Thanks for a great product and quick response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google JSAPI &amp; JSFiddle: relationship problems? Just a little miscommunication. by sproket</title>
		<link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-22</link>
		<dc:creator>sproket</dc:creator>
		<pubDate>Tue, 08 Feb 2011 17:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=7#comment-22</guid>
		<description>@Piotr: What does the fake parameter do on the managed resource?

http://www.google.com/jsapi?fake=.js

It doesn&#039;t work if you leave it off and I suspect it has something to do distinguishing between css and js resources for the benefit of jsFiddle (Google does not need this parameter?).</description>
		<content:encoded><![CDATA[<p>@Piotr: What does the fake parameter do on the managed resource?</p>
<p><a href="http://www.google.com/jsapi?fake=.js" rel="nofollow">http://www.google.com/jsapi?fake=.js</a></p>
<p>It doesn&#8217;t work if you leave it off and I suspect it has something to do distinguishing between css and js resources for the benefit of jsFiddle (Google does not need this parameter?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google JSAPI &amp; JSFiddle: relationship problems? Just a little miscommunication. by Piotr Zalewa</title>
		<link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-21</link>
		<dc:creator>Piotr Zalewa</dc:creator>
		<pubDate>Tue, 08 Feb 2011 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=7#comment-21</guid>
		<description>And BTW - I use Chrome without these issues - would you share these concerns with the devs on the channels provided? also on the docs site.

Thanks</description>
		<content:encoded><![CDATA[<p>And BTW &#8211; I use Chrome without these issues &#8211; would you share these concerns with the devs on the channels provided? also on the docs site.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google JSAPI &amp; JSFiddle: relationship problems? Just a little miscommunication. by Piotr Zalewa</title>
		<link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-20</link>
		<dc:creator>Piotr Zalewa</dc:creator>
		<pubDate>Tue, 08 Feb 2011 16:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imarichardson.com/?p=7#comment-20</guid>
		<description>Please read the documentation at http://doc.jsfiddle.net/ especially about the wrappers and resources. You&#039;ve made 2 mistakes:

1. Google API wasn&#039;t loaded (in Resources tab)
2. You&#039;ve chosen the onLoad code wrapper which will fail in this case

http://jsfiddle.net/zalun/YeWjy/2/</description>
		<content:encoded><![CDATA[<p>Please read the documentation at <a href="http://doc.jsfiddle.net/" rel="nofollow">http://doc.jsfiddle.net/</a> especially about the wrappers and resources. You&#8217;ve made 2 mistakes:</p>
<p>1. Google API wasn&#8217;t loaded (in Resources tab)<br />
2. You&#8217;ve chosen the onLoad code wrapper which will fail in this case</p>
<p><a href="http://jsfiddle.net/zalun/YeWjy/2/" rel="nofollow">http://jsfiddle.net/zalun/YeWjy/2/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

