From: Gaspard Bucher Date: 2007-09-25T16:09:14+09:00 Subject: Re: [ANN] Erubis 2.4.1 released - a fast and extensible eRuby implementation I saw the benchmarks on the web page. They are impressive ! It seems that Erubis can be used with rails. I have a few questions: 1. What is the current state of this support ? 2. How do we replace standard ERB processing with Erubis ? 3. Why is the code executed with Erubis so much faster the ERB ? Is it that ERB compilation was not cached in the tests (it certainly is cached in Ror) ? Thanks for the answers, Gaspard 2007/9/25, kwatch : > Hi all, > > I have released Erubis 2.4.1. > http://www.kuwata-lab.com/erubis/ > Erubis is another eRuby implementation which is very fast and > extensible than ERB and eruby. >