Closed maxhollmann closed 4 years ago
@maxhollmann Hi, thanks for the PR. Just merged this PR and released as 0.7.0!
@maxhollmann Also, I'd be glad if you can note description of this feature in this library's README, and make such PR.
Thanks for merging! I made a PR with the readme changes.
I had to move some things around to keep this change DRY, that's why there are so many changes in here.
Another change:
ActiveRecordExt
andDaruExt
are only loaded in the Kernel, not in the railtie. This allows users to add those gems withrequire: false
and avoid loading them in the server process.