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)
Sat May 03 12:27:15 -0700 2008
commit  65c892659674bab0a90303df7414ae8a0b7dae8b
tree    d954f9e3fc84f0b03b0e6314974547062f22d71e
parent  2f04824faa00e3fb1b662cffc9d2a6f8e42788cc
safemode / init.rb
100644 3 lines (2 sloc) 0.109 kb
1
2
3
require 'safemode'
 
require 'action_view/conditional_template_handler' if Object.const_defined?('ActionView')