rails/activerecord/test/cases/connection_adapters
Jon Leighton 9e4c41c903 Remove ActiveRecord::Model
In the end I think the pain of implementing this seamlessly was not
worth the gain provided.

The intention was that it would allow plain ruby objects that might not
live in your main application to be subclassed and have persistence
mixed in. But I've decided that the benefit of doing that is not worth
the amount of complexity that the implementation introduced.
2012-10-26 15:51:02 +01:00
..
abstract_adapter_test.rb Make connection pool fair with respect to waiting threads. 2012-05-25 13:19:19 -05:00
connection_handler_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
connection_specification_test.rb connection specification will deep copy the config 2011-12-30 15:35:21 -08:00
quoting_test.rb Allow to run connection_adapters/quoting_test.rb independently 2012-05-09 17:08:36 -07:00
schema_cache_test.rb Add support schema cache dump and load. 2012-03-01 00:52:04 +09:00