1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
Commit graph

21 commits

Author SHA1 Message Date
kares
f292f13686 missing require 'rhino/version' 2012-04-18 07:45:41 +02:00
kares
f4b462216e introduce an access module for routing (ruby) Scriptable calls 2012-01-06 18:29:22 +01:00
kares
0e2274a685 re-add #methodcall for JS functions accessed from Ruby; use JRuby's include_package in favor of import 2011-12-14 11:49:35 +01:00
kares
21f62eb245 add a ruby class wrapper - acts as a JS contructor, reimplement RubyObject#get to treat accessors as properties but otherwise arbitrary methods with arity == 0 should rather act as functions, move all ruby wrappers to a single unit 2011-12-12 22:17:42 +01:00
kares
b59f15acbe specs and javascript_backtrace fix for JSError + deprecate JavascriptError 2011-12-09 11:28:27 +01:00
kares
0d4d17a0a9 place To module methods on Rhino itself - move deprecations (for previous version compatibility) into one place with warnings 2011-12-09 07:52:47 +01:00
kares
0941f932ed avoid NativeFunction/NativeObject wrapping and rather customize Rhino's objects to feel Ruby-ish ... 2011-12-07 19:59:39 +01:00
Charles Lowell
87f8aed5fa remove worthless crap 2011-10-05 16:49:41 -05:00
Charles Lowell
d08b275b77 bundler-ize therubyrhino 2011-01-10 08:00:53 -06:00
Charles Lowell
9d91471704 remove build dependency on hoe 2010-08-10 12:16:14 -05:00
Charles Lowell
b122c4bfed update metadata for 1.72.6 release 2009-11-30 19:35:55 -06:00
Charles Lowell
7caeebff1f release early, release often 2009-11-13 12:36:25 -05:00
Charles Lowell
88707e09e2 allow for evaluating javascript in the context of a ruby object 2009-11-13 12:09:54 -05:00
Charles Lowell
4611dee3ff update version and readmes. bump version number 2009-11-11 21:19: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
11d42b3e3a prep files for 1.72.3 release 2009-11-11 01:54:35 -05:00
Charles Lowell
a87b7f5085 fix specs 2009-11-10 09:54:16 -05:00
Charles Lowell
138d41dc98 add support for embedding ruby instances 2009-11-09 10:45:23 -05:00
Charles Lowell
1c1f7f91df extract mapping of javascript -> ruby and ruby -> javascript into wormhole module 2009-10-06 13:20:37 -05:00
Charles Lowell
33ef76f85e add native object wrapper for easy access to js objects from ruby 2009-10-06 08:52:45 -05:00
Charles Lowell
b04ca685cc basic javascript access from jruby 2009-09-24 19:08:40 -05:00