pat / thinking-sphinx-raspell

An add-on gem for spelling suggestions in Thinking Sphinx
http://pat.github.io/thinking-sphinx
MIT License
58 stars 11 forks source link

Rails 3 support #3

Closed leandrocmaia-zz closed 13 years ago

leandrocmaia-zz commented 13 years ago

Hi, I couldn't install the gem in my rails 3 application.

pat commented 13 years ago

I've just tested this, works fine for me - make sure you have the explicit require option in your Gemfile:

gem 'thinking-sphinx-raspell', :require => 'thinking_sphinx/raspell'

If it's still not working, please start a discussion on the Thinking Sphinx google group and we'll debug your situation. http://groups.google.com/group/thinking-sphinx/

Cheers