Category: Lifesaver

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.

Lifesaver 0.1.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.1.0) has been released. Below are the release notes:

  • Refactored notification to use a eager loading during graph traversal (post on this coming later)
  • Exposed global indexing suppression so tests can be configured not to spawn indexing jobs
  • General decoupling in preparation to support other libraries

Click here to check it out. Please let me know if you have any feedback — constructive criticism is very much welcomed!