I use gem sunspot_rails https://github.com/outoftime/sunspot I did everything according to the instructions on http://railscasts.com/episodes/278-search-with-sunspot, but ge
Have you started the Solr server?
rake sunspot:solr:start
If not than start the solr server first
And If yes than try
rake sunspot:solr:run
Hope this will help .