/rubybox

Sandbox to execute 'untrusted' ruby code.

Primary LanguageRuby

RubyBox

A sandbox for Ruby, which allows execution of untrusted code

Don't use it. It's not yet ready for production.

Wanna help?

  1. Fork RubyBox
  2. Create a feature branch - git checkout -b feature/my_branch
  3. Write your fix, with specs. (I won't accept non-tested code)
  4. Push to your branch -git push origin feature/my_branch
  5. Create an Issue with a link to your branch
  6. That's it!