erubis icon indicating copy to clipboard operation
erubis copied to clipboard

Erubis is an fast and extensible eRuby implementation

Results 18 erubis issues
Sort by recently updated
recently updated
newest added

Dear @kwatch, Thank you for maintaining erubis. I have a tiny request: would you remove the Erubis version logging on boot? It is only logged on Rails 2.2+, and it...

```ruby require 'erubis' require 'erb' def inner_erubis Erubis::Eruby.new('inner_template inner_template').result 'ruby_output' end def inner_erb Erubis::Eruby.new('inner_template inner_template').result 'ruby_output' end puts ERB.new('outer_template outer_template').result # outer_template ruby_output outer_template puts Erubis::Eruby.new('outer_template outer_template').result # inner_template ruby_output...

Hi, kwatch (Kuwata-san). This module's unit test was failed for Ruby 2.3. ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux] About Ruby 2.2. I could succeed the test by using below pull-request...

This build on top of #2 and adds support for Ruby 2.1

Hello, I'm importing a ticket from Rails: https://github.com/rails/rails/issues/18098 Please find @rafaelfranca's comment (https://github.com/rails/rails/issues/18098#issuecomment-67667400) for a repro example. --- It seems that ERB doesn't handle well tags embedded within another tag....

This fixes most of the issues I had with the test suite running with Ruby 2.0 There are two outstanding issues: 1. test_example_java_result(KwarkUsersGuideTest) - I really did not investigated the...

Snyk is reporting a Medium security vulnerability due to un-escaped single quotes. https://security.snyk.io/vuln/SNYK-RUBY-ERUBIS-20482 I do see some PRs open addressing this issue but have not had any attention #19 and...