RubyGems Navigation menu

ephemeron 0.5.0

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.5KB)
  2. 0.6.0 - February 07, 2022 (9.5KB)
  3. 0.5.0 - August 28, 2020 (9.5KB)
  4. 0.4.0 - August 27, 2020 (9.5KB)
  5. 0.3.0 - August 27, 2020 (9.5KB)
全てのバージョンを表示(全8件)

Runtime依存関係 (1):

rails >= 5.0, < 7.0

Development依存関係 (5):

jb ~> 0.7.0
rspec-mocks ~> 3.9
rubocop >= 0
sqlite3 >= 0

所有者:

プッシュ者:

作者:

  • Zbigniew Humeniuk

SHA 256チェックサム:

ae9ce29da7b0e7a4ec3287f797029162dbcfcf55d97e8a3a78bbfcb73cb6c611

累計ダウンロード数 10,632

このバージョンのみ 1,510

ライセンス:

MIT

必要なRubyのバージョン: >= 2.6.0

新しいバージョンはMFAを必要とします: true

リンク: