Closed Wooobee closed 9 years ago
Found my mistake. Have to add `gem 'searchkick'``
Maybe add this in the description.
Best Manuel
Weird, searchkick
is added as dependency in gemspec and included in Gemfile, btw, README.md updated.
Thanks @Wooobee
Hi,
I tried to add Searchkick to my existing Spree 3 Stable project. While running:
bundle exec rails g spree_searchkick:install
I got the error:gems/ruby-2.1.2/gems/activerecord-4.2.2/lib/active_record/dynamic_matchers.rb:26:in 'method_missing': undefined method 'searchkick' for #<Class:0x007fe79db37720> (NoMethodError)
So I tested it with a clean new installation of Spree 3-0-stable just to test out if it works but I still get the sam error.
Here is the extract:
Can someone help? Many thanks!
Best Manuel