Sha256: 03a8e7295ee322a7add608a0ba12488cefd3094547502d02145ef7f4c72894ac
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 KB
Contents
=== 0.3.2.1 (2008-01-24) * Fixed Model.dataset to correctly set the dataset if using implicit naming or inheriting the superclass dataset (thanks celldee). === 0.3.2 (2008-01-24) * Added Model#update_with_params method with support for virtual attributes and auto-filtering of unrelated parameters, and changed Model.create_with_params to support virtual attributes (#128). * Cleaned up gem spec (#132). * Removed validations code. Now relying on validations in assistance gem. === 0.3.1 (2008-01-21) * Changed Model.dataset to use inflector to pluralize the class name into the table name. Works in similar fashion to table names in AR or DM. === 0.3 (2008-01-18) * Implemented Validatable::Errors class. * Added Model#reload as alias to Model#refresh. * Changed Model.create to accept a block (#126). * Rewrote validations. * Fixed Model#initialize to accept nil values (#115). === 0.2 (2008-01-02) * Removed deprecated Model.recreate_table method. * Removed deprecated :class and :on options from one_to_many macro. * Removed deprecated :class option from one_to_one macro. * Removed deprecated Model#pkey method. * Changed dependency to sequel_core. * Removed examples from sequel core. * Additional specs. We're now at 100% coverage. * Refactored hooks code. Hooks are now inheritable, and can be defined by supplying a block or a method name, or by overriding the hook instance method. Hook chains can now be broken by returning false (#111, #112). === 0.1 (2007-12-30) * Moved model code from sequel into separate model sub-project.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sequel_model-0.3.2.1 | CHANGELOG |