Jeremy Evans

Results 56 issues of Jeremy Evans

Ruby's coverage library does not support code loaded eval (and similar methods like {class,module,instance}_{eval,exec}). However, it would be nice to be able to get code coverage for your web application...

If this returns true, frozen-string-literal: true is set when compiling the template method. It is false by default, and will need to be manually set to true in the template...

This makes it easy to combine multiple template engines into a single processing pipeline, by taking the output of one template and using it as the input to another template,...

undecided

It results in BigDecimal 0 for both: ``` ruby client.prepare('SELECT ? as a').execute(true).to_a.first[:a] # /usr/local/lib/ruby/gems/2.3/gems/mysql2-0.4.4/lib/mysql2/statement.rb:8: warning: :cache_rows is forced for prepared statements (if not streaming) # => # client.prepare('SELECT ?...

This was broken by 404ecdd290f89658fb05da02ea5b6139fd82ebdb. It removed the setting of the default :content_type entry for the text part, before copying the content fields to the text part. This puts back...

More Work Needed

In the extconf.rb file, for OpenLDAP2, ruby-ldap attempts to link to both libldap and libldap_r: https://github.com/alexey-chebotar/ruby-ldap/blob/master/extconf.rb#L189 This causes problems on OpenBSD, since both ldap and ldap_r may define the same...

Roda is a fork of Cuba. Here are the advantages I see to this change: 1) Uses terminal routes. One of the reasons behind the fork is that by default,...

Previously, newline: :lf was accepted but ignored. Where it should have been used was commented out code that didn't work, but unlike all other invalid values, using newline: :lf did...

DTrace probes used to be enabled by default, but starting in 2.5, you need to enable a TracePoint to enable most DTrace probes. Note that I don't have access to...

Documentation