crowdint / rails3-jquery-autocomplete

An easy and unobtrusive way to use jQuery's autocomplete with Rails 3

Home Page:http://rubygems.org/gems/rails3-jquery-autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoMethodError (undefined method `scoped' for #<Class:0x007fdf44e453b0>):

cyruscavalcante opened this issue · comments

NoMethodError (undefined method scoped for
activerecord (4.1.0.beta1) lib/active_record/dynamic_matchers.rb:22:in method_missing' rails3-jquery-autocomplete (1.0.12) lib/rails3-jquery-autocomplete/orm/active_record.rb:22:inget_autocomplete_items'

You should use
gem 'rails3-jquery-autocomplete', github: 'crowdint/rails3-jquery-autocomplete'
since this issue has been addressed in the master branch and not yet released, and the change will specifically target Rails 4.1.x

I bumped the gem to latest this weekend so you can go straight to rubygems again.