1. Here I explain how i set up monitoring for my rails application using ActiveSupport::Notifications and ElasticSearch.

    The ActiveSupport::Notifications API is very useful for monitoring your rails application. It fires events for every SQL Query as...

  2. Elasticsearch is a modern full-text search-engine with a RESTful interface that is very customizable, easy to use, easy to set up, fast and scalable. Here i show how i set it up in my rails environment.