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
Prem Sichanugrist 3e482f2956
Use use_transactional_tests in Active Record
`use_transactional_fixtures` was deprecated in favor of
`use_transactional_tests` in Rails 5.0. This removes one warning while
running test suite.
2015-04-10 16:51:02 -04:00
..
active_schema_test.rb Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
case_sensitivity_test.rb Only use BINARY for mysql case sensitive uniqueness check when column has a case insensitive collation. 2013-11-26 04:59:18 +09:00
charset_collation_test.rb Use use_transactional_tests in Active Record 2015-04-10 16:51:02 -04:00
connection_test.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
consistency_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
enum_test.rb fix detect column type of enum 2013-04-01 17:09:20 +09:00
mysql_adapter_test.rb prefer drop_table if_exists: true over raw SQL. 2015-02-18 08:54:40 +01:00
quoting_test.rb Stop relying on columns in mysql quoting tests 2015-01-01 10:07:54 -07:00
reserved_word_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
schema_test.rb prefer drop_table if_exists: true over raw SQL. 2015-02-18 08:54:40 +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
sql_types_test.rb Use the MySQL varbinary type when appropriate in migrations. 2012-10-27 13:41:27 -04:00
statement_pool_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
unsigned_type_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00