Remove svn folder
This commit is contained in:
parent
ff11f94045
commit
81002e1ad3
@ -1,11 +0,0 @@
|
|||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 41
|
|
||||||
/svn/!svn/ver/3/trunk/silent_postgres/lib
|
|
||||||
END
|
|
||||||
silent_postgres.rb
|
|
||||||
K 25
|
|
||||||
svn:wc:ra_dav:version-url
|
|
||||||
V 60
|
|
||||||
/svn/!svn/ver/3/trunk/silent_postgres/lib/silent_postgres.rb
|
|
||||||
END
|
|
@ -1,62 +0,0 @@
|
|||||||
10
|
|
||||||
|
|
||||||
dir
|
|
||||||
3
|
|
||||||
http://silent-postgres.googlecode.com/svn/trunk/silent_postgres/lib
|
|
||||||
http://silent-postgres.googlecode.com/svn
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2008-03-14T14:52:31.102621Z
|
|
||||||
3
|
|
||||||
bragi.ragnarson
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
af053fb6-6648-0410-933e-cf740565ad39
|
|
||||||
|
|
||||||
silent_postgres.rb
|
|
||||||
file
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2010-09-03T11:25:36.000000Z
|
|
||||||
6f4fa5a46a0b65a32a942bfbc089b505
|
|
||||||
2008-03-14T14:46:41.921379Z
|
|
||||||
2
|
|
||||||
bragi.ragnarson
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
433
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
|||||||
module SilentPostgres
|
|
||||||
SILENCED_METHODS = %w(tables indexes column_definitions pk_and_sequence_for last_insert_id)
|
|
||||||
|
|
||||||
def self.included(base)
|
|
||||||
SILENCED_METHODS.each do |m|
|
|
||||||
base.send :alias_method_chain, m, :silencer
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
SILENCED_METHODS.each do |m|
|
|
||||||
eval <<METHOD
|
|
||||||
def #{m}_with_silencer(*args)
|
|
||||||
@logger.silence do
|
|
||||||
#{m}_without_silencer(*args)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
METHOD
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in New Issue
Block a user