| Commit message (Expand) | Author | Age | Files | Lines |
* | [release] release preparation for 2.6.6 | makoto kuwata | 2010-06-27 | 1 | -0/+1 |
* | - [release] preparation for 2.6.2 | makoto kuwata | 2008-06-12 | 2 | -8/+10 |
* | - [update] README.txt, users-guide, CHANGES.txt | makoto kuwata | 2008-06-12 | 2 | -0/+2 |
* | - [enhance] test/testutil.rb: add TestCase::post_definition | makoto kuwata | 2008-06-12 | 2 | -2/+2 |
* | - [update] users-guide | makoto kuwata | 2008-05-05 | 1 | -0/+69 |
* | - [update] users-guide | makoto kuwata | 2008-05-05 | 1 | -0/+68 |
* | - [update] users-guide.txt: add tips about preprocessing in Rails 2.0 | makoto kuwata | 2008-01-30 | 2 | -15/+40 |
* | - [enhance] add 'helpers/rails_form_helper.rb' | makoto kuwata | 2008-01-29 | 2 | -114/+296 |
* | - [enhance] add '--docwrite={true|false}' property to Ejavascript class. | makoto kuwata | 2007-09-24 | 2 | -16/+57 |
* | - [change] add Erubis::EMPTY_BINDING | makoto kuwata | 2007-09-18 | 3 | -7/+188 |
* | - [enhance] RubyEvaluator#def_method() can take instance object as well was m... | makoto kuwata | 2007-07-19 | 2 | -2/+107 |
* | - [update] document updated | makoto kuwata | 2007-07-19 | 2 | -163/+390 |
* | - [bugfix] rails_helper.rb is edited incorrectly | makoto kuwata | 2007-05-26 | 2 | -16/+45 |
* | - [update] CHANGES, ReleaseNote.txt, website/index.txt | makoto kuwata | 2007-05-23 | 2 | -91/+194 |
* | - [enhance] add '-T' (don't expand tab characters) | makoto kuwata | 2007-05-22 | 2 | -74/+244 |
* | - [refactor] remove RailsHelperEruby from helpers/rails.rb | makoto kuwata | 2007-05-18 | 2 | -2/+2 |
* | - [enhance] new command-line option '-X', '-N', '-C', and '-U' support | makoto kuwata | 2007-05-15 | 3 | -558/+523 |
* | - [enhance] add 'benchmark/bench.rb' and 'benchmark/templates/*' | makoto kuwata | 2007-05-15 | 1 | -26/+56 |
* | - [change] rename ExpressionInterporationEnhancer to InterpolationEnhancer | makoto kuwata | 2007-05-15 | 3 | -210/+924 |
* | - [bugfix] 'convert_file()' was fixed to 'load_file()' in users-guide | makoto kuwata | 2007-05-07 | 3 | -8/+11 |
* | - [enhance] add ErboutEnhancer | (no author) | 2007-03-05 | 2 | -8/+160 |
* | - [update] benchmark data on user's guide is updated | (no author) | 2007-02-12 | 2 | -46/+46 |
* | - [change] option '-T' is removed | (no author) | 2007-02-11 | 2 | -62/+66 |
* | - [release] release preparation | (no author) | 2007-02-11 | 1 | -17/+42 |
* | - [change] option '-X' is changed to '-z' | (no author) | 2007-02-11 | 1 | -17/+43 |
* | - [change] 'helpers/rails.rb' is renamed to 'helpers/rails_helper.rb' | (no author) | 2007-02-06 | 2 | -8/+14 |
* | - [enhance] Ruby on Rails support improved | (no author) | 2007-02-06 | 2 | -46/+104 |
* | - [update] rdoc of erubis.rb | (no author) | 2007-02-04 | 2 | -6/+64 |
* | - [update] users-guide updated | (no author) | 2007-02-03 | 2 | -324/+504 |
* | - [enhance] engine/eperl.rb: add 'use HTML::Entities;' to add_preamble() | makoto kuwata | 2006-09-24 | 3 | -73/+344 |
* | - [update] doc/users-guide.txt: add documentation about 'notext' command | makoto kuwata | 2006-09-19 | 2 | -0/+194 |
* | - [update] ReleaseNote.txt, README.txt, doc/users-guide.txt | makoto kuwata | 2006-09-19 | 2 | -5/+35 |
* | - [change] embedded expr pattern of piengine is changed from '${...}' to '@{.... | makoto kuwata | 2006-09-18 | 2 | -20/+19 |
* | - [change] 'rails/action_view_support.rb' is renamed to 'helper/rails.rb' | makoto kuwata | 2006-08-09 | 2 | -17/+25 |
* | - [bugfix] action_view_support.rb had contained invalid class name. | makoto kuwata | 2006-08-02 | 2 | -9/+246 |
* | - [enhance] add PIEngine | makoto kuwata | 2006-08-01 | 2 | -34/+43 |
* | - [refactor] untabify() function is improved to use String#split() instead of... | makoto kuwata | 2006-07-27 | 2 | -163/+163 |
* | - [change] 'bin/noitem' uses pattern '<? !>' when lang is eperl | makoto kuwata | 2006-05-27 | 2 | -24/+152 |
* | - [change] '_out' is changed to '_buf' | makoto kuwata | 2006-05-19 | 3 | -284/+289 |
* | - [change] engine/xxx.rb is renamed to engine/exxx.rb | makoto kuwata | 2006-05-18 | 2 | -40/+121 |
* | - [enhance] new module NoTextEnhancer added | makoto kuwata | 2006-05-07 | 2 | -393/+615 |
* | - [enhance] Context#initialize() can take a hash object | makoto kuwata | 2006-05-06 | 2 | -138/+152 |
* | - [change] 'simplest.rb' is renamed to 'tiny.rb' | makoto kuwata | 2006-05-03 | 3 | -97/+256 |
* | - [refactor] Engine#compile() refactored | makoto kuwata | 2006-05-02 | 6 | -2399/+301 |
* | - [enhance] javascript support | makoto kuwata | 2006-04-30 | 4 | -597/+2006 |
* | - [enhance] '<%# ... %>' support | makoto kuwata | 2006-03-06 | 3 | -55/+292 |
* | - [bufix] XmlEruby outs <%=== expr %> to $stdout, it changed to $stderr | makoto kuwata | 2006-01-31 | 6 | -63/+1441 |
* | - [bugfix] FastEruby prints empty text | makoto kuwata | 2006-01-29 | 2 | -160/+442 |
* | - initial commit | makoto kuwata | 2006-01-29 | 4 | -0/+1969 |