summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [add] add 'contrib/index.cgi' and 'contrib/_htaccess'makoto kuwata2010-06-272-0/+75
|
* [release] release preparation for 2.6.6makoto kuwata2010-06-273-4/+5
|
* [update] update 'CHANGES.txt'makoto kuwata2010-06-271-0/+8
|
* [bugfix] fix a bug on InterporationEnhancermakoto kuwata2010-06-272-2/+29
|
* [update] CHANGES.txt and Rookbook.prop for release preparation of 2.6.5makoto kuwata2009-07-202-1/+9
|
* [add] 'benchmark/mybench2.rb' which is rewrited benchmark scriptmakoto kuwata2009-07-201-0/+266
|
* [refactor] tweak 'test-main.rb'makoto kuwata2009-07-152-18/+10
|
* [bugfix] 'main.rb' to 'erubis -z' prints 'Syntax OK' correctlymakoto kuwata2009-07-152-1/+27
|
* [refactor] tweak 'main.rb'makoto kuwata2009-07-151-18/+14
|
* [refactor] tiny.rb to use 'pos...m.begin(0)' instead of 'input[pos, ↵makoto kuwata2009-07-141-4/+3
| | | | match.begin(0) - pos]'
* [edit] remove '$Rev$' from all filesmakoto kuwata2009-07-1436-36/+11
|
* - [update] ReleaseNote.txt, ChangeLog.txtmakoto kuwata2009-07-122-0/+11
|
* - [update] CHANGES.txt, ReleaseNote.txtmakoto kuwata2009-02-183-0/+32
|
* - [change] update gemspec filemakoto kuwata2009-02-183-4/+12
| | | | | - [release] preparation for 2.6.4
* - [change] rails_helper.rb changed to use ActionController::Base.new.loggermakoto kuwata2009-02-182-3/+6
|
* - [enhance] confirmed that erubis works fine on Rails 2.3makoto kuwata2009-02-182-1/+4
|
* - [enhance] Rails 2.2 supportmakoto kuwata2009-02-082-4/+39
|
* - [change] packages are now built under 'build' directorymakoto kuwata2009-02-075-18/+60
| | | | | | | - [change] year of copyright is changed to '2006-2009'. - [update] CHANGES.txt, ReleaseNote.txt
* - [bugfix] report argument name when option argument is missingmakoto kuwata2009-02-073-20/+29
| | | | | | | - [bugfix] enhacner class name was not reported when not found (Ruby 1.9.1) - [change] add _error_test() to 'test-main.rb'
* - [change] change '#!/usr/bin/ruby' to '#!/usr/bin/env ruby' in 'bin/erubis'makoto kuwata2009-02-074-6/+33
| | | | | | - [bugfix] change 'optchar.chr' to 'optchar' in 'main.rb'.
* - [update] ReleasNote, CHANGESmakoto kuwata2009-02-063-3/+35
|
* - [release] preparation for 2.6.2makoto kuwata2008-06-125-11/+21
|
* - [update] README.txt, users-guide, CHANGES.txtmakoto kuwata2008-06-125-0/+19
|
* * [change] use "#{ENV['_']} -wc" instead of 'ruby -wc' to check syntax (-z) ↵makoto kuwata2008-06-123-3/+34
| | | | if ENV['_'] is not nil
* - [enhance] test/testutil.rb: add TestCase::post_definitionmakoto kuwata2008-06-1216-54/+114
| | | | | | - [enhance] Ruby 1.9 support - [change] Evaluator#evaluate() changed not to use Erubis::EMPTY_BINDING to support Ruby1.9
* - [release] preparation for 2.6.1makoto kuwata2008-06-053-3/+39
|
* - [enhance] helpers/rails_helper.rb: Rails 2.1 supportmakoto kuwata2008-06-052-19/+57
|
* - [release] preparation for 2.6.0makoto kuwata2008-05-052-3/+8
|
* - [bugfix] rails_form_helper.rb: change '::::' to '::'makoto kuwata2008-05-055-37/+33
| | | | | | | | - [bugfix] rails_form_helper.rb: support Rails 2.0.2 - [update] users-guide - [remove] contrib/action_view_base_rb.patch - [release] preparation for 2.6.0
* - [update] users-guidemakoto kuwata2008-05-052-0/+72
|
* - [update] users-guidemakoto kuwata2008-05-055-41/+164
| | | | | | | - [refactor] rails_helper.rb: remove debug messages - [change] rails_helper.rb: change 'logger.debug' to 'logger.info'
* - [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-034-77/+147
|
* - [enhance] Conerter#convert_input(): convert '<%% %>' into '<% %>'makoto kuwata2008-05-035-12/+43
| | | | | | | - [enhance] test-erubis.rb: add 'doublepercent1' test - [enhance] Engine#load_file() can take :cachename property
* - [enhance] '<%= =%>' and '<%= -%>' removed tail spacesmakoto kuwata2008-04-294-3/+30
|
* - [add] preprocessing.rbmakoto kuwata2008-04-293-32/+67
| | | | | - [change] rails_helper.rb: move Preprocessing class and helper methods into preprocessing.rb
* - [change] bench/bench.rb: Ruby 1.9 supportmakoto kuwata2008-04-293-9/+24
|
* - [update] users-guide.txt: add tips about preprocessing in Rails 2.0 makoto kuwata2008-01-3010-50/+157
| | | | | | | - [debug] rails_helper.rb: _decode(): change /%3C%25%3D(.*?)%25%3E/ to /%3C%25(?:=|%3D)(.*?)%25%3E/ - [release] release preparation for 2.5.0
* - [enhance] add 'helpers/rails_form_helper.rb'makoto kuwata2008-01-299-142/+609
| | | | | | | | | | - [change] helpers/rails_helper.rb: rename _expr() to _p() - [enhance] helpers/rails_helper.rb: add _P() - [enhance] helpers/rails_helper.rb: support Rails 2.0 - [update] users-guide.txt - [change] rename 'CHANGES' to 'CHANGES.txt'
* - [change] remove 'website/'makoto kuwata2007-10-2316-508/+71
|
* - [enhance] add '--docwrite={true|false}' property to Ejavascript class.makoto kuwata2007-09-246-20/+105
| | | | | - [update] user's guide
* - [change] add Erubis::EMPTY_BINDINGmakoto kuwata2007-09-187-8/+256
| | | | | | | | - [bugfix] use Erubis::EMPTY_BINDING instead of TOPLEVEL_BINDING in Evaluator#evaluate() - [enhance] user's guide: new section 'evaluate(context) vs. result(binding)' added - [update] CHANGES
* - [bugfix] PercentLineEnhancer#add_text() was very slow (now very fast)makoto kuwata2007-09-103-8/+29
|
* - [enhance] RubyEvaluator#def_method() can take instance object as well was ↵makoto kuwata2007-07-1910-26/+203
| | | | module object
* - [update] document updatedmakoto kuwata2007-07-199-186/+539
|
* - [enhance] add Erubis::XmlHelper::url_encode() (and u() which is alias of ↵makoto kuwata2007-07-185-5/+32
| | | | | | | | | url_encode()) - [enhance] Erubis::RubyEvaluator#evaluate() now convert @src into @_proc object and do instance_eval(&@_proc) - [change] Erubis::Converter#convert() clears @_proc to nil
* - [bugfix] main.rb: Object#hash() was returned instead of context in ↵makoto kuwata2007-07-112-2/+5
| | | | load_datafile()
* - [bugfix] main.rb: help message was not displayedmakoto kuwata2007-07-113-5/+21
| | | | | | - [bugfix] main.rb: Object#hash() was returned instead of context in load_datafile()
* - [bugfix] preprocessor bug is rails_helper.rbmakoto kuwata2007-05-262-1/+8
|
* - [enhance] preprocessor support in rails_helper.rbmakoto kuwata2007-05-263-0/+49
|