Using custom dynomite gem instead of the one in vendor/ directory

Hi,

I’ve forked dynomite gem since I’d like to introduce some new features to it while working on my Jets application. Unfortunately, it does not seem to work with bundle local git repos. Every time I try to execute bundle exec rspec, another dynomite source code is being loaded.

Discovered that Jets is including dynomite from its vendor directory. I’m pretty sure this is it since commenting these lines in my system gems directory (/var/lib…) fixes my issue.

Is there a way to get around it without forking the Jets repository?

Thanks for contributing! Removed the vendoring of dynomite https://github.com/tongueroo/jets/pull/134 Released in v1.4.11 CHANGELOG

Also released your PR https://github.com/tongueroo/dynomite/pull/6 that adds Item.count.

dynomite v1.1.1 CHANGELOG

Thanks!

You’re awesome! Thanks a lot.

1 Like