[ 源代码: ruby-discriminator ]
软件包:ruby-discriminator(0.1.1-2)
ruby-discriminator 的相关链接
Debian 的资源:
下载源码包 ruby-discriminator:
- [ruby-discriminator_0.1.1-2.dsc]
- [ruby-discriminator_0.1.1.orig.tar.gz]
- [ruby-discriminator_0.1.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Gem making smart ActiveRecords by loading subclasses
Discriminator is a gem which makes ActiveRecord smart about loading subclasses from the database.
Ideally, we'd like to load up these Active Records from the databases, with their subclasses already applied with discriminator, otherwise it's become cumbersome to determine each type in the database.
This can be exceptionally helpful for a single table inheritance situation, or something like events where there may be a large number of subclasses which could have very different behavior per subclass.
其他与 ruby-discriminator 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-activerecord (>= 2:4.0.2)
- object-relational mapper framework (part of Rails)