软件包: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
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-activemodel (>= 4.0)
- toolkit for building modeling frameworks (part of Rails)