public
Description: A library for safe evaluation of Ruby code based on ParseTree/RubyParser and Ruby2Ruby. Provides Rails ActionView template handlers for ERB and Haml.
Homepage: http://www.artweb-design.de
Clone URL: git://github.com/svenfuchs/safemode.git
svenfuchs (author)
Tue Apr 29 06:41:54 -0700 2008
commit  eb79570c2794415cc3d5d960cccb7ccda08f136f
tree    d0321c076764e8829b7d2c2cfcca47ceb1c21e75
safemode / README
100644 9 lines (7 sloc) 0.291 kb
1
2
3
4
5
6
7
8
9
Safemode
by Sven Fuchs and Peter Cooper
 
NOTE:
 
This code and all of the Safemode library's code was initially written by
Sven Fuchs to allow Haml to have a safe mode, but was then modified
and re-structured by Peter Cooper and Sven Fuchs to extend the idea to
generic Ruby eval situations.