パッケージ: ruby-rails-observers (0.1.5-1.1)
ruby-rails-observers に関するリンク
Debian の資源:
ruby-rails-observers ソースパッケージをダウンロード:
- [ruby-rails-observers_0.1.5-1.1.dsc]
- [ruby-rails-observers_0.1.5.orig.tar.gz]
- [ruby-rails-observers_0.1.5-1.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
toolkit to build Rails observers (part of Rails)
This package contains two observers: Active Record Observer and Action Controller Sweeper.
Active Record Observer classes respond to life cycle callbacks to implement trigger-like behavior outside the original class. This is a great way to reduce the clutter that normally comes when the model class is burdened with functionality that doesn't pertain to the core responsibility of the class.
Active Record Sweepers are the terminators of the caching world and responsible for expiring caches when model objects change. They do this by being half-observers, half-filters and implementing callbacks for both roles.
その他の ruby-rails-observers 関連パッケージ
|
|
|
|
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-activemodel (>= 4.0)
- toolkit for building modeling frameworks (part of Rails)