paulnsorensen/lifesaver

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
## v0.2.1

* Updated resque-loner library


## v0.2.0

* Changed callbacks to use `after_commit`
* Notification only occurs after model has been successfully deleted


## v0.1.0

* Added config
* Decoupled Indexing and Notification
* Notification uses eager loading to avoid N+1 queries during graph traversal


## v0.0.1

* initial release