Ticket #25 (new bug)

Opened 6 months ago

Last modified 2 days ago

mongrel not compatible with Ruby 1.9

Reported by: evanweaver Assigned to: evanweaver
Priority: blocker Milestone: 1.2
Component: Mongrel Keywords:
Cc:

Description

Mongrel is not compatible with Ruby 1.9.

Attachments

add_thens.diff (1.7 kB) - added by rogerdpack on 09/06/08 11:48:20.

Change History

09/06/08 11:48:20 changed by rogerdpack

  • attachment add_thens.diff added.

09/06/08 11:49:22 changed by rogerdpack

Here is a patch which helps. Unable to see if it works since rake test on a clean SVN checkout results in lots of weirdness. All I know is that under 1.9 with this patch you can run the "SimpleHandler?" demo [and it seems to work fine, and the binaries all compile, and speed is as expected].

Note that currently gem install mongrel under 1.9 doesn't work [and it shouldn't] but it fails because it requires fastthread, and fastthread doesn't compile under 1.9 [at least not the gem version]. Thanks for your help in this.

-=R