Erik Berlin
Erik Berlin
This is no git tag for the 0.1.0 release. I believe it should be tagged at https://github.com/dkubb/adamantium/commit/0077c03aa3e0331b6cda729b54c024f59d150378.
When using Equalizer in projects that use [YARD](http://yardoc.org/) for documentation, YARD raises a `YARD::Parser::UndocumentableError` on every line that mixes-in Equalizer. I’m not sure exactly how to solve this problem. Maybe...
See discussion here: https://github.com/dkubb/memoizable/pull/4#issuecomment-30849404
What is the current behavior? ----------------------------- ``` > heroku autocomplete Error: fish is not a supported shell for autocomplete ```
The [OAuth (1) strategy provides configurable `open_timeout` and `read_timeout` options](https://github.com/intridea/omniauth-oauth/blob/master/lib/omniauth/strategies/oauth.rb#L14-15), so I was surprised to discover the that OAuth2 strategy does not provide these same options. Is there any reason...
Excon turn 4 years old at the end of this month. Many popular gems (notably `fog`) depend on Excon. Seems like it's about time to declare a stable, public API....
The [`t`](https://github.com/sferik/t) gem depends on `twitter-text` to extract mentioned screen names from Tweet text. Five separate users, all on different operating systems and Ruby versions, reported a `LoadError` on the...
It makes sense for this repository to be named `yajl-ruby`, to avoid ambiguity with other wrapper libraries (not to mention YAJL itself) but the gem name need not include `-ruby`,...
Unlike normal attributes, unsaved bitmask attributes are not reset when an object is reloaded. This was very surprising to me! ``` ruby def test_bitmask_attributes_reload user = User.create(:name => "Bruce", :roles...