| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-22 | [ruby/erb] Enable frozen_string_literal in all files | Josh Nichols | |
| (https://github.com/ruby/erb/pull/49) I was surprised to see erb show up when I was using memory_profiler on my app. ERB::Compiler#compile has a blank string literal, and it ended up allocating some 41532 blank strings for a relatively small surface area. https://github.com/ruby/erb/commit/b7e45c2bdc | |||
| 2022-11-29 | [ruby/erb] Fix line numbers after multi-line <%# | Takashi Kokubun | |
| (https://github.com/ruby/erb/pull/42) https://github.com/ruby/erb/commit/526885923e | |||
| 2022-11-24 | [ruby/erb] Split erb.rb into files for each module under ERB | Takashi Kokubun | |
| (https://github.com/ruby/erb/pull/36) https://github.com/ruby/erb/commit/f74833cc07 | |||
