<?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 Martin Videc</title>
	<atom:link href="http://www.videc.at/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.videc.at</link>
	<description>codemonkey/developer</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:34:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by jgonzalez</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-2/#comment-1532</link>
		<dc:creator>jgonzalez</dc:creator>
		<pubDate>Wed, 28 Jul 2010 11:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1532</guid>
		<description>THANK YOU!!!</description>
		<content:encoded><![CDATA[<p>THANK YOU!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method ‘manage_gems’ for Gem:Module (NoMethodError) &#8211; easy fix by jimg</title>
		<link>http://www.videc.at/2010/03/25/rubygems-undefined-method-%e2%80%98manage_gems%e2%80%99-for-gemmodule-nomethoderror-easy-fix/comment-page-1/#comment-1485</link>
		<dc:creator>jimg</dc:creator>
		<pubDate>Tue, 08 Jun 2010 01:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=123#comment-1485</guid>
		<description>Yes this worked for me!  Thanks!!
Just followed the instruction.</description>
		<content:encoded><![CDATA[<p>Yes this worked for me!  Thanks!!<br />
Just followed the instruction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method ‘manage_gems’ for Gem:Module (NoMethodError) &#8211; easy fix by Setup a VPS for Rails &#8211; Part 1: Ruby, Rubygems, Rails, Passenger, Nginx &#124; railsify =&#62; true</title>
		<link>http://www.videc.at/2010/03/25/rubygems-undefined-method-%e2%80%98manage_gems%e2%80%99-for-gemmodule-nomethoderror-easy-fix/comment-page-1/#comment-1448</link>
		<dc:creator>Setup a VPS for Rails &#8211; Part 1: Ruby, Rubygems, Rails, Passenger, Nginx &#124; railsify =&#62; true</dc:creator>
		<pubDate>Tue, 04 May 2010 13:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=123#comment-1448</guid>
		<description>[...] Uhhh, to be honest, I did not really look into the reasoning of deprecating &#8216;manage_gems&#8217; or figure out my own solution. I just followed  Martin Videc: [...]</description>
		<content:encoded><![CDATA[<p>[...] Uhhh, to be honest, I did not really look into the reasoning of deprecating &#8216;manage_gems&#8217; or figure out my own solution. I just followed  Martin Videc: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method ‘manage_gems’ for Gem:Module (NoMethodError) &#8211; easy fix by Teambox auf Turnkey Linux Ubuntu 8.04.3 installieren &#124; three.letter.acronym</title>
		<link>http://www.videc.at/2010/03/25/rubygems-undefined-method-%e2%80%98manage_gems%e2%80%99-for-gemmodule-nomethoderror-easy-fix/comment-page-1/#comment-1447</link>
		<dc:creator>Teambox auf Turnkey Linux Ubuntu 8.04.3 installieren &#124; three.letter.acronym</dc:creator>
		<pubDate>Tue, 04 May 2010 06:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=123#comment-1447</guid>
		<description>[...] mv /usr/bin/gem /usr/bin/gem.old root@rails:/var/www# ln -s /usr/bin/gem1.8 /usr/bin/gem #(Danke an Martin Videc!) root@rails:/var/www# gem update --system root@rails:/var/www# gem install bundler -v &#039;~&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] mv /usr/bin/gem /usr/bin/gem.old root@rails:/var/www# ln -s /usr/bin/gem1.8 /usr/bin/gem #(Danke an Martin Videc!) root@rails:/var/www# gem update &#8211;system root@rails:/var/www# gem install bundler -v &#39;~&gt; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Kris Kemper</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-2/#comment-1410</link>
		<dc:creator>Kris Kemper</dc:creator>
		<pubDate>Mon, 26 Apr 2010 02:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1410</guid>
		<description>I just wanted to note that I got this error when trying to do a &#039;rake rails:freeze:gems&#039;. Another blog out there recommended doing a &#039;rake rails:unfreeze&#039; to fix the problem. In my case, that was all that was needed.</description>
		<content:encoded><![CDATA[<p>I just wanted to note that I got this error when trying to do a &#8216;rake rails:freeze:gems&#8217;. Another blog out there recommended doing a &#8216;rake rails:unfreeze&#8217; to fix the problem. In my case, that was all that was needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by eveevans</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-2/#comment-1353</link>
		<dc:creator>eveevans</dc:creator>
		<pubDate>Wed, 21 Apr 2010 17:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1353</guid>
		<description>thks, 
thats exactly what i was searching for 

and it  fixed my issue :)</description>
		<content:encoded><![CDATA[<p>thks,<br />
thats exactly what i was searching for </p>
<p>and it  fixed my issue <img src='http://www.videc.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method ‘manage_gems’ for Gem:Module (NoMethodError) &#8211; easy fix by percy</title>
		<link>http://www.videc.at/2010/03/25/rubygems-undefined-method-%e2%80%98manage_gems%e2%80%99-for-gemmodule-nomethoderror-easy-fix/comment-page-1/#comment-1341</link>
		<dc:creator>percy</dc:creator>
		<pubDate>Sat, 10 Apr 2010 23:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=123#comment-1341</guid>
		<description>thanks, works pretty well on the n900</description>
		<content:encoded><![CDATA[<p>thanks, works pretty well on the n900</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Forrest Zeisler</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-2/#comment-1338</link>
		<dc:creator>Forrest Zeisler</dc:creator>
		<pubDate>Wed, 07 Apr 2010 17:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1338</guid>
		<description>Your a life saver!</description>
		<content:encoded><![CDATA[<p>Your a life saver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Nicolas Goles</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-2/#comment-1335</link>
		<dc:creator>Nicolas Goles</dc:creator>
		<pubDate>Tue, 06 Apr 2010 04:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1335</guid>
		<description>Thanks for this :-)</description>
		<content:encoded><![CDATA[<p>Thanks for this <img src='http://www.videc.at/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Don</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-2/#comment-1332</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Sun, 04 Apr 2010 19:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1332</guid>
		<description>cheers. great.</description>
		<content:encoded><![CDATA[<p>cheers. great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
