ruby-rails-observers 0.1.5-1.1 source package in Ubuntu

Changelog

ruby-rails-observers (0.1.5-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 02 Jan 2021 18:53:44 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rails-observers_0.1.5-1.1.dsc 2.1 KiB ff27ce2e45783e8b64473d827c796cb6ceb76aaa7ec8948578ba853199198e73
ruby-rails-observers_0.1.5.orig.tar.gz 11.5 KiB a27dc4766ae407fa970ee7126a4b1c73748924c258bb15a3831a9a8b4b2759dd
ruby-rails-observers_0.1.5-1.1.debian.tar.xz 2.5 KiB 15ab7e79c94f99ef289fc275bb86b43a674ceca03e965a93e26fb142080980cd

Available diffs

No changes file available.

Binary packages built by this source

ruby-rails-observers: 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.