NOTICE: This package has been removed from pkgsrc

./database/ruby-acts-as-versioned, Simple versioning for ActiveRecord

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.0nb1, Package name: ruby193-acts-as-versioned-0.6.0nb1, Maintainer: pkgsrc-users

This library adds simple versioning to an ActiveRecord module.


Required to run:
[databases/ruby-activerecord3] [lang/ruby193-base]

Master sites:

SHA1: 3ce0432ecb50a04220a9f1dba2a1a3facd5d424a
RMD160: 91194ca22df78cdf30d48bd0a272d0fcbe434ef1
Filesize: 18 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-17 09:33:32 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-acts-as-versioned which supported only by Ruby on Rails 3.0.
   2012-06-14 17:14:10 by Takahiro Kambe | Files touched by this commit (6)
Log message:
Bump PKGREVISION for those RUBY_RAILS_STRICT_DEP is set to no implicitly now.
(Relax dependency to Ruby on Rails component packages.)
   2011-12-17 19:09:12 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update ruby-acts-as-versioned package to 0.6.0.

Depends on Ruby on Rails 3 and here is CHANGELOG although it would not
be complete one.

* (16 Jun 2008) Backwards Compatibility is overrated (big updates for rails 2.1)

  * Use ActiveRecord 2.1's dirty attribute checking instead [Asa Calow]
  * Remove last traces of #non_versioned_fields
  * Remove AR::Base.find_version and AR::Base.find_versions, rely on AR \ 
association proxies and named_scope
  * Remove #versions_count, rely on AR association counter caching.
  * Remove #versioned_attributes, basically the same as AR::Base.versioned_columns

* (5 Oct 2006) Allow customization of #versions association options [Dan Peterson]

*0.5.1*

* (8 Aug 2006) Versioned models now belong to the unversioned model.  \ 
@article_version.article.class => Article [Aslak Hellesoy]

*0.5* # do versions even matter for plugins?

* (21 Apr 2006) Added without_locking and without_revision methods.

  Foo.without_revision do
    @foo.update_attributes ...
  end

*0.4*

* (28 March 2006) Rename non_versioned_fields to non_versioned_columns (old one \ 
is kept for compatibility).
* (28 March 2006) Made explicit documentation note that string column names are \ 
required for non_versioned_columns.

*0.3.1*

* (7 Jan 2006) explicitly set :foreign_key option for the versioned model's \ 
belongs_to assocation for STI [Caged]
* (7 Jan 2006) added tests to prove has_many :through joins work

*0.3*

* (2 Jan 2006) added ability to share a mixin with versioned class
* (2 Jan 2006) changed the dynamic version model to MyModel::Version

*0.2.4*

* (27 Nov 2005) added note about possible destructive behavior of if_changed? \ 
[Michael Schuerig]
   2010-10-15 13:55:42 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Since databases/ruby-acts-as-versioned 0.2.3 isn't compatible with Ruby on
Rails 3.0.x, change dependency not match ruby-activerecord 3.0.0 and later.

(There is ruby-acts-as-versioned 0.6.0 for Rails3).

Bump PKGREVISION.
   2010-09-10 06:12:52 by Takahiro Kambe | Files touched by this commit (1)
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Fix dependency according to gemspec.
   2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120)
Log message:
Remove @dirrm entries from PLISTs
   2008-04-30 20:02:02 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Correct category name.