Ticket #235 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

json gem dependency blocks Merb installation on JRuby

Reported by: dudl..@misnomer.us Assigned to:
Priority: major Milestone: 0.3.x
Component: Merb Keywords:
Cc:

Description

The json gem isn't available for JRuby, so Merb can't be installed. Depending on json_pure instead would fix that.

Change History

10/23/07 07:42:40 changed by kevw..@gmail.com

I assume this presupposes that Mongrel runs on JRuby? I didn't know that.

10/23/07 08:09:15 changed by dudl..@misnomer.us

Mongrel's been running on JRuby for a while now, but the Java bits haven't made it into an official release. It'll be included in the next (1.0.2) Mongrel release, but in the meantime you can download a gem from the jruby-extras project. We're still a little ways off from Merb being officially supported, though.

10/24/07 12:45:07 changed by e.@brainspl.at

  • status changed from new to closed.
  • resolution set to fixed.

(In [762]) Applying all dudleys patches to make merb work under jruby, fell back tp json_pure gem but will still try to load the C ext first before falling back to the pure version. closes #231, closes #232, closes #236, closes #242, closes #235 Thanks dudley