pkgsrc/databases/ruby-sequel/PLIST
jlam 2b02968507 Update databases/ruby-sequel to 1.5.0. Changes from version 1.4.0 include:
* No longer depend on the assistance gem, merge the Inflector and
  Validations code

* Make the validation errors API compatible with Merb
* Add validates_uniqueness_of, for protecting against duplicate entries
  in the database

* Use reciprocal associations for all types of associations in the
  getter/setter/add_/remove_ methods
* Fix many_to_one associations to cache negative lookups
* Add eager loading of associations via new sequel_core object graphing
* Fix many_to_many associations with classes inside modules without an
  explicit join table

* Add the eager! and eager_graph! mutation methods to model datasets
* Add Model.def_dataset_method, for defining methods on the model that
  reference methods on the dataset
* Change Model#=== to always be false if the primary key is nil
* Add Model#hash, which should be unique for a given class and primary
  key (or values if primary key is nil)
* Make Model#reload clear any cached associations
* Fix Model#destroy so that it returns self, not the result of after_destroy
* Make Model#initialize, Model#set, and Model#update_with_params
  invulnerable to memory exhaustion
* Add Model.str_columns, which gives a list of columns as frozen strings
2008-04-29 18:39:02 +00:00

40 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2008/04/29 18:39:02 jlam Exp $
${GEM_HOME}/cache/sequel-${PKGVERSION}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/sequel.rb
${GEM_LIBDIR}/lib/sequel_model.rb
${GEM_LIBDIR}/lib/sequel_model/associations.rb
${GEM_LIBDIR}/lib/sequel_model/base.rb
${GEM_LIBDIR}/lib/sequel_model/caching.rb
${GEM_LIBDIR}/lib/sequel_model/deprecated.rb
${GEM_LIBDIR}/lib/sequel_model/eager_loading.rb
${GEM_LIBDIR}/lib/sequel_model/hooks.rb
${GEM_LIBDIR}/lib/sequel_model/inflections.rb
${GEM_LIBDIR}/lib/sequel_model/inflector.rb
${GEM_LIBDIR}/lib/sequel_model/plugins.rb
${GEM_LIBDIR}/lib/sequel_model/record.rb
${GEM_LIBDIR}/lib/sequel_model/schema.rb
${GEM_LIBDIR}/lib/sequel_model/validations.rb
${GEM_LIBDIR}/spec/associations_spec.rb
${GEM_LIBDIR}/spec/base_spec.rb
${GEM_LIBDIR}/spec/caching_spec.rb
${GEM_LIBDIR}/spec/deprecated_relations_spec.rb
${GEM_LIBDIR}/spec/eager_loading_spec.rb
${GEM_LIBDIR}/spec/hooks_spec.rb
${GEM_LIBDIR}/spec/inflector_spec.rb
${GEM_LIBDIR}/spec/model_spec.rb
${GEM_LIBDIR}/spec/plugins_spec.rb
${GEM_LIBDIR}/spec/rcov.opts
${GEM_LIBDIR}/spec/record_spec.rb
${GEM_LIBDIR}/spec/schema_spec.rb
${GEM_LIBDIR}/spec/spec.opts
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/validations_spec.rb
${GEM_HOME}/specifications/sequel-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/spec
@dirrm ${GEM_LIBDIR}/lib/sequel_model
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}