I'm choosing a templating system for a gem, so I was thinking to use Erubis which it seems to be faster than ERB, but the last released version is from 2011.
As ERB is integrated into the ruby stdlib, I guess their performance has been improved these last three years but I don't know if has been improved enought to surpass to Erubis.
Asked
Active
Viewed 457 times
2

Alter Lagos
- 12,090
- 1
- 70
- 92
-
You can find answer here: http://stackoverflow.com/questions/27620228/ruby-2-1-with-erubis-template-engine/27690911 – abrocks Dec 29 '14 at 14:55