Categories: None [Edit]
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: 76,583 of 183,139
Downloads: 11,069
Daily
Ranking: 66,923 of 183,127
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
15 | 936,658,027 | rspec-mocks |
41 | 565,708,046 | rails |
63 | 476,158,129 | rubocop |
202 | 176,584,375 | rubocop-rails |
253 | 141,612,402 | sqlite3 |
3,059 | 3,786,121 | jb |
Owners
# | Gravatar | Handle |
---|---|---|
1 | zbigh |