Sandboxed plugins for Ruby on Rails -


i'm looking create web app run plugins untrusted sources (i.e. community submissions). need lock down plugins sandbox access allowed (can't write disk, etc.). ideally, plugin able use approved packages , apis.

is possible in ruby on rails? if so, can point me toward package or documentation me started?

set $safe 4, should trick.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -