aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erb.rb
Commit message (Expand)AuthorAgeFilesLines
* suppress warning: ambiguous first argument; put parentheses or a space even a...naruse2017-05-281-1/+1
* erb.rb: Use str_uplus instead of rb_str_dupk0kubun2017-05-271-3/+3
* erb.rb: Tiny improvement of compiling costk0kubun2017-05-261-1/+1
* erb.rb: [DOC] Follow compiled code's changek0kubun2017-05-261-1/+1
* erb.rb: Generate static string with opt_str_uminusk0kubun2017-05-261-1/+1
* erb.rb: Use script encoding instead of force_encodingk0kubun2017-05-261-4/+4
* erb.rb: Add ERB#result_with_hashk0kubun2017-05-251-0/+10
* erb.rb: Skip creating regexpk0kubun2017-05-221-4/+6
* erb.rb: Allow trimming CR in all trim_modesk0kubun2017-05-201-2/+2
* erb.rb: Allow explicit trimming carriage returnk0kubun2017-05-201-3/+3
* erb.rb: Allow trimming carriage returnk0kubun2017-05-201-2/+2
* erb.rb: Prevent potential unexpected rescuek0kubun2017-05-201-2/+2
* erb.rb: Drop unused scanner implementationk0kubun2017-05-201-15/+5
* erb.rb: Don't encode tilde in #url_encodek0kubun2017-05-171-1/+1
* erb.rb: Use String#<< instead of #concatk0kubun2017-05-151-5/+5
* Alias regist_scanner to register_scannera_matsuda2016-11-051-2/+5
* remove unnecessary :stag accessornobu2016-09-251-1/+0
* 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