database_cleaner/lib
Petteri Räty ee83a3b295 Memoize tables for truncation
As explained in issue #130 active record connections don't do caching of
schema information. This meant that database_cleaner did a query every
with the truncation strategy for every clean to find out the tables. Now
we cache the information. If someone needs cache invalidation then it
can be added. As we already did view caching this is consistent between
views and tables.
2012-08-01 15:19:52 +03:00
..
database_cleaner Memoize tables for truncation 2012-08-01 15:19:52 +03:00
database_cleaner.rb DatabaseCleaner() method was cool, but really isn't needed... 2009-03-04 22:17:32 -07:00