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/mysql2
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
bind_parameter_test.rb %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other things 2012-04-27 11:42:50 +01:00
case_sensitivity_test.rb
connection_test.rb Fix logs name consistency. 2012-05-19 04:53:12 +09:00
enum_test.rb fix: limit of enum columns of mysql 2012-06-28 03:15:43 +09:00
explain_test.rb add the query to AR::Relation#explain output 2011-11-25 14:29:34 -08: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