chassis
chassis copied to clipboard
**Descriptions** Upgrade the faraday and bundler gems version
What if I want to use different repos for different models? Some of my models can be persisted in postgres, while some retrieved via api, some stored in redis, yet...
Have you thought of moving your repository pattern implementation into a separate gem? It's pretty slick, and (I believe) deserves to be a dependency in its own right.
Ran into trouble using repositories on 2.0.0. Confirmed same on 1.9.3 and noted it was working on 2.1.0. You will see that the fix is very straight forward and I...