Hi i am using sunspot_rails gem for searching.It is working fine on my local machine but there is problems with configuring it with heroku.And i have this error
Errno::ECONNREFUSED (Connection refused - connect(2)):
this is my sunspot.yml settings
production:
solr:
hostname: index.websolr.com
port: 8983
log_level: WARNING
development:
solr:
hostname: localhost
port: 8982
log_level: INFO
while i am starting sunspot solar with this command
heroku run rake sunspot:solr:start
Please help..
Thanks