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.