[ 原始碼: 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)