Aaron Gibralter

Results 12 comments of Aaron Gibralter

CC @delwaterman @jcmuller

I guess for the time being, you can just put `gem "settingslogic"` after `gem "ZenTest"` and it works.

This just got us as well. Workaround was to put `gem "ar-octopus"` at the end of our `Gemfile`... not ideal though.

@zimbatm ahh interesting, thank you! Basically I wanted to build a helper for local development at my company that leverages `direnv`. I want one of my shell helpers to warn...

This could really use a nicer error message :) For me it was specifying a git commit I had not pushed yet... 🤦‍♂️

@jbusam which version did you upgrade from and to? Could it have anything to do with the performance implications discussed here: https://github.com/agibralter/ts-resque-delta/pull/25#issuecomment-19922710

@jbusam Basically what I'm referencing in the comment is that the jump to 2.0.0 made performance sacrifices in favor of simplicity in design. @pat had good reason to go down...

Ah, yeah... so my old app was on that order of magnitude and worked on 1.2.4 because of the optimizations that @ryansch and I made... I imagine that removing those...

@jbusam just curious, where did you add `include Resque::Plugins::UniqueJob`? Do you monkey patch `ThinkingSphinx::Deltas::ResqueDelta::DeltaJob` in your app initializer?