weshatheleopard
weshatheleopard
``` NameError: method `logger' not defined in ActionView::Base [....]/gems/logging-rails-0.6.0/lib/logging/rails/mixin.rb:18:in `remove_method' [....]/gems/logging-rails-0.6.0/lib/logging/rails/mixin.rb:18:in `included' [....]/gems/logging-rails-0.6.0/lib/logging/rails/railtie.rb:35:in `include' ``` 0.5.0 works just fine. More info [here](https://stackoverflow.com/questions/45068612/why-does-ruby-fail-to-remove-method-even-though-it-is-clearly-defined)
http://guides.rubygems.org/name-your-gem/
Since `SharedStrings` support many additional features, such as Unicode strings (see Issue #112), RubyXL should support transparent generation of those.
We desperately needed that since our project uses some external websites (that we cannot change) that utilize this kind of forms, and we needed to write tests for those. Since...
Gems that include rubyzip conflict with gems that include zip since both call their main module Zip. A way to separate the two is absolutely necessary if we want to...
From what I reckon, the gem already has this capability. But figuring out how to **actually** do that is anything but easy.
The problem is that prior to matching, the URI is passed through `normalize_uri` which mangles it. For example: ``` > require 'fakeweb' > FakeWeb.allow_net_connect = false > FakeWeb.register_uri(:get, /http:\/\/good\.com\/\?a=1\&b=2/, :body...
``` > Zip::File.open_buffer('') => #