GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Mark objects as destroyed instead of deleting them from the database for Ruby on Rails ActiveRecord
Clone URL: git://github.com/ryanlowe/acts_as_indestructible.git
update version to 0.1.1
ryanlowe (author)
Mon May 26 10:28:05 -0700 2008
commit  d52934826729610344157da828f87c8a6cfa4e79
tree    b57ec89e0e220f34e27ca6ffbe74463cff357a87
parent  62743939b85922e7ce478a904368f6af5e0f3d1b
...
1
 
 
2
3
4
...
1
2
3
4
5
6
0
@@ -1,4 +1,6 @@
0
 
0
+== 0.1.1
0
+
0
 May 26
0
 = test destroy_all with conditions
0
 
...
1
2
3
4
 
 
5
6
7
...
1
2
 
 
3
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 Gem::Specification.new do |s|
0
   s.name = "acts_as_indestructible"
0
- s.version = "0.1.0"
0
- s.date = "2008-05-25"
0
+ s.version = "0.1.1"
0
+ s.date = "2008-05-26"
0
   s.summary = "Mark objects as destroyed instead of deleting them from the database for Ruby on Rails ActiveRecord"
0
   s.email = "rails@ryanlowe.ca"
0
   s.homepage = "http://github.com/ryanlowe/acts_as_indestructible"

Comments

    No one has commented yet.