trekr5
trekr5
Hi, Hoping someone can help. I've installed your plugin on a node running elasticsearch 1.7.3 with the following snippet from my elasticsearch.yml file ``` plugin.mandatory: graphite metrics.graphite.host: graphite.dev.aws.mycompany.service metrics.graphite.port: 2003...
Hello, Can someone please help? I've created the rspec test for validating uniqueness of email in spec/models/contact_spec.rb and run it (exactly the way it's done in everydayrails) and it isn't...
Hello, Attempted to use the sinatra-flash gem with my app and get the following error of "undefined local variable or method 'flash'" when I try to run my app. #...