Age | Commit message (Expand) | Author |
---|
2017-09-29 | Use unpack1 instead of unpack and `[0]` | kazu |
2017-09-26 | erb.rb: drop unreachable method | k0kubun |
2017-08-04 | Use `register_scanner` instead of `regist_scanner` | kazu |
2017-08-04 | Add deprecated warning to ERB::Compiler::SimpleScanner2 | kazu |
2017-05-28 | suppress warning: ambiguous first argument; put parentheses or a space even a... | naruse |
2017-05-27 | erb.rb: Use str_uplus instead of rb_str_dup | k0kubun |
2017-05-26 | erb.rb: Tiny improvement of compiling cost | k0kubun |
2017-05-26 | erb.rb: [DOC] Follow compiled code's change | k0kubun |
2017-05-26 | erb.rb: Generate static string with opt_str_uminus | k0kubun |
2017-05-26 | erb.rb: Use script encoding instead of force_encoding | k0kubun |
2017-05-25 | erb.rb: Add ERB#result_with_hash | k0kubun |
2017-05-22 | erb.rb: Skip creating regexp | k0kubun |
2017-05-20 | erb.rb: Allow trimming CR in all trim_modes | k0kubun |
2017-05-20 | erb.rb: Allow explicit trimming carriage return | k0kubun |
2017-05-20 | erb.rb: Allow trimming carriage return | k0kubun |
2017-05-20 | erb.rb: Prevent potential unexpected rescue | k0kubun |
2017-05-20 | erb.rb: Drop unused scanner implementation | k0kubun |
2017-05-17 | erb.rb: Don't encode tilde in #url_encode | k0kubun |
2017-05-15 | erb.rb: Use String#<< instead of #concat | k0kubun |
2016-11-05 | Alias regist_scanner to register_scanner | a_matsuda |
2016-09-25 | remove unnecessary :stag accessor | nobu |
2016-01-29 | erb.rb: fronzen-string-literal in comment [Fix GH-1229] | nobu |
2016-01-29 | erb.rb: duplicated magic comments [Fix GH-1229] | nobu |
2016-01-29 | erb.rb: frozen-string-literal safe | nobu |
2016-01-02 | Allow ERB subclass to add token easily. [Feature #11936] | seki |
2015-12-20 | * lib/erb.rb: revert r53123. It break compatibility like thor and rspec-rails. | hsbt |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-12-15 | * lib/erb.rb: Render erb with array buffer for function call optimization. | hsbt |
2015-12-15 | * lib/erb.rb: Simplify regexp to optimize erb scanner. | hsbt |
2014-12-12 | erb: set variables from the command line | nobu |
2014-12-12 | erb: lineno and location setters | nobu |
2014-08-27 | * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation. | hsbt |
2014-07-27 | * lib/cgi/core.rb: remove unused variables. | hsbt |
2014-07-25 | fix encoding spec | nobu |
2014-05-30 | erb.rb: ERB#result does not accept a proc. | nobu |
2013-12-06 | * lib/erb.rb: [DOC] fix broken link. | hsbt |
2013-07-18 | * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] | zzak |
2013-07-16 | * lib/erb.rb (ERB::Util#url_encode): Unuse regexp special global | xibbar |
2013-06-02 | * lib/cgi/util.rb, lib/erb.rb: Use String#b [Feature #8394] by znz | zzak |
2013-01-26 | * hash.c (rb_env_size): Restored documentation for ENV.size | drbrain |
2012-12-23 | * lib/erb.rb: typos for ERB::new link | zzak |
2012-12-23 | * lib/erb.rb: Document ERB::new trim_mode '-' for lines ending in -%> | zzak |
2012-12-05 | * remove trailing spaces. | nobu |
2012-12-04 | * lib/erb.rb (make_compiler, add_put_cmd, add_insert_cmd): extract | seki |
2012-11-09 | erb.rb: safe concurrent use | nobu |
2012-08-14 | * lib/erb.rb (ERB::Util.html_escape): fix r36687: call to_s before | naruse |
2012-08-13 | * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escape | shugo |
2011-05-24 | * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethod | drbrain |
2011-05-24 | * lib/erb.rb: Hide documentation for implementation details of ERB. | drbrain |
2011-05-19 | * lib: revert r31635-r31638 and untabify with expand(1). | nobu |