kares
|
0941f932ed
|
avoid NativeFunction/NativeObject wrapping and rather customize Rhino's objects to feel Ruby-ish ...
|
2011-12-07 19:59:39 +01:00 |
|
kares
|
55bda78f6f
|
refactor JavaScript module to JS (J might be a bit confusing with Java) and make JRuby's javasupport module constant warnings in specs go away
|
2011-12-07 12:41:18 +01:00 |
|
Stephen Lewis
|
ed652c2224
|
Improve marshalling of Ruby hashes to JS
|
2011-06-28 14:35:10 +01:00 |
|
Nick Sieger
|
0be2d0ee2d
|
Change from internal 'Java::JavaLang' to recommended 'java.lang'
The JRuby team recommends using the package/method-call-style
notation. The camel-cased module name mapping is not intended for
public consumption.
|
2011-06-08 15:01:27 -05:00 |
|
Charles Lowell
|
d3cc953c14
|
support for native arrays coming in and out of javascript. Support for calling ruby functions
|
2009-11-11 21:12:20 -05:00 |
|
Charles Lowell
|
6239a0ba60
|
greatly simplify the rhino interface by tieing context to a scope
|
2009-11-11 01:50:36 -05:00 |
|
Charles Lowell
|
138d41dc98
|
add support for embedding ruby instances
|
2009-11-09 10:45:23 -05:00 |
|
Charles Lowell
|
f7d0f719b5
|
map org.mozilla.javascript.Undefined to ruby nil
|
2009-10-09 18:36:42 -05:00 |
|
Charles Lowell
|
1c1f7f91df
|
extract mapping of javascript -> ruby and ruby -> javascript into wormhole module
|
2009-10-06 13:20:37 -05:00 |
|