aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erb.rb
Commit message (Expand)AuthorAgeFilesLines
* erb.rb: fronzen-string-literal in comment [Fix GH-1229]nobu2016-01-291-12/+19
* erb.rb: duplicated magic comments [Fix GH-1229]nobu2016-01-291-3/+2
* erb.rb: frozen-string-literal safenobu2016-01-291-3/+3
* Allow ERB subclass to add token easily. [Feature #11936]seki2016-01-021-54/+77
* * lib/erb.rb: revert r53123. It break compatibility like thor and rspec-rails.hsbt2015-12-201-5/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/erb.rb: Render erb with array buffer for function call optimization.hsbt2015-12-151-5/+5
* * lib/erb.rb: Simplify regexp to optimize erb scanner.hsbt2015-12-151-2/+2
* erb: set variables from the command linenobu2014-12-121-2/+5
* erb: lineno and location settersnobu2014-12-121-2/+12
* * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt2014-08-271-1/+1
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-271-1/+1
* fix encoding specnobu2014-07-251-1/+1
* erb.rb: ERB#result does not accept a proc.nobu2014-05-301-1/+1
* * lib/erb.rb: [DOC] fix broken link.hsbt2013-12-061-1/+2
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-2/+2
* * lib/erb.rb (ERB::Util#url_encode): Unuse regexp special globalxibbar2013-07-161-2/+2
* * lib/cgi/util.rb, lib/erb.rb: Use String#b [Feature #8394] by znzzzak2013-06-021-2/+2
* * hash.c (rb_env_size): Restored documentation for ENV.sizedrbrain2013-01-261-2/+8
* * lib/erb.rb: typos for ERB::new linkzzak2012-12-231-6/+6
* * lib/erb.rb: Document ERB::new trim_mode '-' for lines ending in -%>zzak2012-12-231-0/+1
* * remove trailing spaces.nobu2012-12-051-1/+1
* * lib/erb.rb (make_compiler, add_put_cmd, add_insert_cmd): extractseki2012-12-041-16/+20
* erb.rb: safe concurrent usenobu2012-11-091-2/+9
* * lib/erb.rb (ERB::Util.html_escape): fix r36687: call to_s beforenaruse2012-08-141-1/+1
* * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escapeshugo2012-08-131-1/+3
* * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethoddrbrain2011-05-241-2/+2
* * lib/erb.rb: Hide documentation for implementation details of ERB.drbrain2011-05-241-4/+5
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-5/+5
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-142/+142
* * remove trailing spaces.nobu2011-05-151-2/+2
* * lib/erb.rb: Document ERB::Compiler. Patch by Simon Chiang.drbrain2011-05-141-6/+91
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-64/+64
* remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki2009-01-111-34/+0
* merged r20850, r17881, r16811, r16763, r16748, r15829, r15794 and r15698 from...seki2009-01-031-118/+187
* * lib/erb.rb (ERB): m17n of ERB. adds rdoc.yugui2008-12-291-6/+45
* * lib/erb.rb: adjust line number for magic comment.kazu2008-06-271-3/+3
* * lib/erb.rb (ERB::Compiler:Buffer#new): push magic comment first.naruse2008-06-251-5/+4
* * lib/erb.rb (ERB::Compiler#compile): magic comment needs LF.naruse2008-06-251-1/+1
* * lib/erb.rb (ERB::Compiler#compile): output magic comment.naruse2008-06-251-0/+1
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Oops. Thisknu2008-06-021-6/+4
* * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu2008-06-021-4/+6
* [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki2008-04-301-1/+3
* * lib/erb.rb (ERB::Revision): cut off locale dependent string in Dateakr2008-01-061-1/+1
* * lib/erb.rb: String#each was removed, use #each_line instead.aamine2006-10-171-3/+3
* (ERB::Compiler): add instance variable @insert_cmd to change <%='s behavior.seki2006-01-101-4/+4
* make module_functionseki2005-02-121-0/+4
* * io.c (io_read): move StringValue() check before GetOpenFile().matz2004-11-251-15/+364
* * MANIFEST: add test_erb.rbseki2004-02-281-1/+1