instacart / makara

A Read-Write Proxy for Connections; Also provides an ActiveRecord adapter.
http://tech.taskrabbit.com/
MIT License
928 stars 170 forks source link

Use built-in ActiveRecord URL resolver #294

Closed mlarraz closed 3 years ago

mlarraz commented 3 years ago

Since we've dropped support for older Rails versions, we can clean this up by just using the built-in class instead of inlining its definition. The class names are different between versions, but the API is the same.