ruby-discriminator 0.1.1-1 source package in Ubuntu

Changelog

ruby-discriminator (0.1.1-1) unstable; urgency=medium

  * Initial release (Closes: #929054)

 -- Samyak Jain <email address hidden>  Thu, 16 May 2019 10:22:08 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-discriminator_0.1.1-1.dsc 2.1 KiB 69511657deb8784c3c8f4a97e72499f7d2d88bde6d13c93648e2c4cbe5a5831c
ruby-discriminator_0.1.1.orig.tar.gz 4.9 KiB de504d8e5b26f183fb4e1ddac6b2ecc92a5643ea64e19cc188b8a5b457130027
ruby-discriminator_0.1.1-1.debian.tar.xz 2.1 KiB ddcf17c252fd980f07d31df698776af56379a044df93fb8bbfc23d47adc02646

No changes file available.

Binary packages built by this source

ruby-discriminator: 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.