Results 49 issues of ojab

```ruby > Addressable::Template.new('https://{domain}').match('x;x:x') # => …/gems/addressable-2.7.0/lib/addressable/uri.rb:901:in `scheme=': Invalid scheme format: x;x (Addressable::URI::InvalidURIError) ``` Not sure if it's a bug, but I don't see that `.match` could raise documented anywhere and...

URI Templates

I think that such a project as BNW should promote polite & non-agressive behaviour to it's contributors.

If a project depends on 'ammeter' and 'railties', `require 'ammeter/init'` fails with ``` NameError: uninitialized constant ActionView::Template::Handlers::ERB::ENCODING_FLAG ``` We need only 'rails/engine', so let's require it explicitly.

### Is your feature request related to a problem? Please describe. Right now [Railtie](https://github.com/newrelic/newrelic-ruby-agent/blob/dev/lib/newrelic_rpm.rb) passes only `config:` in options and logger is initialized as `NewRelic::Agent::AgentLogger.new(root, options.delete(:log))`. So we have very...

feature
stale
community
feature pack

This is a 🐛 bug fix. ## Summary Fedora, for example, provides both gems as a separate packages that are not a dependencies for `ruby`, so `bundle install jekyll` with...

## Description Right now it's not possible to do something like `expect(Draper::ViewContext.current).to receive(:render).and_call_original` since it fails, workaround it. ## Testing Not sure if I should add test for that, since...

suggestion
delegation
testing

```ruby %w[path other_path].map { |path| Pathname.new(path) }.to_h { |path| [path.basename, path.extname] } ``` leads to ``` Offenses: /tmp/1.rb:1:21: C: Style/MapToHash: Pass a block to to_h instead of calling map.to_h. %w[path...

bug

``` /tmp/ruby-build.20201111212834.9644.4pUxsX/rubinius-5.0/machine/diagnostics/timing.hpp:116:25: error: incompatible integer to pointer conversion assigning to 'std::atomic *' (aka 'atomic *') from 'uint64_t' (aka 'unsigned long') if(last_) last_ = run; ^~~ ``` Thank you for taking...