pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 468 forks source link

Deprecated use of class_inheritable_array with rails 3.1 #307

Closed thegorgon closed 12 years ago

thegorgon commented 12 years ago

In active_record.rb line 4 the following line :

 class_inheritable_array :sphinx_indexes, :sphinx_facets

Causes a deprecation warning :

DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. 

With Rails 3.1.1

pat commented 12 years ago

Hmm, thought I had that sorted. Which version of TS are you using?

On 16/11/2011, at 1:00 PM, Jesse Reiss reply@reply.github.com wrote:

In active_record.rb line 4 the following line :

class_inheritable_array :sphinx_indexes, :sphinx_facets

Causes a deprecation warning :

DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first.

With Rails 3.1.1


Reply to this email directly or view it on GitHub: https://github.com/freelancing-god/thinking-sphinx/issues/307

thegorgon commented 12 years ago

looks like it's 2.0.0. Is there an update I should move to?

pat commented 12 years ago

Give 2.0.10 a try.

On 16/11/2011, at 1:10 PM, Jesse Reiss reply@reply.github.com wrote:

looks like it's 2.0.0. Is there an update I should move to?


Reply to this email directly or view it on GitHub: https://github.com/freelancing-god/thinking-sphinx/issues/307#issuecomment-2756144

thegorgon commented 12 years ago

sorry! thanks for the help pat!

pat commented 12 years ago

No worries :)

On 16/11/2011, at 1:16 PM, Jesse Reiss reply@reply.github.com wrote:

sorry! thanks for the help pat!


Reply to this email directly or view it on GitHub: https://github.com/freelancing-god/thinking-sphinx/issues/307#issuecomment-2756179