You were right!
Turns out I was using Ruby Installer 182-14rc7 which was OK for Rails
0.12.1 but not 0.13.
Upgrading to Ruby Installer 182-15 stable
(http://rubyforge.org/projects/rubyinstaller/) solved all my problems.
Thanks a million for saving my apps'' lives.
Xavier
From: Michael Koziarski <koziarski@...
<http://gmane.org/get-address.php?address=koziarski%2dRe5JQEeQqe8AvxtiuMwx3w%40public.gmane.org>>
Subject: Re: Rails 0.13 failing on Win XP
<http://news.gmane.org/find-root.php?message_id=%3cef46c93e05070715176d1647d5%40mail.gmail.com%3e>
Newsgroups: gmane.comp.lang.ruby.rails
<http://news.gmane.org/gmane.comp.lang.ruby.rails>
Date: 2005-07-07 22:17:54 GMT (4 minutes ago)
On 7/8/05, Xavier Priour <xavier@...
<http://gmane.org/get-address.php?address=xavier%2d8CtH5rHhpl%2fQT0dZR%2bAlfA%40public.gmane.org>>
wrote:> Hi all,
>
> Since 0.13 just got out, I decided to live a little on the edge and
> upgraded my working 0.12.1 Rails apps to 0.13. Which made them crash
> with a bang!
> After a little investigation it looks like even a fresh app will crash
> with a message: "allocator undefined for proc"... I''m on
Win XP,
> everything was fine under Rails 0.12.1
> Any help would be highly appreciated.
We had another report of this earlier on irc, that was caused by
running a prerelease version of ruby 1.8. The error you''re seeing
doesn''t affect my setup:
irb(main):001:0> p = Proc.new {puts 1}
=> #<Proc:0x10196970 <at> (irb):1>
irb(main):002:0> p.dup
=> #<Proc:0x10196970 <at> (irb):1>
Are you running the latest ruby?
--
Cheers
Koz