1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00
Commit graph

18 commits

Author SHA1 Message Date
Joshua Peek
8955c7cae6 Add gemspec 2011-02-07 08:34:18 -06:00
Sam Stephenson
1808fa8708 Mark remaining runtimes as todos 2011-02-06 22:57:40 -06:00
Sam Stephenson
957d632c52 Add therubyracer V8 runtime implementation 2011-02-06 22:52:13 -06:00
Sam Stephenson
5d0d51b6ba therubyracer gem installs an incompatible v8 binary - make sure we don't use it 2011-02-06 21:50:03 -06:00
Sam Stephenson
c5e22c4716 Runtime -> ExternalRuntime 2011-02-06 20:57:51 -06:00
Sam Stephenson
39b51331ce lib/execjs/{runtimes,runners} 2011-02-06 20:53:51 -06:00
Sam Stephenson
210ce211a0 Consolidate basic JS runners 2011-02-06 20:47:13 -06:00
Sam Stephenson
3652589056 Pick the best available runtime 2011-02-06 20:44:01 -06:00
Sam Stephenson
b22082fc86 Add Runtime#available? 2011-02-06 20:35:37 -06:00
Sam Stephenson
c371fb474f Add Spidermonkey runtime 2011-02-06 20:13:24 -06:00
Sam Stephenson
954db082da Instantiate with options instead of subclassing 2011-02-06 20:12:16 -06:00
Sam Stephenson
378a9236be Add JSC runtime 2011-02-06 19:44:32 -06:00
Sam Stephenson
9a5015e612 Add V8 runtime 2011-02-06 19:39:30 -06:00
Sam Stephenson
0be476df21 Extract ExecJS::Runtime 2011-02-06 19:29:40 -06:00
Sam Stephenson
6a1bf0c9c8 Make the readme example work 2011-02-06 19:10:05 -06:00
Sam Stephenson
1fc0670769 Make the readme example work 2011-02-06 19:09:07 -06:00
Sam Stephenson
80b3aa3641 Stub out the Node runtime 2011-02-06 18:59:37 -06:00
Sam Stephenson
6ba90fc0fa Initial commit 2011-02-06 14:22:40 -06:00