The creator of tire has this sample application that uses tire/elasticsearch but I can't even figure out how to run the script. It's at:
https://github.com/karmi/tire/blob/master/examples/rails-application-template.rb
I run the commands they ask me to, such as:
$ rails new tired -m https://github.com/karmi/tire/raw/master/examples/rails-application-template.rb
but it just creates a blank app. I want to see their sample app just so I can see how tire and elasticsearch are used in conjunction with each other, because I have no idea how to integrate search for my app.
I copied the raw code from "rails-application-template.rb" into textmate and did command-R. but that doesn't work either. I think I might have installed ruby somewhere odd so textmate can't access all the bundle commands. or something
Thanks for any help you may be able to provide