Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.0
-
Fix Version/s: JRuby 0.9.8
-
Component/s: Extensions
-
Labels:None
-
Number of attachments :
Description
It appears that edge Rails now depends on the bigdecimal library, which we do not implement.
http://www.ruby-doc.org/stdlib/libdoc/bigdecimal/rdoc/index.html
In order to support edge Rails (and released Rails in the future, possibly starting with 1.2) we're going to need this library available. My hope is that it will be a simple matter of wrapping Java's built-in BigDecimal.
Is there an existing test suite for Ruby's BigDecimal extension anywhere? I've searched but could not find one.