Path: | doc/release_notes/1.0.txt |
Last Update: | Sat Mar 31 05:12:54 +0000 2012 |
Sequel is now divided into two parts: sequel_core and sequel_model. These two parts are distributed as two separate gems. The sequel gem bundles sequel_core and sequel_model together. If you don‘t use Sequel::Model in your code, you can just install and use sequel_core.
The hooks implementation have been rewritten from scratch, is much more robust and offers a few new features:
block or a method name, or by overriding the hook instance method.
can define general hooks in a model superclass, and use them in subclasses. You can also define global hooks on Sequel::Model that will be invoked for all model classes.
invoked in order of definition, from the top of the class hierarchy (that is, from Sequel::Model) down to the specific class.
sequel_core and sequel_model.
stamps.