Sign in Sign up
rubygems

ephemeron

Ephemeron improves the performance of your app. It takes on itself the persistence of the ActiveRecord objects. It protects you from saving the same object many times. It checks whether a fetched from a database object was used. It allows you to eliminate the controller's before_actions that are unnecessarily called. Ephemeron works in the context of the thread and does the bulk of its job (i.a. persistence) at the end of the thread's lifecycle. Although, you can trigger the finalization at any given moment. You don't have to make a distinction in the code for the part that is responsible for the domain logic and the other responsible for the application layers.

Activity

Latest release
3y ago
Total releases
8
Cadence
~2 days
Last 12 months
0

Details

License
MIT
First release
Jan 14, 2020
Releases
Version Released
0.6.1 patch
0.6.0 minor
0.5.0 minor
0.4.0 minor
0.3.0 minor
0.2.1 patch
0.2.0 minor
0.1.0 initial