README.rdoc in sandboxed_erb-0.2.0 vs README.rdoc in sandboxed_erb-0.3.0

- old
+ new

@@ -4,9 +4,11 @@ This has been inspired by http://github.com/tario/shikashi, a ruby sandbox which uses the evalhook gem to intercept and rewrite every ruby call to go through an access check at runtime. It was originally designed to run in the shikashi sandbox, but was found to be too slow as every call was being intercepted and analysed at runtime. Because a templating language does not need everything ruby offers, i have limited the allowed synax to a safer subset at compile time to reduce the number of runtime checks required. +== To install + sudo gem install sandboxed_erb == How It Works The code does not run in a 'sandbox' like javascript, it is actually processed into 'safe' code then run using the normal ruby intepreter.