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
name age message
file LICENCSE Tue Apr 29 06:41:54 -0700 2008 Initial commit [svenfuchs]
file README Tue Apr 29 06:41:54 -0700 2008 Initial commit [svenfuchs]
file demo.rb Tue Apr 29 06:41:54 -0700 2008 Initial commit [svenfuchs]
file init.rb Tue Apr 29 06:41:54 -0700 2008 Initial commit [svenfuchs]
directory lib/ Tue Apr 29 06:41:54 -0700 2008 Initial commit [svenfuchs]
directory test/ Tue Apr 29 06:41:54 -0700 2008 Initial commit [svenfuchs]
README
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.