hle-skillz
hle-skillz
Fixes #135. Rudimentary HTTP Device that relies on buffering (inherits `Connectable`) rather than persistent HTTP connections (no-op `connect`) for efficiency. Existing framework code inconveniently deleted `uri` and `type` options: https://github.com/dwbutler/logstash-logger/blob/b8f5403c44150f10d15b01133f8b6d1e9eb31806/lib/logstash-logger/device.rb#L30-L35...
I think this makes your gem require at minimum Rails 5.2: https://github.com/hsgubert/rails-sharding/blob/7e61a8fd51b30941d76aeb4d7c5525f6962e643a/rails-sharding.gemspec#L25 Contrary to the README that says it should support 5.0, 5.1, 5.2. Based on [docs](https://bundler.io/gemfile.html): > The specifier...
I'm using a simple `User.first` to load a row from Snowflake but the `id` always contains `nil`: ```ruby User.first #