Source: ruby-discriminator Section: ruby Maintainer: Debian Ruby Team Uploaders: Samyak Jain Build-Depends: debhelper-compat (= 14), gem2deb, ruby-activerecord Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-discriminator.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-discriminator Homepage: https://github.com/gdpelican/discriminator Testsuite: autopkgtest-pkg-ruby Package: ruby-discriminator Architecture: all Description: 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.