Rubygems: Rails 2.0, Mongrel, Windows, solved

Now is the time to revoke the install warning Rails 2.0, gem install, Windows => Mongrel Trouble I wrote about December 9th as Rails 2.0 was released.

Rubygems 1.0 was released 10 hours ago and solves the Win32 problems mentioned in the previous post.

So for now, back to:

[code lang=”ruby”]> gem update –system
> gem update rails
> gem update mongrel[/code]

And everything works for me. Note that for now, there still is a problem with mongrel_service (will probably be fixed in next version). Luis Lavena describes a workaround in his updated article.

Related info:

Technorati Tags: , , , , ,

6 Responses to “Rubygems: Rails 2.0, Mongrel, Windows, solved”

  1. justaddwater.dk | Rails 2.0, gem install, Windows => Mongrel Trouble Says:

    […] UPDATE December 20th: Problems are history with new Rubygems 1.0 release. See: Rubygems: Rails 2.0, Mongrel, Windows, solved. […]

  2. johan Says:

    I think you mean: gem update — system

    regards, johan

  3. Geoff Says:

    1.0.1 is out and fixes a few snags.

    http://blog.segment7.net/articles/2007/12/20/rubygems-1-0-1

  4. MetaSpring Says:

    Thanks for the info. Now someone just needs to write a windows fix for backgroundrb.

  5. Satish Says:

    Hi All,

    I have heard lot about Ruby on Rails 2.0 and I want to get some information of it.
    If any of you help me start learning it, would be great help to me.
    I need to know installation guide on Windows XP and some free e books for Ruby on Rails 2.0

    Thanking you

  6. Ben Says:

    Like the site,
    I’ve written an article on creating your own RubyGems on a Windows PC.
    I hope you find it useful:

    http://blog.emson.co.uk/2008/06/an-almost-fix-for-creating-rubygems-on-windows/

    Enjoy,
    Ben…