Categories: None [Edit]

ephemeron

https://rubygems.org/gems/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.

Total

Ranking: 74,873 of 187,603
Downloads: 12,496

Daily

Ranking: 110,823 of 187,591
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
191,069,484,742rspec-mocks
43678,869,513rails
57613,601,628rubocop
189242,437,431rubocop-rails
275165,772,060sqlite3
2,9475,247,267jb

Owners

#GravatarHandle
1iconzbigh