<?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: Rails 2.0, gem install, Windows =&gt; Mongrel Trouble</title>
	<atom:link href="http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/feed/" rel="self" type="application/rss+xml" />
	<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/</link>
	<description>Instant Usability &#38; Web Standards</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:44:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384987</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 21 Dec 2007 19:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384987</guid>
		<description>Thanks for being so patient Luis.

I&#039;m off to a well deserved vacation... so I&#039;ll follow your instructions when I get back. In the mean time have a Happy Holiday,

Chris.</description>
		<content:encoded><![CDATA[<p>Thanks for being so patient Luis.</p>
<p>I&#8217;m off to a well deserved vacation&#8230; so I&#8217;ll follow your instructions when I get back. In the mean time have a Happy Holiday,</p>
<p>Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Lavena</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384980</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Fri, 21 Dec 2007 18:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384980</guid>
		<description>@Chris: you&#039;re doing it wrong and getting things wrong.

A. &#039;ruby&#039; is a pure-ruby platform, used by gems that don&#039;t need or provide specific functionality for each platform, or just ships pre-built extensions for them.

B. When Jesper suggest you try installing mongrel_service by its filename, he meant: donwload the .gem file from rubyforge and *then* try to install it locally.

C. installing mongrel_service with 1.0.0 installed shows some problems, not because rubygems, but due how dependencies to win32-service are indicated in mongrel_service gem. so:

1. downgrade to 0.9.4, following indications posted in this thread my me (in ruby-forum).

2. install mongrel, mongrel_service.

3. upgrade (gem system --upgrade)

4. install rails 2.0.2 gem

5. follow the rename of the mongrel_service-0.3.3-mswin32 folder indicated in my previous blog post.

6. you&#039;re done.

I&#039;ll try to solve mongrel_service issues this weekend. So few days before christmas is a nightmare here at office. Please excuse the troubles.

HTH,

Luis</description>
		<content:encoded><![CDATA[<p>@Chris: you&#8217;re doing it wrong and getting things wrong.</p>
<p>A. &#8216;ruby&#8217; is a pure-ruby platform, used by gems that don&#8217;t need or provide specific functionality for each platform, or just ships pre-built extensions for them.</p>
<p>B. When Jesper suggest you try installing mongrel_service by its filename, he meant: donwload the .gem file from rubyforge and *then* try to install it locally.</p>
<p>C. installing mongrel_service with 1.0.0 installed shows some problems, not because rubygems, but due how dependencies to win32-service are indicated in mongrel_service gem. so:</p>
<p>1. downgrade to 0.9.4, following indications posted in this thread my me (in ruby-forum).</p>
<p>2. install mongrel, mongrel_service.</p>
<p>3. upgrade (gem system &#8211;upgrade)</p>
<p>4. install rails 2.0.2 gem</p>
<p>5. follow the rename of the mongrel_service-0.3.3-mswin32 folder indicated in my previous blog post.</p>
<p>6. you&#8217;re done.</p>
<p>I&#8217;ll try to solve mongrel_service issues this weekend. So few days before christmas is a nightmare here at office. Please excuse the troubles.</p>
<p>HTH,</p>
<p>Luis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384919</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 21 Dec 2007 10:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384919</guid>
		<description>I apologize if you get this message twice: I submitted a comment, but don&#039;t see it on this page...

Anyway, I tried getting mongrel_service via the file name, like you suggested, with and without sources, but I get the same error message each time:

c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem
Updating metadata for 19 gems from http://gems.rubyforge.org
...................
complete
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository

c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem --source http://gems.rubyonrails.org
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository

c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem --source http://gems.rubyforge.org
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository

As you can see below, I have the latest RubyGems version, but I&#039;m wondering why I have &quot;ruby&quot; as one of the RubyGems platforms (I&#039;m running on Windows)...

c:\ruby&gt;gem env
RubyGems Environment:
  - RUBYGEMS VERSION: 1.0.0 (1.0.0)
  - RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
  - INSTALLATION DIRECTORY: c:/ruby/lib/ruby/gems/1.8
  - RUBY EXECUTABLE: c:/ruby/bin/ruby.exe
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86-mswin32-60
  - GEM PATHS:
     - c:/ruby/lib/ruby/gems/1.8
  - GEM CONFIGURATION:
     - :update_sources =&gt; true
     - :verbose =&gt; true
     - :benchmark =&gt; false
     - :backtrace =&gt; false
     - :bulk_threshold =&gt; 1000
  - REMOTE SOURCES:
     - http://gems.rubyforge.org</description>
		<content:encoded><![CDATA[<p>I apologize if you get this message twice: I submitted a comment, but don&#8217;t see it on this page&#8230;</p>
<p>Anyway, I tried getting mongrel_service via the file name, like you suggested, with and without sources, but I get the same error message each time:</p>
<p>c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem<br />
Updating metadata for 19 gems from <a href="http://gems.rubyforge.org">http://gems.rubyforge.org</a><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
complete<br />
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository</p>
<p>c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem &#8211;source <a href="http://gems.rubyonrails.org">http://gems.rubyonrails.org</a><br />
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository</p>
<p>c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem &#8211;source <a href="http://gems.rubyforge.org">http://gems.rubyforge.org</a><br />
Bulk updating Gem source index for: <a href="http://gems.rubyforge.org">http://gems.rubyforge.org</a><br />
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository</p>
<p>As you can see below, I have the latest RubyGems version, but I&#8217;m wondering why I have &#8220;ruby&#8221; as one of the RubyGems platforms (I&#8217;m running on Windows)&#8230;</p>
<p>c:\ruby&gt;gem env<br />
RubyGems Environment:<br />
  &#8211; RUBYGEMS VERSION: 1.0.0 (1.0.0)<br />
  &#8211; RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]<br />
  &#8211; INSTALLATION DIRECTORY: c:/ruby/lib/ruby/gems/1.8<br />
  &#8211; RUBY EXECUTABLE: c:/ruby/bin/ruby.exe<br />
  &#8211; RUBYGEMS PLATFORMS:<br />
    &#8211; ruby<br />
    &#8211; x86-mswin32-60<br />
  &#8211; GEM PATHS:<br />
     &#8211; c:/ruby/lib/ruby/gems/1.8<br />
  &#8211; GEM CONFIGURATION:<br />
     &#8211; :update_sources =&gt; true<br />
     &#8211; :verbose =&gt; true<br />
     &#8211; :benchmark =&gt; false<br />
     &#8211; :backtrace =&gt; false<br />
     &#8211; :bulk_threshold =&gt; 1000<br />
  &#8211; REMOTE SOURCES:<br />
     &#8211; <a href="http://gems.rubyforge.org">http://gems.rubyforge.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384917</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 21 Dec 2007 10:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384917</guid>
		<description>Hi Jesper,

Being in the same time zone really helps...

I tried your solution (how do you find out the name of the latest gems?), first without --source, then with two potential sources, but I still get the same error message:

c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem
Updating metadata for 19 gems from http://gems.rubyforge.org
...................
complete
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository

c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem --source http://gems.rubyonrails.org
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository

c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem --source http://gems.rubyforge.org
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository

My Ruby environment is:

c:\ruby&gt;gem env
RubyGems Environment:
  - RUBYGEMS VERSION: 1.0.0 (1.0.0)
  - RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
  - INSTALLATION DIRECTORY: c:/ruby/lib/ruby/gems/1.8
  - RUBY EXECUTABLE: c:/ruby/bin/ruby.exe
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86-mswin32-60
  - GEM PATHS:
     - c:/ruby/lib/ruby/gems/1.8
  - GEM CONFIGURATION:
     - :update_sources =&gt; true
     - :verbose =&gt; true
     - :benchmark =&gt; false
     - :backtrace =&gt; false
     - :bulk_threshold =&gt; 1000
  - REMOTE SOURCES:
     - http://gems.rubyforge.org

I wonder if the &quot;ruby&quot; platform is screwing things up (do you confirm that it shouldn&#039;t be there since I&#039;m on Windows?).</description>
		<content:encoded><![CDATA[<p>Hi Jesper,</p>
<p>Being in the same time zone really helps&#8230;</p>
<p>I tried your solution (how do you find out the name of the latest gems?), first without &#8211;source, then with two potential sources, but I still get the same error message:</p>
<p>c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem<br />
Updating metadata for 19 gems from <a href="http://gems.rubyforge.org">http://gems.rubyforge.org</a><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
complete<br />
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository</p>
<p>c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem &#8211;source <a href="http://gems.rubyonrails.org">http://gems.rubyonrails.org</a><br />
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository</p>
<p>c:\ruby&gt;gem install mongrel_service-0.3.3-mswin32.gem &#8211;source <a href="http://gems.rubyforge.org">http://gems.rubyforge.org</a><br />
Bulk updating Gem source index for: <a href="http://gems.rubyforge.org">http://gems.rubyforge.org</a><br />
ERROR:  could not find mongrel_service-0.3.3-mswin32.gem locally or in a repository</p>
<p>My Ruby environment is:</p>
<p>c:\ruby&gt;gem env<br />
RubyGems Environment:<br />
  &#8211; RUBYGEMS VERSION: 1.0.0 (1.0.0)<br />
  &#8211; RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]<br />
  &#8211; INSTALLATION DIRECTORY: c:/ruby/lib/ruby/gems/1.8<br />
  &#8211; RUBY EXECUTABLE: c:/ruby/bin/ruby.exe<br />
  &#8211; RUBYGEMS PLATFORMS:<br />
    &#8211; ruby<br />
    &#8211; x86-mswin32-60<br />
  &#8211; GEM PATHS:<br />
     &#8211; c:/ruby/lib/ruby/gems/1.8<br />
  &#8211; GEM CONFIGURATION:<br />
     &#8211; :update_sources =&gt; true<br />
     &#8211; :verbose =&gt; true<br />
     &#8211; :benchmark =&gt; false<br />
     &#8211; :backtrace =&gt; false<br />
     &#8211; :bulk_threshold =&gt; 1000<br />
  &#8211; REMOTE SOURCES:<br />
     &#8211; <a href="http://gems.rubyforge.org">http://gems.rubyforge.org</a></p>
<p>I wonder if the &#8220;ruby&#8221; platform is screwing things up (do you confirm that it shouldn&#8217;t be there since I&#8217;m on Windows?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper Rønn-Jensen</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384901</link>
		<dc:creator>Jesper Rønn-Jensen</dc:creator>
		<pubDate>Fri, 21 Dec 2007 08:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384901</guid>
		<description>@Chris: Perhaps you should try manually downloading the gem from rubyforge. Put it into any directory and start a dos prompt. Then type 

gem install mongrel_service-0.3.3-mswin32.gem

I did that for installing rails 2.0.2 with rubygems 0.9.4 (which had similar problems: it showed an error message 404 download error).

PS. I assume you ran &quot;gem -v&quot; or &quot;gem environment&quot; to confirm you are now on rubygems 1.0?</description>
		<content:encoded><![CDATA[<p>@Chris: Perhaps you should try manually downloading the gem from rubyforge. Put it into any directory and start a dos prompt. Then type </p>
<p>gem install mongrel_service-0.3.3-mswin32.gem</p>
<p>I did that for installing rails 2.0.2 with rubygems 0.9.4 (which had similar problems: it showed an error message 404 download error).</p>
<p>PS. I assume you ran &#8220;gem -v&#8221; or &#8220;gem environment&#8221; to confirm you are now on rubygems 1.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384894</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 21 Dec 2007 07:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384894</guid>
		<description>Thanks guys for all this info.

My problem is not getting the platform selection menu on &quot;gem install mongrel&quot; and &quot;gem install mongrel_service&quot;, the second printing an error message. Since I don&#039;t even get mongrel_service, I can&#039;t apply Luis&#039;s fix (I completely removed my previous ruby directory for a clean install, during the process of figuring out my upgrade problems).

I guess I&#039;ll wait for the bug fixes before I continue with the upgrade.

Best regards,

Chris.</description>
		<content:encoded><![CDATA[<p>Thanks guys for all this info.</p>
<p>My problem is not getting the platform selection menu on &#8220;gem install mongrel&#8221; and &#8220;gem install mongrel_service&#8221;, the second printing an error message. Since I don&#8217;t even get mongrel_service, I can&#8217;t apply Luis&#8217;s fix (I completely removed my previous ruby directory for a clean install, during the process of figuring out my upgrade problems).</p>
<p>I guess I&#8217;ll wait for the bug fixes before I continue with the upgrade.</p>
<p>Best regards,</p>
<p>Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justaddwater.dk &#124; Rubygems: Rails 2.0, Mongrel, Windows, solved</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384835</link>
		<dc:creator>justaddwater.dk &#124; Rubygems: Rails 2.0, Mongrel, Windows, solved</dc:creator>
		<pubDate>Thu, 20 Dec 2007 20:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384835</guid>
		<description>[...] is the time to revoke the install warning Rails 2.0, gem install, Windows =&gt; Mongrel Trouble I wrote about December 9th as Rails 2.0 was [...]</description>
		<content:encoded><![CDATA[<p>[...] is the time to revoke the install warning Rails 2.0, gem install, Windows =&gt; Mongrel Trouble I wrote about December 9th as Rails 2.0 was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper Rønn-Jensen</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384834</link>
		<dc:creator>Jesper Rønn-Jensen</dc:creator>
		<pubDate>Thu, 20 Dec 2007 19:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384834</guid>
		<description>@Chris, my upgrade revealed no problems. I don&#039;t have mongrel_service installed. But the new rubygems 1.0 just upgraded my ordinary mongrel from 1.1.1 to 1.1.2


@Luis: thanks a lot for taking your time to investigate and post workarounds</description>
		<content:encoded><![CDATA[<p>@Chris, my upgrade revealed no problems. I don&#8217;t have mongrel_service installed. But the new rubygems 1.0 just upgraded my ordinary mongrel from 1.1.1 to 1.1.2</p>
<p>@Luis: thanks a lot for taking your time to investigate and post workarounds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Lavena</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384831</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Thu, 20 Dec 2007 19:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384831</guid>
		<description>Guys, I&#039;ve updated my post related to RubyGems and @mongrel_service@ with instructions to workaround the issues:

http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo

HTH,

Luis</description>
		<content:encoded><![CDATA[<p>Guys, I&#8217;ve updated my post related to RubyGems and @mongrel_service@ with instructions to workaround the issues:</p>
<p><a href="http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo">http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo</a></p>
<p>HTH,</p>
<p>Luis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Lavena</title>
		<link>http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/comment-page-1/#comment-384825</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Thu, 20 Dec 2007 18:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/#comment-384825</guid>
		<description>@Chris: what error are you getting with mongrel_service? is doing mongrel_rails or when running the service?</description>
		<content:encoded><![CDATA[<p>@Chris: what error are you getting with mongrel_service? is doing mongrel_rails or when running the service?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

