vote up 0 vote down star

I've found that there WAS a sandbox gem (created by the guys that made try ruby in your browser but it was compatible only with Ruby 1.8. Another problem is that I cannot find it anymore (it seems they stop serving the gem from the servers...).

So, is there any secure way of running ruby in a sandbox (so you can run it from your browser)? Or an easy way to run (for example lua/python) in a sandbox (no filesystem access, no creation of objects etc) and be called from Ruby (Rails 2.2)?

I want to make an application like try_ruby even without having a ruby underneath. But it has to be an easy language (I saw there was a prolog in ruby, even a lisp but I don't think they are easy to learn languages...).

So, do you have any suggestions or tips? Or should I just start creating my own DSL in Ruby (if there is a solution in creating a somewhat safe system)?

Thx

flag

3 Answers

vote up 0 vote down

Another way is like codepad.org does it (VM isolation and checking the calls)

link|flag
vote up 1 vote down

You should try embedding JRuby in the browser.

http://ruby-in-browser.googlecode.com/svn/trunk/evalruby/index.html

link|flag
vote up 1 vote down

I came across This article on hackety.org this morning. Maybe it can serve you as a guide into the right direction

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.