Lifesaver 0.2.0 has been released!

Lifesaver is an open-source project I’ve created. It asynchronously sends your ActiveRecord models for reindexing in Elasticsearch by making use of Tire and Resque.

The next version of Lifesaver (0.2.0) has been released. The major change is that it now uses the after_commit callback to spawn any indexing workers. Take a look here.

NOTE: If you use transactional fixtures, you may need to edit your tests if you test lifesaver integration.

Leave a comment