Daniel Pepper
Daniel Pepper
support for sqlalchemy AssociationProxy properties (https://docs.sqlalchemy.org/en/13/orm/extensions/associationproxy.html) Fixes #136
**What does this PR do?** trace http connections, in addition to the already existing request traces **Motivation** https://github.com/DataDog/dd-trace-rb/issues/2838 **How to test the change?**   
**Is your feature request related to a problem? Please describe.** I'm debugging network connectivity issues and lack visibility. For http requests, Datadog provides traces for the request, but not the...
simplify these dependency constraints using the pessimistic operator. functionally equivalent https://thoughtbot.com/blog/rubys-pessimistic-operator 
Hi there! I'm trying to upgrade [hexapdf](https://github.com/gettalong/hexapdf) (it's up to 0.37) but can't because identikal locks the version to `0.6`...mind if we relax that constraint?
use a config value in redis to save and override limits
I'm curious about net-http's hooks, eg. `do_start`, `on_connect`, and `do_finish`. They're marked as private and seem largely unused (and untested). Do we still need/want them? If we do want them,...
neat library! are you open to simplifying the rack middleware code and adding test coverage?
I stumbled upon a corner case where Kaminari explodes with a `divided by 0` error and wanted to offer a fix. The usage is a little contrived / self inflicted,...