summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [enhance] support C++makoto kuwata2011-03-222-2/+116
* [change] 'JavaGenerator' and 'JavaScriptGenerator' to rename ':buf' option in...makoto kuwata2011-03-212-14/+14
* [change] rename ':bufname' option to ':bufvar'makoto kuwata2011-03-212-17/+17
* [change] remove dependency to 'abstract' gemmakoto kuwata2011-03-212-2/+2
* [enhance] add 'lib/erubis/util.rb' which contains 'Kernel#not_implemented()'makoto kuwata2011-03-212-0/+23
* [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
* [enhance] modify 'main.rb' to support Rubiniusmakoto kuwata2011-03-201-0/+26
* [refactor] 'InterporationEnhancer' and 'PrintOutEnhancer'makoto kuwata2011-02-231-5/+5
* [bugfix] 'InterporationEnhancer#_add_text_to_str()' raised null-pointer-excep...makoto kuwata2011-02-231-2/+1
* [bugfix] change 'PrefixedLineEnhancer' to be available with command-line opti...makoto kuwata2011-02-231-5/+10
* [refactor] change 'PercentLineEnhancer' to be subset of 'PrefixedLineEnhancer'makoto kuwata2011-02-221-47/+32
* [enhance] add 'PrefixedLineEnhancer' module and 'PrefixedLineEruby' classmakoto kuwata2011-02-222-0/+59
* [enhance] add new option ':bufname' to specify buffer variable namemakoto kuwata2011-02-222-16/+17
* [bugfix] fix a bug on InterporationEnhancermakoto kuwata2010-06-271-1/+1
* [bugfix] 'main.rb' to 'erubis -z' prints 'Syntax OK' correctlymakoto kuwata2009-07-151-1/+3
* [refactor] tweak 'main.rb'makoto kuwata2009-07-151-18/+14
* [refactor] tiny.rb to use 'pos...m.begin(0)' instead of 'input[pos, match.beg...makoto kuwata2009-07-141-4/+3
* [edit] remove '$Rev$' from all filesmakoto kuwata2009-07-1424-24/+0
* - [change] rails_helper.rb changed to use ActionController::Base.new.loggermakoto kuwata2009-02-181-3/+3
* - [enhance] confirmed that erubis works fine on Rails 2.3makoto kuwata2009-02-181-1/+1
* - [enhance] Rails 2.2 supportmakoto kuwata2009-02-081-4/+33
* - [bugfix] report argument name when option argument is missingmakoto kuwata2009-02-071-2/+3
* - [change] change '#!/usr/bin/ruby' to '#!/usr/bin/env ruby' in 'bin/erubis'makoto kuwata2009-02-071-3/+3
* * [change] use "#{ENV['_']} -wc" instead of 'ruby -wc' to check syntax (-z) i...makoto kuwata2008-06-121-1/+2
* - [enhance] test/testutil.rb: add TestCase::post_definitionmakoto kuwata2008-06-125-47/+65
* - [enhance] helpers/rails_helper.rb: Rails 2.1 supportmakoto kuwata2008-06-051-19/+51
* - [bugfix] rails_form_helper.rb: change '::::' to '::'makoto kuwata2008-05-052-11/+23
* - [update] users-guidemakoto kuwata2008-05-051-28/+3
* - [enhance] rails_helper.rb: improved support of Rails 2.0.2.makoto kuwata2008-05-041-26/+69
* - [enhance] rails_helper.rb: improved Rails 2.0.2 supportmakoto kuwata2008-05-032-77/+85
* - [enhance] Conerter#convert_input(): convert '<%% %>' into '<% %>'makoto kuwata2008-05-032-8/+14
* - [enhance] '<%= =%>' and '<%= -%>' removed tail spacesmakoto kuwata2008-04-292-3/+5
* - [add] preprocessing.rbmakoto kuwata2008-04-292-32/+63
* - [update] users-guide.txt: add tips about preprocessing in Rails 2.0 makoto kuwata2008-01-302-2/+2
* - [enhance] add 'helpers/rails_form_helper.rb'makoto kuwata2008-01-292-24/+249
* - [enhance] add '--docwrite={true|false}' property to Ejavascript class.makoto kuwata2007-09-241-1/+7
* - [change] add Erubis::EMPTY_BINDINGmakoto kuwata2007-09-181-1/+3
* - [bugfix] PercentLineEnhancer#add_text() was very slow (now very fast)makoto kuwata2007-09-101-6/+21
* - [enhance] RubyEvaluator#def_method() can take instance object as well was m...makoto kuwata2007-07-192-4/+6
* - [update] document updatedmakoto kuwata2007-07-191-7/+8
* - [enhance] add Erubis::XmlHelper::url_encode() (and u() which is alias of ur...makoto kuwata2007-07-184-5/+28
* - [bugfix] main.rb: Object#hash() was returned instead of context in load_dat...makoto kuwata2007-07-111-1/+1
* - [bugfix] main.rb: help message was not displayedmakoto kuwata2007-07-111-4/+3
* - [bugfix] preprocessor bug is rails_helper.rbmakoto kuwata2007-05-261-1/+5
* - [enhance] preprocessor support in rails_helper.rbmakoto kuwata2007-05-261-0/+39
* - [bugfix] rails_helper.rb is edited incorrectlymakoto kuwata2007-05-261-4/+69
* - [enhance] add '-T' (don't expand tab characters)makoto kuwata2007-05-222-105/+39
* - [refactor] remove RailsHelperEruby from helpers/rails.rbmakoto kuwata2007-05-1821-32/+34
* - [enhance] new command-line option '-X', '-N', '-C', and '-U' supportmakoto kuwata2007-05-152-10/+38