gaffneyc / sunspot-queue

Background search indexing using existing worker systems
MIT License
35 stars 37 forks source link

without_proxy helper method should allow subclasses of Sunspot::Queue::SessionProxy as well #13

Closed ryreitsma closed 11 years ago

ryreitsma commented 11 years ago

I've customized the behaviour of the SessionProxy by subclassing it in my Rails application. However, each job now only recreates the same job and never gets to actually indexing something. This changes the without_proxy to also allow subclasses of SessionProxy.

gaffneyc commented 11 years ago

Travis build failed but everything looks good locally. Thanks!