index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
erb.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
erb.rb: prohibit marshaling [EXPERIMENTAL]
nobu
2019-03-28
1
-0
/
+4
*
erb.rb: increase warn level only when non-zero safe_level
k0kubun
2018-12-29
1
-1
/
+3
*
Revert "erb.rb: print deprecation warning with warn level 1"
k0kubun
2018-12-29
1
-4
/
+4
*
erb.rb: print deprecation warning with warn level 1
k0kubun
2018-12-25
1
-4
/
+4
*
erb.rb: warn invalid trim_mode [Misc #15294]
k0kubun
2018-11-12
1
-1
/
+10
*
erb.rb: relax warn level of ERB.new
k0kubun
2018-02-28
1
-3
/
+3
*
lib/erb.rb: Add uplevel to warn
kazu
2018-02-24
1
-3
/
+3
*
erb.rb: deprecate safe_level of ERB.new
k0kubun
2018-02-22
1
-5
/
+22
*
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
1
-2
/
+5
*
erb.rb: let's remove constant deprecated at 2.5
k0kubun
2017-12-28
1
-4
/
+0
*
erb.rb: preserve the behavior for invalid syntax
k0kubun
2017-12-27
1
-13
/
+4
*
erb.rb: shadow by keys
nobu
2017-12-22
1
-3
/
+10
*
lib/erb: Update doc [ci-skip] [doc]
marcandre
2017-12-15
1
-2
/
+2
*
erb.rb: specify frozen_string_literal: true
k0kubun
2017-10-21
1
-7
/
+7
*
Use unpack1 instead of unpack and `[0]`
kazu
2017-09-29
1
-1
/
+1
*
erb.rb: drop unreachable method
k0kubun
2017-09-26
1
-4
/
+0
*
Use `register_scanner` instead of `regist_scanner`
kazu
2017-08-04
1
-2
/
+2
*
Add deprecated warning to ERB::Compiler::SimpleScanner2
kazu
2017-08-04
1
-0
/
+1
*
suppress warning: ambiguous first argument; put parentheses or a space even a...
naruse
2017-05-28
1
-1
/
+1
*
erb.rb: Use str_uplus instead of rb_str_dup
k0kubun
2017-05-27
1
-3
/
+3
*
erb.rb: Tiny improvement of compiling cost
k0kubun
2017-05-26
1
-1
/
+1
*
erb.rb: [DOC] Follow compiled code's change
k0kubun
2017-05-26
1
-1
/
+1
*
erb.rb: Generate static string with opt_str_uminus
k0kubun
2017-05-26
1
-1
/
+1
*
erb.rb: Use script encoding instead of force_encoding
k0kubun
2017-05-26
1
-4
/
+4
*
erb.rb: Add ERB#result_with_hash
k0kubun
2017-05-25
1
-0
/
+10
*
erb.rb: Skip creating regexp
k0kubun
2017-05-22
1
-4
/
+6
*
erb.rb: Allow trimming CR in all trim_modes
k0kubun
2017-05-20
1
-2
/
+2
*
erb.rb: Allow explicit trimming carriage return
k0kubun
2017-05-20
1
-3
/
+3
*
erb.rb: Allow trimming carriage return
k0kubun
2017-05-20
1
-2
/
+2
*
erb.rb: Prevent potential unexpected rescue
k0kubun
2017-05-20
1
-2
/
+2
*
erb.rb: Drop unused scanner implementation
k0kubun
2017-05-20
1
-15
/
+5
*
erb.rb: Don't encode tilde in #url_encode
k0kubun
2017-05-17
1
-1
/
+1
*
erb.rb: Use String#<< instead of #concat
k0kubun
2017-05-15
1
-5
/
+5
*
Alias regist_scanner to register_scanner
a_matsuda
2016-11-05
1
-2
/
+5
*
remove unnecessary :stag accessor
nobu
2016-09-25
1
-1
/
+0
*
erb.rb: fronzen-string-literal in comment [Fix GH-1229]
nobu
2016-01-29
1
-12
/
+19
*
erb.rb: duplicated magic comments [Fix GH-1229]
nobu
2016-01-29
1
-3
/
+2
*
erb.rb: frozen-string-literal safe
nobu
2016-01-29
1
-3
/
+3
*
Allow ERB subclass to add token easily. [Feature #11936]
seki
2016-01-02
1
-54
/
+77
*
* lib/erb.rb: revert r53123. It break compatibility like thor and rspec-rails.
hsbt
2015-12-20
1
-5
/
+5
*
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
[next]