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
2014-11-29 11:53:24 +01:00
..
active_schema_test.rb synchronize code and docs for timestamps and add_timestamps. 2014-11-20 15:30:46 +01:00
bind_parameter_test.rb
boolean_test.rb Clear schema cache before each test 2014-09-01 10:00:48 +09: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
connection_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
enum_test.rb
explain_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00
reserved_word_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
schema_migrations_test.rb use foreign key DSL in our tests. 2014-07-16 10:06:55 +02:00
schema_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
sql_types_test.rb