<?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"
	>
<channel>
	<title>Comments for e x p r e s s i c a</title>
	<atom:link href="http://expressica.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://expressica.com</link>
	<description>ruby on rails, business and technicalities</description>
	<pubDate>Fri, 10 Sep 2010 18:32:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Simple Captcha by R-Labs &#187; Blog Archive &#187; UGUISUで利用しているプラグイン紹介</title>
		<link>http://expressica.com/simple_captcha/#comment-923</link>
		<dc:creator>R-Labs &#187; Blog Archive &#187; UGUISUで利用しているプラグイン紹介</dc:creator>
		<pubDate>Fri, 07 May 2010 02:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/simple-captcha/#comment-923</guid>
		<description>[...] simple_captcha - 画像認証機能を追加します。 [...]</description>
		<content:encoded><![CDATA[<p>[...] simple_captcha - 画像認証機能を追加します。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make arrow keys working in irb in Linux/Ubuntu by Fix for irb. backspace and arrow keys doesn&#8217;t work &#171; Flashes of Insight</title>
		<link>http://expressica.com/2007/07/11/how-to-make-arrow-keys-working-in-irb-in-linuxubuntu/#comment-921</link>
		<dc:creator>Fix for irb. backspace and arrow keys doesn&#8217;t work &#171; Flashes of Insight</dc:creator>
		<pubDate>Wed, 05 May 2010 17:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/2007/07/11/how-to-make-arrow-keys-working-in-irb-in-linuxubuntu/#comment-921</guid>
		<description>[...] As usual, I had to go in search for the cause and solution. After bit of googling I fell on a right blogpost. The problem/fix explained was exactly same and that fix worked for [...]</description>
		<content:encoded><![CDATA[<p>[...] As usual, I had to go in search for the cause and solution. After bit of googling I fell on a right blogpost. The problem/fix explained was exactly same and that fix worked for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install RMagick Gem on Linux/Ubuntu by Genís</title>
		<link>http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-917</link>
		<dc:creator>Genís</dc:creator>
		<pubDate>Thu, 15 Apr 2010 15:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-917</guid>
		<description>I tried this in ubuntu 8.04, but due to versions update, now rmagick gem need more updated libs than ubuntu is installing. Do you know any workaround to solve this?</description>
		<content:encoded><![CDATA[<p>I tried this in ubuntu 8.04, but due to versions update, now rmagick gem need more updated libs than ubuntu is installing. Do you know any workaround to solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make arrow keys working in irb in Linux/Ubuntu by zipizap123</title>
		<link>http://expressica.com/2007/07/11/how-to-make-arrow-keys-working-in-irb-in-linuxubuntu/#comment-909</link>
		<dc:creator>zipizap123</dc:creator>
		<pubDate>Tue, 09 Mar 2010 19:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/2007/07/11/how-to-make-arrow-keys-working-in-irb-in-linuxubuntu/#comment-909</guid>
		<description>I use RubyVersionManager (rvm) to download/update severall ruby versions in paralell, and I had the same problem with irb keys in all the ruby versions installed with rvm. 

To fix the irb of one of the ruby versions installed - in this case the ruby-1.9.1-p378 - I've done a slightly changed version of the commands posted above:

sudo apt-get install libreadline5 libreadline5-dev
cd ~/.rvm/src/ruby-1.9.1-p378/ext/readline/
ruby extconf.rb
make install

I believe that if you want to fix the irb of another of the ruby versions installed, you will have to do the same cd + ruby extconf.rb + make install  in the corresponding directory of that specific ruby version.

PS: The rvm is the best way I found to download the latest ruby version available and still keep an older ruby version side-by-side without conflicts (it even keeps seperate gems versions apart, so they don't conflict with each other - in short, you can have several rubys/gems versions installed and select which of them to use when you want, very easy to use)</description>
		<content:encoded><![CDATA[<p>I use RubyVersionManager (rvm) to download/update severall ruby versions in paralell, and I had the same problem with irb keys in all the ruby versions installed with rvm. </p>
<p>To fix the irb of one of the ruby versions installed - in this case the ruby-1.9.1-p378 - I&#8217;ve done a slightly changed version of the commands posted above:</p>
<p>sudo apt-get install libreadline5 libreadline5-dev<br />
cd ~/.rvm/src/ruby-1.9.1-p378/ext/readline/<br />
ruby extconf.rb<br />
make install</p>
<p>I believe that if you want to fix the irb of another of the ruby versions installed, you will have to do the same cd + ruby extconf.rb + make install  in the corresponding directory of that specific ruby version.</p>
<p>PS: The rvm is the best way I found to download the latest ruby version available and still keep an older ruby version side-by-side without conflicts (it even keeps seperate gems versions apart, so they don&#8217;t conflict with each other - in short, you can have several rubys/gems versions installed and select which of them to use when you want, very easy to use)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install RMagick Gem on Linux/Ubuntu by Ask</title>
		<link>http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-903</link>
		<dc:creator>Ask</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-903</guid>
		<description>Awesome! You saved me much time!</description>
		<content:encoded><![CDATA[<p>Awesome! You saved me much time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Captcha 1.0 by Simple Captcha for Ruby on Rails &#124; Trey Connell</title>
		<link>http://expressica.com/2007/03/23/simple_captcha_1_0/#comment-900</link>
		<dc:creator>Simple Captcha for Ruby on Rails &#124; Trey Connell</dc:creator>
		<pubDate>Tue, 02 Feb 2010 01:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/2007/03/23/simple_captcha_1_0/#comment-900</guid>
		<description>[...] After looking around, I found this post that described how you could implement a plugin called Simple Captcha in 10 minutes or [...]</description>
		<content:encoded><![CDATA[<p>[...] After looking around, I found this post that described how you could implement a plugin called Simple Captcha in 10 minutes or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install RMagick Gem on Linux/Ubuntu by stephen</title>
		<link>http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-897</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Thu, 07 Jan 2010 01:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-897</guid>
		<description>that did it...what a headache</description>
		<content:encoded><![CDATA[<p>that did it&#8230;what a headache</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install RMagick Gem on Linux/Ubuntu by tikh</title>
		<link>http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-896</link>
		<dc:creator>tikh</dc:creator>
		<pubDate>Wed, 06 Jan 2010 09:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-896</guid>
		<description>Thank you! Very simple and usefull.</description>
		<content:encoded><![CDATA[<p>Thank you! Very simple and usefull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install RMagick Gem on Linux/Ubuntu by igeek</title>
		<link>http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-884</link>
		<dc:creator>igeek</dc:creator>
		<pubDate>Thu, 03 Dec 2009 06:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/2007/07/04/how-to-install-rmagick-gem-on-linuxubuntu/#comment-884</guid>
		<description>Thx bud. Helped me clear the final hurdle! 

(also was last straw 2remind me that imagick just isn't worth the effort. Porting everything I have of of it.</description>
		<content:encoded><![CDATA[<p>Thx bud. Helped me clear the final hurdle! </p>
<p>(also was last straw 2remind me that imagick just isn&#8217;t worth the effort. Porting everything I have of of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx: Set up error pages by Abhishek Parolkar</title>
		<link>http://expressica.com/2008/03/22/nginx-set-up-error-pages/#comment-831</link>
		<dc:creator>Abhishek Parolkar</dc:creator>
		<pubDate>Mon, 14 Sep 2009 12:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://expressica.com/2008/03/22/nginx-set-up-error-pages/#comment-831</guid>
		<description>Looks like one thing missing here,

proxy_intercept_errors on; 

This is important for nginx to inspect response which is proxied....

PS: more here http://wiki.nginx.org/NginxHttpProxyModule#proxy_intercept_errors</description>
		<content:encoded><![CDATA[<p>Looks like one thing missing here,</p>
<p>proxy_intercept_errors on; </p>
<p>This is important for nginx to inspect response which is proxied&#8230;.</p>
<p>PS: more here <a href="http://wiki.nginx.org/NginxHttpProxyModule#proxy_intercept_errors" rel="nofollow">http://wiki.nginx.org/NginxHttpProxyModule#proxy_intercept_errors</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
