public
Description: Auditing for DataMapper::Resource objects
Clone URL: git://github.com/dbussink/dm-audited.git
Ignore pkg/ directory
dbussink (author)
Mon Jul 21 11:51:17 -0700 2008
commit  e152774ab69efb08f34da073df6291556b90e4fa
tree    6d2bda7056d6bbe7b0e41828e2ac144c7bed1742
parent  abf604c423515f0133537217df494941233f39df
...
1
 
2
...
1
2
3
0
@@ -1,2 +1,3 @@
0
 log
0
+pkg
0
 spec/sql.log
...
4
5
6
 
 
7
8
9
...
4
5
6
7
8
9
10
11
0
@@ -4,6 +4,8 @@ require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'
0
 describe "DataMapper::Audited" do
0
 
0
   before :all do
0
+ DataObjects::Sqlite3.logger = DataObjects::Logger.new('spec/sql.log', 0)
0
+
0
     class Cow
0
       include DataMapper::Resource
0
       include DataMapper::Audited

Comments

    No one has commented yet.