パッケージ: ruby-rails-observers (0.1.2-1)
ruby-rails-observers に関するリンク
Trisquel の資源:
ruby-rails-observers ソースパッケージをダウンロード:
- [ruby-rails-observers_0.1.2-1.dsc]
- [ruby-rails-observers_0.1.2.orig.tar.gz]
- [ruby-rails-observers_0.1.2-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Ruby Extras Maintainers (メールアーカイブ)
- Antonio Terceiro
外部の資源:
- ホームページ [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
- Interpreter of object-oriented scripting language Ruby (default version)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-activemodel (>= 4.0)
- toolkit for building modeling frameworks (part of Rails)