Posted By: Curt Hibbs
Date: 2007-12-16 20:57
Summary: One-Click Ruby Installer 186-26 Final Release
Project: Ruby Installer for Windows

This updates Ruby to 1.8.6 patch level 111 (lots
of bug fixes since 1.8.6 was released). It also
updates most of the included extensions to their
latest versions (see the change log), and adds
FastCGI and ruby-fcgi support.

These two new extensions allow you run your Rails application under IIS7!

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: one-click-ruby-installer-186-26-final-release

Start New Thread Start New Thread

 

By: Luis Lavena
RE: RubyGems 0.9.4 vs 0.9.5 [ reply ]  
2007-12-23 16:10
Christophe,

Sorry for the late reply.

I'm working on these fixes today (December 23).

THe solution will be:

Using 0.9.4: install mongrel and mongrel_service
gem update --system to get 1.0.1
install rails
rename mongrel_service platform part of the installed folder.

Please excuse the troubles this generated.

Regards,

Luis

By: Christophe Bunn
RE: RubyGems 0.9.4 vs 0.9.5 [ reply ]  
2007-12-21 07:14
Here's the answer to my question (there is indeed a bug with gem_plugin):
http://blog.mmediasys.com/2007/12/19/latest-rubygems-and-rails-is-a-deadly-combo/
Looks like I'll just have to wait for the bug fix...

Chris.

By: Christophe Bunn
RE: RubyGems 0.9.4 vs 0.9.5 [ reply ]  
2007-12-20 15:13
OK, new problem: now that I'm able to install Rails, I can't install Mongrel and Mongrel_Service, because of a bug that requires reverting to RubyGems 0.9.4...

Am I stuck? Do I have to revert all the way back to Rails 1.2.6, which I know works?

Thanks,

Chris.

By: Christophe Bunn
RE: RubyGems 0.9.4 vs 0.9.5 [ reply ]  
2007-12-20 14:45
It looks like upgrading to RubyGems 1.0.0 is mandatory, since I can't install Rails otherwise...

By: Christophe Bunn
RubyGems 0.9.4 vs 0.9.5 [ reply ]  
2007-12-20 14:39
One of the comments on the Release Candidate Versions was that the author was waiting for RubyGems 0.9.5 to come out. But I see in the release notes for the Final Version that we're still at 0.9.4.

Should I be doing a "gem update --system" to get 0.9.5, or is there some kind of problem with the latest version of RubyGems?

Chris.