acts_as_runnable_code 1.0.0
See the example app using this gem: http://tictactoe.mapleton.net == FEATURES/PROBLEMS: * Run user uploaded code in the sandbox * Automatic use of wrapper classes inside the sandbox, and unwrapping return results == SYNOPSIS: class Algorithm < ActiveRecord::Base # "code" is a database attribute in this case, containing user's code acts_as_runnable_code :classes => ["Board"] end
Gemfile:
=
instalar:
=
dependencias de Runtime (1):
hoe
>= 1.3.0