How to configure elasticsearch 2.4.0 in rails (gem file and how to cofigure)

I am new in ruby on rails need to configure elasticsearch past (previos) vesion of 2.4.0 please help me what to write in gem file and how to configure with rail 4.2.4.

I have successfully install elasticsearch 2.4.0 as i have receive message in my browser when I run command http://localhost:9200/

output
{
"name" : "Gargantus",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "2.4.0",
"build_hash" : "ce9f0c7394dee074091dd1bc4e9469251181fc55",
"build_timestamp" : "2016-08-29T09:14:17Z",
"build_snapshot" : false,
"lucene_version" : "5.5.2"
},
"tagline" : "You Know, for Search"
}

Thank you in adavance !

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.