summaryrefslogtreecommitdiff
path: root/lib/erubis/engine.rb
Commit message (Expand)AuthorAgeFilesLines
* [change] 'Erubis::Engine.load_file()' to set cache timestamp to be the same v...makoto kuwata2011-03-211-1/+3
* [change] 'Erubis::Engine.load_file()' to rename temporary file instead of usi...makoto kuwata2011-03-211-5/+3
* [edit] remove '$Rev$' from all filesmakoto kuwata2009-07-141-1/+0
* - [enhance] Conerter#convert_input(): convert '<%% %>' into '<% %>'makoto kuwata2008-05-031-4/+7
* - [refactor] remove RailsHelperEruby from helpers/rails.rbmakoto kuwata2007-05-181-2/+2
* - [change] engine.rb: Erubis::Engine.load_file(filename) creates cache file a...(no author)2007-02-031-9/+26
* - [refactor] split engine.rb into converter.rb, generator.rb, evaluator.rb, c...makoto kuwata2006-08-021-422/+5
* - [refactor] divide Engine class into Converter, Generator, and Evaluatormakoto kuwata2006-08-021-117/+357
* - [enhance] add PIEnginemakoto kuwata2006-08-011-3/+4
* - [refactor] untabify() function is improved to use String#split() instead of...makoto kuwata2006-07-271-3/+9
* - [change] Engine#escape_text() and Engine#escaped_expr() are now abstract me...makoto kuwata2006-05-211-17/+28
* - [change] '_out' is changed to '_buf'makoto kuwata2006-05-191-2/+28
* - [enhance] new module NoTextEnhancer addedmakoto kuwata2006-05-071-1/+1
* - [enhance] Context#initialize() can take a hash objectmakoto kuwata2006-05-061-14/+22
* - [change] 'simplest.rb' is renamed to 'tiny.rb'makoto kuwata2006-05-031-5/+44
* - [refactor] Engine#compile() refactoredmakoto kuwata2006-05-021-17/+44
* - [enhance] javascript supportmakoto kuwata2006-04-301-28/+40
* - [change] Eruby adopt ArrayBufferEnhancer as defaultmakoto kuwata2006-04-291-8/+12
* - [enhance] PHP, C, Java, and Scheme supportmakoto kuwata2006-04-271-0/+144