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/migration
Rafael Mendonça França 15fd96a067 Disable some tests on SQLite
These tests were passing before because the precision were not using to
cast the value. Not it is being used so it would fail on sqlite3
2014-07-17 17:47:58 -03:00
..
change_schema_test.rb Don't type cast the default on the column 2014-06-17 16:02:53 -06:00
change_table_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
column_attributes_test.rb Disable some tests on SQLite 2014-07-17 17:47:58 -03:00
column_positioning_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
columns_test.rb Don't type cast the default on the column 2014-06-17 16:02:53 -06:00
command_recorder_test.rb fk: infere column name from table names. 2014-06-26 22:03:48 +02:00
create_join_table_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
foreign_key_test.rb fk: use random digest names 2014-06-26 22:03:49 +02:00
helper.rb Initialize accessors to remove some warnings in Ruby 2.0 2012-11-19 12:52:19 -02:00
index_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
logger_test.rb /mysql/i -> MySQL, Spell correct in continuation to #15555 2014-06-14 17:11:08 +05:30
pending_migrations_test.rb do not hold on to a stale connection object. fixes #15998 2014-07-01 17:59:43 -07:00
references_index_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
references_statements_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
rename_table_test.rb rename sequence only if it exists 2014-06-27 19:43:54 +00:00
table_and_index_test.rb Move to the schema-migrations-metadata branch. 2012-12-09 15:57:34 -07:00