<?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: Latest RubyGems and Rails is a deadly combo</title>
	<atom:link href="http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/</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: Srikanth</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-3186</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Wed, 30 Dec 2009 08:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-3186</guid>
		<description>Hi Luis

I am unable to get mongrel service to be either installed or using mongrel_rails to start redmine. i have followed what you have specified here:

http://www.ruby-forum.com/topic/165986#728443

but when i try to install mongrel service as shown below, i get this error

C:\Ruby\apps&gt;gem install --local mongrel_service-0.3.4-i386-mswin32.gem
ERROR:  While executing gem ... (Gem::Package::FormatError)
    No metadata found!

C:\Ruby\apps&gt;

since i am a novice at ruby, if i tried this command after that, i get an error (obviously)

C:\Ruby\apps&gt;mongrel_rails service::install -N Redmine -c C:\Ruby\apps\redmine -
p 80 -e production
ERROR RUNNING &#039;service::install&#039;: Plugin /service::install does not exist in cat
egory /commands
Use help command to get help

C:\Ruby\apps&gt;

Please can you help me on this so that I can get my redmine running. Why has software installation got to be so tough! ....</description>
		<content:encoded><![CDATA[<p>Hi Luis</p>
<p>I am unable to get mongrel service to be either installed or using mongrel_rails to start redmine. i have followed what you have specified here:</p>
<p><a href="http://www.ruby-forum.com/topic/165986#728443" rel="nofollow">http://www.ruby-forum.com/topic/165986#728443</a></p>
<p>but when i try to install mongrel service as shown below, i get this error</p>
<p>C:\Ruby\apps&gt;gem install &#8211;local mongrel_service-0.3.4-i386-mswin32.gem<br />
<span class="caps">ERROR</span>:  While executing gem &#8230; (Gem::Package::FormatError)<br />
    No metadata found!</p>
<p>C:\Ruby\apps&gt;</p>
<p>since i am a novice at ruby, if i tried this command after that, i get an error (obviously)</p>
<p>C:\Ruby\apps&gt;mongrel_rails service::install -N Redmine -c C:\Ruby\apps\redmine -<br />
p 80 -e production<br />
<span class="caps">ERROR RUNNING </span>&#8217;service::install&#8217;: Plugin /service::install does not exist in cat<br />
egory /commands<br />
Use help command to get help</p>
<p>C:\Ruby\apps&gt;</p>
<p>Please can you help me on this so that I can get my redmine running. Why has software installation got to be so tough! &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Upgrading to Rails 2.1 on Windows &#171; Chronicling My Ruby on Rails Journey</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-186</link>
		<dc:creator>Upgrading to Rails 2.1 on Windows &#171; Chronicling My Ruby on Rails Journey</dc:creator>
		<pubDate>Sat, 28 Jun 2008 00:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-186</guid>
		<description>[...] onto resolving the mongrel failure problem. After digging around the net, I came across Latest RubyGems and Rails is a deadly combo. As it turns out all I need to do is go into c:rubylibrubygems1.8gems and rename [...]</description>
		<content:encoded><![CDATA[<p>[...] onto resolving the mongrel failure problem. After digging around the net, I came across Latest RubyGems and Rails is a deadly combo. As it turns out all I need to do is go into c:rubylibrubygems1.8gems and rename [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-42</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 31 Dec 2007 14:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-42</guid>
		<description>Allan, you should report this to mongrel-users, but anyway:

The error message clearly states that you&#039;re missing @daemons@ gem:

  gem install daemons

I worked with Eric fixing _other_ problems, not this :-)

Also, if you mixed apt-get installed ruby and rubygems you will have a nightmare trying to figure out where is actually the problem.

If mongrel or rubygems was working for you before, you should follow the &quot;don&#039;t fix ain&#039;t broken&quot; motto :-D</description>
		<content:encoded><![CDATA[<p>Allan, you should report this to mongrel-users, but anyway:</p>
<p>The error message clearly states that you&#8217;re missing <code>daemons</code> gem:</p>
<p>  gem install daemons</p>
<p>I worked with Eric fixing <em>other</em> problems, not this <img src='http://blog.mmediasys.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Also, if you mixed apt-get installed ruby and rubygems you will have a nightmare trying to figure out where is actually the problem.</p>
<p>If mongrel or rubygems was working for you before, you should follow the &#8220;don&#8217;t fix ain&#8217;t broken&#8221; motto <img src='http://blog.mmediasys.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Benamer</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-41</link>
		<dc:creator>Allan Benamer</dc:creator>
		<pubDate>Mon, 31 Dec 2007 14:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-41</guid>
		<description>Luis, I&#039;m having problems with Mongrel on my VPS server running Ubuntu Gutsy. My error happens every time I try to start Mongrel.

/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#039;: no such file to load -- daemons/daemonize (LoadError)
        from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require&#039;
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/configurator.rb:189:in `daemonize&#039;
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:92:in `cloaker_&#039;
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/configurator.rb:50:in `call&#039;
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/configurator.rb:50:in `initialize&#039;
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:84:in `new&#039;
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:84:in `run&#039;
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/command.rb:212:in `run&#039;
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:281
        from /usr/bin/mongrel_rails:19:in `load&#039;
        from /usr/bin/mongrel_rails:19

I noticed that you worked with Eric Hodel trying to fix this problem on Win32 platforms but I&#039;m here to tell you it&#039;s happening on Ubuntu as well. I&#039;ve tried installing rubygems 0.9.4 and moving ahead with installing Mongrel as well but I&#039;m still having problems...</description>
		<content:encoded><![CDATA[<p>Luis, I&#8217;m having problems with Mongrel on my <span class="caps">VPS </span>server running Ubuntu Gutsy. My error happens every time I try to start Mongrel.</p>
<p>/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;: no such file to load &#8212; daemons/daemonize (LoadError)<br />
        from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/configurator.rb:189:in `daemonize&#8217;<br />
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:92:in `cloaker_&#8217;<br />
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/configurator.rb:50:in `call&#8217;<br />
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/configurator.rb:50:in `initialize&#8217;<br />
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:84:in `new&#8217;<br />
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:84:in `run&#8217;<br />
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/command.rb:212:in `run&#8217;<br />
        from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:281<br />
        from /usr/bin/mongrel_rails:19:in `load&#8217;<br />
        from /usr/bin/mongrel_rails:19</p>
<p>I noticed that you worked with Eric Hodel trying to fix this problem on Win32 platforms but I&#8217;m here to tell you it&#8217;s happening on Ubuntu as well. I&#8217;ve tried installing rubygems 0.9.4 and moving ahead with installing Mongrel as well but I&#8217;m still having problems&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederico Araujo</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-32</link>
		<dc:creator>Frederico Araujo</dc:creator>
		<pubDate>Fri, 21 Dec 2007 06:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-32</guid>
		<description>Well,  true. 
Ubuntu apt-get totally sucks, it can be a nightmare. 
you can always try Centos, Slackware, or even Gentoo
but its better than &quot;Windowz&quot;  :)

all you need to do is get the Source Files and install them. (ruby, rubygems, etc...)

OSX is not broken that I know. 
I have both OSX 10.4  and 10.5. None which I had problems.

see how easy in OSX:
1. download and install Macports (www.macports.org)
2. $ sudo port install ruby

3. download and install rubygems 
or
$ sudo port install rb-rubygems 


Leopard is shipped with ruby1.8.6, rubygems and tons of gems, including mongrel. 

for OSX Tiger 10.4, which has old ruby version, 
just add this at the end of your .bashrc or .bash_profile,  so you will be using latest ruby from macports, which installs in /opt/local

export PATH=/opt/local/bin:$PATH</description>
		<content:encoded><![CDATA[<p>Well,  true. <br />
Ubuntu apt-get totally sucks, it can be a nightmare. <br />
you can always try Centos, Slackware, or even Gentoo<br />
but its better than &#8220;Windowz&#8221;  <img src='http://blog.mmediasys.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>all you need to do is get the Source Files and install them. (ruby, rubygems, etc&#8230;)</p>
<p><span class="caps">OSX </span>is not broken that I know. <br />
I have both <span class="caps">OSX</span> 10.4  and 10.5. None which I had problems.</p>
<p>see how easy in <span class="caps">OSX</span>:<br />
1. download and install Macports (www.macports.org)<br />
2. $ sudo port install ruby</p>
<p>3. download and install rubygems <br />
or<br />
$ sudo port install rb-rubygems </p>
<p>Leopard is shipped with ruby1.8.6, rubygems and tons of gems, including mongrel. </p>
<p>for <span class="caps">OSX</span> Tiger 10.4, which has old ruby version, <br />
just add this at the end of your .bashrc or .bash_profile,  so you will be using latest ruby from macports, which installs in /opt/local</p>
<p>export <span class="caps">PATH</span>=/opt/local/bin:$PATH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justaddwater.dk &#124; Rubygems: Rails 2.0, Mongrel, Windows, solved</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-31</link>
		<dc:creator>justaddwater.dk &#124; Rubygems: Rails 2.0, Mongrel, Windows, solved</dc:creator>
		<pubDate>Thu, 20 Dec 2007 20:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-31</guid>
		<description>[...] Luis Lavena:Latest RubyGems and Rails is a deadly combo [...]</description>
		<content:encoded><![CDATA[<p>[...] Luis Lavena:Latest RubyGems and Rails is a deadly combo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-30</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 20 Dec 2007 18:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-30</guid>
		<description>Thank you Scott for the link.

Yesterday I worked with Eric fixing the backwards compatibilities issues of RubyGems and existing &#039;mswin32&#039; gems like Mongrel, Hpricot and others.

1.0.0 ships with these fixes.

Regarding Leopard I cannot comment, but there is a open ticket for GEM_HOME and GEM_PATH on Windows that is tricky to solve right now (and I decided to pospone it for the time being).</description>
		<content:encoded><![CDATA[<p>Thank you Scott for the link.</p>
<p>Yesterday I worked with Eric fixing the backwards compatibilities issues of RubyGems and existing &#8216;mswin32&#8242; gems like Mongrel, Hpricot and others.</p>
<p>1.0.0 ships with these fixes.</p>
<p>Regarding Leopard I cannot comment, but there is a open ticket for <span class="caps">GEM</span>_HOME and <span class="caps">GEM</span>_PATH on Windows that is tricky to solve right now (and I decided to pospone it for the time being).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Schram</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-29</link>
		<dc:creator>Scott Schram</dc:creator>
		<pubDate>Thu, 20 Dec 2007 16:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-29</guid>
		<description>RubyGems 1.0.0 was released today.  I&#039;m not sure if it fixes the problems with Leopard and GEM_HOME, GEM_PATH yet.

http://blog.segment7.net/articles/2007/12/20/rubygems-1-0-0</description>
		<content:encoded><![CDATA[<p>RubyGems 1.0.0 was released today.  I&#8217;m not sure if it fixes the problems with Leopard and <span class="caps">GEM</span>_HOME, <span class="caps">GEM</span>_PATH yet.</p>
<p><a href="http://blog.segment7.net/articles/2007/12/20/rubygems-1-0-0" rel="nofollow">http://blog.segment7.net/articles/2007/12/20/rubygems-1-0-0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorsten</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-28</link>
		<dc:creator>Thorsten</dc:creator>
		<pubDate>Thu, 20 Dec 2007 14:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-28</guid>
		<description>Installing Rubygems 0.9.4 solved the problem for me ...</description>
		<content:encoded><![CDATA[<p>Installing Rubygems 0.9.4 solved the problem for me &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justaddwater.dk &#124; Rails 2.0, gem install, Windows =&#62; Mongrel Trouble</title>
		<link>http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/comment-page-1/#comment-27</link>
		<dc:creator>justaddwater.dk &#124; Rails 2.0, gem install, Windows =&#62; Mongrel Trouble</dc:creator>
		<pubDate>Wed, 19 Dec 2007 22:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/#comment-27</guid>
		<description>[...] Latest RubyGems and Rails is a deadly combo (December 19) [...]</description>
		<content:encoded><![CDATA[<p>[...] Latest RubyGems and Rails is a deadly combo (December 19) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
