Question

Is there a web site that indicates which gems work on rubinius (or other implementations of ruby), like isitruby19.com indicates which gems work on ruby 1.9? (I'm curious about heckle working with rubinius in particular)

Was it helpful?

Solution

Yes, see here: http://isitrubinius.com/

OTHER TIPS

There isn't as far as I know. If you want to know whether something works, you can download it and run its unit tests. Heckle won't work out of the box because it requires ParseTree, which merely raises a LoadError that says "ParseTree isn't needed with Rubinius."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top