<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>I'm a Richardson - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-5bbc30bc" type="application/json"/><link>http://imarichardson.disqus.com/</link><description></description><atom:link href="http://imarichardson.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 22 Nov 2011 09:52:20 -0000</lastBuildDate><item><title>Re: Code Woes: &amp;#8220;undefined local variable or method `version_requirements&amp;#8217;&amp;#8221;</title><link>http://www.imarichardson.com/2011/03/25/code-woes-undefined-local-variable-or-method-version_requirements/#comment-370085099</link><description>&lt;p&gt;Thanks for the solution, it helped me start an old 2.3.2 rails application avoiding even deprecation warnings :-)&lt;/p&gt;

&lt;p&gt;Unfortunately I've messed up the rbenv environment and I had to erase everything:&lt;/p&gt;

&lt;p&gt;$ rm -rf ~/.rbenv/ree-1.8.7-2011.03&lt;br&gt;$ rbenv install ree-1.8.7-2011.03&lt;br&gt;$ gem install bundler&lt;br&gt;$ rbenv rehash&lt;br&gt;$ bundle install&lt;br&gt;$ bundle exec ./script/server&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maurizio De Magnis</dc:creator><pubDate>Tue, 22 Nov 2011 09:52:20 -0000</pubDate></item><item><title>Re: Code Woes: &amp;#8220;undefined local variable or method `version_requirements&amp;#8217;&amp;#8221;</title><link>http://www.imarichardson.com/2011/03/25/code-woes-undefined-local-variable-or-method-version_requirements/#comment-252112269</link><description>&lt;p&gt;Try to do as you said upon Kewin2010 but doesnt work ... I will try Richardson solution... &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jamjrs</dc:creator><pubDate>Thu, 14 Jul 2011 11:46:51 -0000</pubDate></item><item><title>Re: Code Woes: &amp;#8220;undefined local variable or method `version_requirements&amp;#8217;&amp;#8221;</title><link>http://www.imarichardson.com/2011/03/25/code-woes-undefined-local-variable-or-method-version_requirements/#comment-191361918</link><description>&lt;p&gt;The solution is fairly simple. Just run the following commands to go back to the previous version of rubygems and you should be fine:&lt;/p&gt;

&lt;p&gt;$ gem install rubygems-update -v='1.4.2'&lt;br&gt;$ gem uninstall rubygems-update -v='1.5.0'&lt;br&gt;$ update_rubygems&lt;br&gt;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!&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kewin2010</dc:creator><pubDate>Mon, 25 Apr 2011 03:56:46 -0000</pubDate></item><item><title>Re: Google JSAPI &amp;#038; JSFiddle: relationship problems? Just a little miscommunication.</title><link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-143070514</link><description>&lt;p&gt;your example doesn'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.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Piotr Zalewa</dc:creator><pubDate>Tue, 08 Feb 2011 19:49:35 -0000</pubDate></item><item><title>Re: Google JSAPI &amp;#038; JSFiddle: relationship problems? Just a little miscommunication.</title><link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-143069812</link><description>&lt;p&gt;the external resources do recognize the type of the script (css/js) on the "extension" so the last characters do have to be .js - there is a plan to make js default.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Piotr Zalewa</dc:creator><pubDate>Tue, 08 Feb 2011 19:48:11 -0000</pubDate></item><item><title>Re: Google JSAPI &amp;#038; JSFiddle: relationship problems? Just a little miscommunication.</title><link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-143015082</link><description>&lt;p&gt;@Piotr: Thanks for the reply back, Piotr. I'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.&lt;/p&gt;

&lt;p&gt;I'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't loading any libraries but were running the values from the head. I guess I should in this case load jQuery from Google's CDN instead of the included version with jsFiddle.&lt;/p&gt;

&lt;p&gt;Also, I just noticed the GitHub Issues and Google Group. May I suggest adding a link to the Google Group and blog under the "Documentation" 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't read - like myself - go quickly to get input. I'll also check and see if I can add this to the issue list.&lt;/p&gt;

&lt;p&gt;I'll also check out the IRC node, too.&lt;/p&gt;

&lt;p&gt;Thanks for a great product and quick response.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">imarichardson</dc:creator><pubDate>Tue, 08 Feb 2011 18:08:45 -0000</pubDate></item><item><title>Re: Google JSAPI &amp;#038; JSFiddle: relationship problems? Just a little miscommunication.</title><link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-142739363</link><description>&lt;p&gt;@Piotr: What does the fake parameter do on the managed resource?&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.google.com/jsapi?fake=.js" rel="nofollow"&gt;http://www.google.com/jsapi?fa...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It doesn'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?).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sproket</dc:creator><pubDate>Tue, 08 Feb 2011 12:53:24 -0000</pubDate></item><item><title>Re: Google JSAPI &amp;#038; JSFiddle: relationship problems? Just a little miscommunication.</title><link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-142668546</link><description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Piotr Zalewa</dc:creator><pubDate>Tue, 08 Feb 2011 11:18:52 -0000</pubDate></item><item><title>Re: Google JSAPI &amp;#038; JSFiddle: relationship problems? Just a little miscommunication.</title><link>http://www.imarichardson.com/2011/02/08/google-jsapi-jsfiddle-relationship-problems/#comment-142667911</link><description>&lt;p&gt;Please read the documentation at &lt;a href="http://doc.jsfiddle.net/" rel="nofollow"&gt;http://doc.jsfiddle.net/&lt;/a&gt; especially about the wrappers and resources. You've made 2 mistakes:&lt;/p&gt;

&lt;p&gt;1. Google API wasn't loaded (in Resources tab)&lt;br&gt;2. You've chosen the onLoad code wrapper which will fail in this case&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jsfiddle.net/zalun/YeWjy/2/" rel="nofollow"&gt;http://jsfiddle.net/zalun/YeWj...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Piotr Zalewa</dc:creator><pubDate>Tue, 08 Feb 2011 11:17:50 -0000</pubDate></item><item><title>Re: Wirble Woes: &amp;#8220;Couldn&amp;#8217;t load Wirble: no such file to load&amp;#8221;</title><link>http://www.imarichardson.com/2010/08/21/wirble-woes-couldnt-load-wirble-no-such-file-to-load/#comment-84316315</link><description>&lt;p&gt;Thank you.  I was starting to get annoyed about that.  :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jamey Davis</dc:creator><pubDate>Tue, 05 Oct 2010 11:34:17 -0000</pubDate></item><item><title>Re: Paperclip and the busted &amp;#8220;not recognized by identify&amp;#8221; error, and a couple other gotchas</title><link>http://www.imarichardson.com/2009/09/17/paperclip-and-the-busted-not-recognized-by-identify-error-and-a-couple-other-gotchas/#comment-61679362</link><description>&lt;p&gt;A more definite solution to the PATH problem is here:&lt;br&gt;&lt;a href="http://www.icoretech.org/2009/08/passenger-mod_rails-path-on-leopard-snow-leopard/" rel="nofollow"&gt;http://www.icoretech.org/2009/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp Ringli</dc:creator><pubDate>Mon, 12 Jul 2010 05:14:29 -0000</pubDate></item><item><title>Re: OSX SVN woes: client is too old to work with working copy</title><link>http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/#comment-33984849</link><description>&lt;p&gt;I had to put the following in my profile file to get it to work:&lt;/p&gt;

&lt;p&gt;export PATH=/opt/subversion/bin:$PATH&lt;/p&gt;

&lt;p&gt;For the rest, tnx for this! Saved my day....&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeroen Keppens</dc:creator><pubDate>Fri, 12 Feb 2010 03:03:50 -0000</pubDate></item><item><title>Re: OSX SVN woes: client is too old to work with working copy</title><link>http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/#comment-33265984</link><description>&lt;p&gt;I ran into this problem when working on a website, upgraded svn but the problem persists. I have confirmed that the path is set correctly with "svn --version". &lt;/p&gt;

&lt;p&gt;This seems to have come out of nowhere. I'm the only developer working on this and I haven't messed around with different versions of svn since I originally installed it. Is there anything else that could be causing the problem?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">smabbott</dc:creator><pubDate>Tue, 09 Feb 2010 11:12:45 -0000</pubDate></item><item><title>Re: OSX SVN woes: client is too old to work with working copy</title><link>http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/#comment-32645879</link><description>&lt;p&gt;Thanks for this, it solved 99% of my problem :)&lt;/p&gt;

&lt;p&gt;The other issue I has was my PATH was set in numerous files and .profile is checked last&lt;/p&gt;

&lt;p&gt;&lt;a href="http://johnnywey.wordpress.com/2008/04/17/fixing-bash-profile-in-os-x/" rel="nofollow"&gt;http://johnnywey.wordpress.com...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alastair</dc:creator><pubDate>Thu, 04 Feb 2010 16:51:03 -0000</pubDate></item><item><title>Re: The CFWheels are a turning!</title><link>http://www.imarichardson.com/2005/12/17/the-cfwheels-are-a-turning/#comment-29966432</link><description>&lt;p&gt;CFwheel VS Ruby on Rails? To be or not to be?^^)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">researchpapersgod</dc:creator><pubDate>Fri, 15 Jan 2010 10:28:06 -0000</pubDate></item><item><title>Re: OSX SVN woes: client is too old to work with working copy</title><link>http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/#comment-27957220</link><description>&lt;p&gt;export PATH=/opt/subversion:$PATH&lt;/p&gt;

&lt;p&gt;should be &lt;/p&gt;

&lt;p&gt;export PATH=/opt/subversion/bin:$PATH&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anastasios</dc:creator><pubDate>Mon, 04 Jan 2010 01:45:20 -0000</pubDate></item><item><title>Re: OSX SVN woes: client is too old to work with working copy</title><link>http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/#comment-25621240</link><description>&lt;p&gt;Thanks Buddy&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bharathi</dc:creator><pubDate>Sat, 12 Dec 2009 20:04:49 -0000</pubDate></item><item><title>Re: Flex 4 (Gumbo) &amp;#8220;Application Descriptor Not Found&amp;#8221; woes</title><link>http://www.imarichardson.com/2009/07/15/flex-4-gumbo-application-descriptor-not-found-woes/#comment-23199602</link><description>&lt;p&gt;Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">arend</dc:creator><pubDate>Mon, 16 Nov 2009 12:03:11 -0000</pubDate></item><item><title>Re: Paperclip and the busted &amp;#8220;not recognized by identify&amp;#8221; error, and a couple other gotchas</title><link>http://www.imarichardson.com/2009/09/17/paperclip-and-the-busted-not-recognized-by-identify-error-and-a-couple-other-gotchas/#comment-22753075</link><description>&lt;p&gt;&lt;br&gt;I had the same issue:  Have an attachment that can be an image or pdf.  Wanted processing on the images, but not on the pdfs.  Adding :whiny =&amp;gt; false to my has_attached_file options silenced the exceptions.  This is an acceptable solution in my case. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Harrison</dc:creator><pubDate>Wed, 11 Nov 2009 12:53:45 -0000</pubDate></item><item><title>Re: Install ImageMagick &amp;amp; RMagick on RHEL5</title><link>http://www.imarichardson.com/2007/07/06/install-imagemagick-rmagick-on-rhel5/#comment-20939690</link><description>&lt;p&gt;If you want to avoid installing from sources, read my article on how to do it in the rpm way:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.cherpec.com/2009/10/howto-install-rmagick-2-on-centosrhel-5/" rel="nofollow"&gt;http://www.cherpec.com/2009/10...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vitalie</dc:creator><pubDate>Sat, 24 Oct 2009 14:44:45 -0000</pubDate></item><item><title>Re: Installing Subversion Bindings for Warehouse App</title><link>http://www.imarichardson.com/2007/11/01/installing-subversion-bindings-for-warehouse-app/#comment-17409721</link><description>&lt;p&gt;Not sure if this is a 2009 development, but at least on CentOS 5.3, you can just do "yum install subversion-ruby".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pradador</dc:creator><pubDate>Fri, 25 Sep 2009 22:52:07 -0000</pubDate></item><item><title>Re: Installing Subversion Bindings for Warehouse App</title><link>http://www.imarichardson.com/2007/11/01/installing-subversion-bindings-for-warehouse-app/#comment-17351924</link><description>&lt;p&gt;thanks for your post, it helped me&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Caminante Diurno</dc:creator><pubDate>Thu, 24 Sep 2009 22:09:36 -0000</pubDate></item><item><title>Re: RubyOnRails using MSSQL Server and FreeTDS</title><link>http://www.imarichardson.com/2006/09/26/rubyonrails-using-mssql-server-and-freetds/#comment-16799021</link><description>&lt;p&gt;tst&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">receipt printer</dc:creator><pubDate>Thu, 17 Sep 2009 01:06:19 -0000</pubDate></item><item><title>Re: The CFWheels are a turning!</title><link>http://www.imarichardson.com/2005/12/17/the-cfwheels-are-a-turning/#comment-16797593</link><description>&lt;p&gt;test&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">receipt printer</dc:creator><pubDate>Thu, 17 Sep 2009 00:33:19 -0000</pubDate></item><item><title>Re: OSX SVN woes: client is too old to work with working copy</title><link>http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/#comment-15686966</link><description>&lt;p&gt;Just in addition to Paul's comment, you actually should just need to update your environment variables like so (rather than logging in/out):&lt;/p&gt;

&lt;p&gt;source ~/.profile&lt;/p&gt;

&lt;p&gt;cheers. :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy B</dc:creator><pubDate>Mon, 31 Aug 2009 21:55:53 -0000</pubDate></item></channel></rss>
