pat / ts-delayed-delta

Manage delta indexes via Delayed Job for Thinking Sphinx
http://ts.freelancing-gods.com
MIT License
73 stars 33 forks source link

enqueue deprecation #10

Closed kylejginavan closed 13 years ago

kylejginavan commented 13 years ago

I have mountains of these in my logs. It would be nice to clean them up.

[DEPRECATION] Passing multiple arguments to #enqueue is deprecated. Pass a hash with :priority and :run_at.

Thanks & LOVE Thinking Sphinx!

kylejginavan commented 13 years ago

I should add this is what my Gemfile looks like.

gem "thinking-sphinx", "2.0.1", :require => "thinking_sphinx" gem "ts-delayed-delta", "1.1.1", :require => "thinking_sphinx/deltas/delayed_delta" gem "delayed_job", "2.1.2"

pat commented 13 years ago

Hi Kyle

This has just been fixed - but is currently only in git, not a new gem release. So if you add in the git option to your Gemfile, you should be fine :)

Cheers

Pat

mhemesath commented 13 years ago

Any guess on when there will be a gem release including this fix?

Thanks!!!!

pat commented 13 years ago

Hi Mike

Just pushed 1.1.2 - enjoy :)