therubyrhino 或 therubyracer 但适用于 Ruby,而非 JavaScript
有类似 therubyrhino 或 therubyracer 但对于 JRuby,而不是 JavaScript?
我测试了 eval,但这允许访问我的 Rails 项目中的所有模型和类。我真的想强制代码进入一个自己的环境(仅包含标准类),并希望使用一些选定的变量和类来扩展该环境。
Is there something like therubyrhino or therubyracer but for JRuby, not JavaScript?
I tested eval
but this allows to access all models and classes from my Rails-Project. I really want to force the code into an own environment (with only the standard classes) and want to extend this environment with some chosen variables and classes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这里有一些好东西适合你。
Rails 沙箱中的语言
以及一般情况:
http://www.google.com/search?gcx=w&ix=c1&sourceid=chrome&ie=UTF-8&q=ruby+sandbox
there's some good stuff for you here, I think.
Language in a Sandbox in Rails
and in general:
http://www.google.com/search?gcx=w&ix=c1&sourceid=chrome&ie=UTF-8&q=ruby+sandbox