rubyjs / therubyrhino

Embed the Mozilla Rhino Javascript interpreter into Ruby
155 stars 40 forks source link

Fix the Ruby => JavaScript conversion of hashes nested within arrays #13

Closed TonyStrauss closed 12 years ago

TonyStrauss commented 12 years ago

Issue #12.

kares commented 12 years ago

+1 Tony ! just out of curiosity have you tried therubyracer how is it acting related to this issue ?

TonyStrauss commented 12 years ago

Actually, the reason I opened this Pull Request is because I have a project using therubyracer and need to port it to JRuby. therubyracer handles this perfectly.

kares commented 12 years ago

finally on master as 4d5e2d8896fac5fb371da05025f4cf7b65ec879f thanks Tony