<?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 on: Problems with RubyGems? Find here some handy tips</title>
	<atom:link href="http://blog.mmediasys.com/2008/08/04/problems-with-rubygems-find-here-some-handy-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mmediasys.com/2008/08/04/problems-with-rubygems-find-here-some-handy-tips/</link>
	<description>Compartiendo fragmentos de código con el mundo.</description>
	<lastBuildDate>Sun, 07 Mar 2010 15:27:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: konek2000</title>
		<link>http://blog.mmediasys.com/2008/08/04/problems-with-rubygems-find-here-some-handy-tips/comment-page-1/#comment-3504</link>
		<dc:creator>konek2000</dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=35#comment-3504</guid>
		<description>hi,

i&#039;m using MacBook Pro OS X 10.6 Leopard. installed RubyOSX 1-click installer, (did not know Ruby was built in).

now i get the ff error:

Rails requires Rubygems &gt;=1.3.2 (you have 1.3.1). Please &#039;gem update --system&#039; and try again.

when i issue &#039;gem update...&#039;, i get &#039;Nothing to update&#039;.
because i&#039;ve already got 1.3.5

can somebody please help me fix this problem.

thanks in advance, really appreciate it.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i&#8217;m using MacBook Pro OS X 10.6 Leopard. installed RubyOSX 1-click installer, (did not know Ruby was built in).</p>
<p>now i get the ff error:</p>
<p>Rails requires Rubygems &gt;=1.3.2 (you have 1.3.1). Please &#8216;gem update &#8211;system&#8217; and try again.</p>
<p>when i issue &#8216;gem update&#8230;&#8217;, i get &#8216;Nothing to update&#8217;.<br />
because i&#8217;ve already got 1.3.5</p>
<p>can somebody please help me fix this problem.</p>
<p>thanks in advance, really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DEV_MEM.dump_to(:blog) - Multimedia systems blog</title>
		<link>http://blog.mmediasys.com/2008/08/04/problems-with-rubygems-find-here-some-handy-tips/comment-page-1/#comment-192</link>
		<dc:creator>DEV_MEM.dump_to(:blog) - Multimedia systems blog</dc:creator>
		<pubDate>Sun, 10 Aug 2008 20:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=35#comment-192</guid>
		<description>RubyGems: With power comes responsibility...

	Sounds like a movie, but should be applicable on every day work. I found that even you can trick RubyGems to do something, it doesn&#8217;t meant it is right. Please keep reading to understand my opinion.
	-more-&gt;
	The power behind&#8212;platform
	Sin...</description>
		<content:encoded><![CDATA[<p>RubyGems: With power comes responsibility&#8230;</p>
<p>	Sounds like a movie, but should be applicable on every day work. I found that even you can trick RubyGems to do something, it doesn&#8217;t meant it is right. Please keep reading to understand my opinion.<br />
	<del>more</del>&gt;<br />
	The power behind&#8212;platform<br />
	Sin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2008/08/04/problems-with-rubygems-find-here-some-handy-tips/comment-page-1/#comment-191</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sat, 09 Aug 2008 07:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=35#comment-191</guid>
		<description>I really don&#039;t know what version of Mongrel are you using, but I cannot replicate your problem with any of my mongrel installations.

Looks your supplied @-d@ parameter, which is daemonize and is not supported on windows:

&lt;pre&gt;&lt;code&gt;
=&gt; Booting Mongrel (use &#039;script/server webrick&#039; to force WEBrick)
=&gt; Rails 2.1.0 application starting on http://0.0.0.0:3000
** WARNING: Win32 does not support daemon mode.
&lt;/code&gt;&lt;/pre&gt;

You should jump to mongrel-users mailing list and ask there with proper information about your environment.</description>
		<content:encoded><![CDATA[<p>I really don&#8217;t know what version of Mongrel are you using, but I cannot replicate your problem with any of my mongrel installations.</p>
<p>Looks your supplied @-d@ parameter, which is daemonize and is not supported on windows:</p>
<pre><code>
=&gt; Booting Mongrel (use 'script/server webrick' to force WEBrick)
=&gt; Rails 2.1.0 application starting on <a href="http://0.0.0.0:3000" rel="nofollow">http://0.0.0.0:3000</a>
** WARNING: Win32 does not support daemon mode.
</code></pre>
<p>You should jump to mongrel-users mailing list and ask there with proper information about your environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luiz</title>
		<link>http://blog.mmediasys.com/2008/08/04/problems-with-rubygems-find-here-some-handy-tips/comment-page-1/#comment-190</link>
		<dc:creator>Luiz</dc:creator>
		<pubDate>Sat, 09 Aug 2008 04:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=35#comment-190</guid>
		<description>I tryed to read a lot about&#039;t but I still couldn&#039;t fix this:
=&gt; Booting Mongrel (use &#039;script/server webrick&#039; to force WEBrick)
=&gt; Rails 2.1.0 application starting on http://0.0.0.0:3000
=&gt; Call with -d to detach
=&gt; Ctrl-C to shutdown server
Exiting
C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_
require&#039;: no such file to load -- win32/service (MissingSourceFile)
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `
require&#039;
        from C:/Ruby18/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_sup
port/dependencies.rb:509:in `require&#039;
        from C:/Ruby18/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_sup
port/dependencies.rb:354:in `new_constants_in&#039;
        from C:/Ruby18/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_sup
port/dependencies.rb:509:in `require&#039;
        from C:/Ruby18/lib/ruby/gems/1.8/gems/mongrel_service-0.1/lib/mongrel_se
rvice/init.rb:5
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `
gem_original_require&#039;
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `
require&#039;
        from C:/Ruby18/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_sup
port/dependencies.rb:509:in `require&#039;
         ... 17 levels...
        from C:/Ruby18/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb
:39
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `
gem_original_require&#039;
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `
require&#039;
        from script/server:3


please help
Thank You</description>
		<content:encoded><![CDATA[<p>I tryed to read a lot about&#8217;t but I still couldn&#8217;t fix this:<br />
=&gt; Booting Mongrel (use &#8217;script/server webrick&#8217; to force <span class="caps">WEB</span>rick)<br />
=&gt; Rails 2.1.0 application starting on <a href="http://0.0.0.0:3000" rel="nofollow">http://0.0.0.0:3000</a><br />
=&gt; Call with -d to detach<br />
=&gt; Ctrl-C to shutdown server<br />
Exiting<br />
C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_<br />
require&#8217;: no such file to load &#8212; win32/service (MissingSourceFile)<br />
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `<br />
require&#8217;<br />
        from C:/Ruby18/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_sup<br />
port/dependencies.rb:509:in `require&#8217;<br />
        from C:/Ruby18/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_sup<br />
port/dependencies.rb:354:in `new_constants_in&#8217;<br />
        from C:/Ruby18/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_sup<br />
port/dependencies.rb:509:in `require&#8217;<br />
        from C:/Ruby18/lib/ruby/gems/1.8/gems/mongrel_service-0.1/lib/mongrel_se<br />
rvice/init.rb:5<br />
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `<br />
gem_original_require&#8217;<br />
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `<br />
require&#8217;<br />
        from C:/Ruby18/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_sup<br />
port/dependencies.rb:509:in `require&#8217;<br />
         &#8230; 17 levels&#8230;<br />
        from C:/Ruby18/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb<br />
:39<br />
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `<br />
gem_original_require&#8217;<br />
        from C:/Ruby18/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `<br />
require&#8217;<br />
        from script/server:3</p>
<p>please help<br />
Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nome do Jogo &#187; Artigo &#187; Rails Podcast Brasil - Episódio 26</title>
		<link>http://blog.mmediasys.com/2008/08/04/problems-with-rubygems-find-here-some-handy-tips/comment-page-1/#comment-189</link>
		<dc:creator>Nome do Jogo &#187; Artigo &#187; Rails Podcast Brasil - Episódio 26</dc:creator>
		<pubDate>Wed, 06 Aug 2008 16:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=35#comment-189</guid>
		<description>[...] Problems with RubyGems? Find here some handy tips [...]</description>
		<content:encoded><![CDATA[<p>[...] Problems with RubyGems? Find here some handy tips [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
