1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/adapters/mysql
Jon Leighton b658cf1198 Deprecate ActiveRecord::Base.scoped.
It doesn't serve much purpose now that ActiveRecord::Base.all returns a
Relation.

The code is moved to active_record_deprecated_finders.
2012-07-27 17:27:47 +01:00
..
active_schema_test.rb Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapter and Mysql2Adapter. 2011-08-29 12:43:39 +01:00
case_sensitivity_test.rb fix to remove warning in test cases 2011-10-16 14:29:06 +05:30
connection_test.rb fixing tests to deal with data differences between prepared statements and non-prepared statements 2012-07-13 15:34:25 -07:00
enum_test.rb fix: limit of enum columns of mysql 2012-06-28 03:15:43 +09:00
mysql_adapter_test.rb fixing tests to deal with data differences between prepared statements and non-prepared statements 2012-07-13 15:34:25 -07:00
quoting_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
reserved_word_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
schema_test.rb remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01:00
sp_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
statement_pool_test.rb LRU cache in mysql and sqlite are now per-process caches. 2011-09-07 15:26:47 -07:00