| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * lib/erb.rb: Render erb with array buffer for function call optimization. | hsbt | 2015-12-15 | 1 | -5/+5 |
* | * lib/erb.rb: Simplify regexp to optimize erb scanner. | hsbt | 2015-12-15 | 1 | -2/+2 |
* | erb: set variables from the command line | nobu | 2014-12-12 | 1 | -2/+5 |
* | erb: lineno and location setters | nobu | 2014-12-12 | 1 | -2/+12 |
* | * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation. | hsbt | 2014-08-27 | 1 | -1/+1 |
* | * lib/cgi/core.rb: remove unused variables. | hsbt | 2014-07-27 | 1 | -1/+1 |
* | fix encoding spec | nobu | 2014-07-25 | 1 | -1/+1 |
* | erb.rb: ERB#result does not accept a proc. | nobu | 2014-05-30 | 1 | -1/+1 |
* | * lib/erb.rb: [DOC] fix broken link. | hsbt | 2013-12-06 | 1 | -1/+2 |
* | * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] | zzak | 2013-07-18 | 1 | -2/+2 |
* | * lib/erb.rb (ERB::Util#url_encode): Unuse regexp special global | xibbar | 2013-07-16 | 1 | -2/+2 |
* | * lib/cgi/util.rb, lib/erb.rb: Use String#b [Feature #8394] by znz | zzak | 2013-06-02 | 1 | -2/+2 |
* | * hash.c (rb_env_size): Restored documentation for ENV.size | drbrain | 2013-01-26 | 1 | -2/+8 |
* | * lib/erb.rb: typos for ERB::new link | zzak | 2012-12-23 | 1 | -6/+6 |
* | * lib/erb.rb: Document ERB::new trim_mode '-' for lines ending in -%> | zzak | 2012-12-23 | 1 | -0/+1 |
* | * remove trailing spaces. | nobu | 2012-12-05 | 1 | -1/+1 |
* | * lib/erb.rb (make_compiler, add_put_cmd, add_insert_cmd): extract | seki | 2012-12-04 | 1 | -16/+20 |
* | erb.rb: safe concurrent use | nobu | 2012-11-09 | 1 | -2/+9 |
* | * lib/erb.rb (ERB::Util.html_escape): fix r36687: call to_s before | naruse | 2012-08-14 | 1 | -1/+1 |
* | * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escape | shugo | 2012-08-13 | 1 | -1/+3 |
* | * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethod | drbrain | 2011-05-24 | 1 | -2/+2 |
* | * lib/erb.rb: Hide documentation for implementation details of ERB. | drbrain | 2011-05-24 | 1 | -4/+5 |
* | * lib: revert r31635-r31638 and untabify with expand(1). | nobu | 2011-05-19 | 1 | -5/+5 |
* | * lib: Convert tabs to spaces for ruby files per | drbrain | 2011-05-18 | 1 | -142/+142 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -2/+2 |
* | * lib/erb.rb: Document ERB::Compiler. Patch by Simon Chiang. | drbrain | 2011-05-14 | 1 | -6/+91 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -64/+64 |
* | remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997] | seki | 2009-01-11 | 1 | -34/+0 |
* | merged r20850, r17881, r16811, r16763, r16748, r15829, r15794 and r15698 from... | seki | 2009-01-03 | 1 | -118/+187 |
* | * lib/erb.rb (ERB): m17n of ERB. adds rdoc. | yugui | 2008-12-29 | 1 | -6/+45 |
* | * lib/erb.rb: adjust line number for magic comment. | kazu | 2008-06-27 | 1 | -3/+3 |
* | * lib/erb.rb (ERB::Compiler:Buffer#new): push magic comment first. | naruse | 2008-06-25 | 1 | -5/+4 |
* | * lib/erb.rb (ERB::Compiler#compile): magic comment needs LF. | naruse | 2008-06-25 | 1 | -1/+1 |
* | * lib/erb.rb (ERB::Compiler#compile): output magic comment. | naruse | 2008-06-25 | 1 | -0/+1 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 1 | -1/+1 |
* | * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Oops. This | knu | 2008-06-02 | 1 | -6/+4 |
* | * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bug | knu | 2008-06-02 | 1 | -4/+6 |
* | [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch. | seki | 2008-04-30 | 1 | -1/+3 |
* | * lib/erb.rb (ERB::Revision): cut off locale dependent string in Date | akr | 2008-01-06 | 1 | -1/+1 |
* | * lib/erb.rb: String#each was removed, use #each_line instead. | aamine | 2006-10-17 | 1 | -3/+3 |
* | (ERB::Compiler): add instance variable @insert_cmd to change <%='s behavior. | seki | 2006-01-10 | 1 | -4/+4 |
* | make module_function | seki | 2005-02-12 | 1 | -0/+4 |
* | * io.c (io_read): move StringValue() check before GetOpenFile(). | matz | 2004-11-25 | 1 | -15/+364 |
* | * MANIFEST: add test_erb.rb | seki | 2004-02-28 | 1 | -1/+1 |
* | * lib/erb.rb: new method ERB#filename(=). [ruby-dev:22208] | aamine | 2003-12-10 | 1 | -2/+4 |
* | import erb-2.0.4b4 | seki | 2003-07-31 | 1 | -9/+9 |
* | add explicit trim mode | seki | 2003-07-31 | 1 | -16/+144 |
* | import erb_2_0_4b2 | seki | 2003-07-29 | 1 | -6/+14 |
* | fix: keep lineno | seki | 2003-07-25 | 1 | -11/+21 |