RubyGems Navigation menu

ephemeron 0.6.1

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.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.6.1 - March 28, 2023 (9.5 KB)
  2. 0.6.0 - February 07, 2022 (9.5 KB)
  3. 0.5.0 - August 28, 2020 (9.5 KB)
  4. 0.4.0 - August 27, 2020 (9.5 KB)
  5. 0.3.0 - August 27, 2020 (9.5 KB)
显示所有版本 (共 8 个)

Runtime 依赖 (1):

rails >= 5.0, < 8.0

Development 依赖 (5):

jb ~> 0.8
rspec-mocks ~> 3.10
rubocop ~> 1.48
rubocop-rails ~> 2.18
sqlite3 ~> 1.6.2

业主:

推送:

作者:

  • Zbigniew Humeniuk

SHA 256 校验和:

e17f14e39bfc2df232f11139b563703b75ec895e37c89f855b33ed8ebc71d0d8

下载总量 10,390

这个版本 426

许可:

MIT

需要的 Ruby 版本: >= 3.0.0

新的版本需要开启多因素验证: true

使用多因素验证发布的版本: true

链接: