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
2015-01-04 11:58:43 -03:00
..
change_schema_test.rb Change the default null value for timestamps to false 2015-01-04 11:58:43 -03:00
change_table_test.rb Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
column_attributes_test.rb
column_positioning_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
columns_test.rb Be sure to reset PK name renamed in the test 2014-08-15 01:29:42 +09:00
command_recorder_test.rb Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
create_join_table_test.rb create_join_table uses same logic as HABTM reflections 2014-07-18 19:46:53 +03:00
foreign_key_test.rb Remove deprecated methods at Kernel. 2015-01-04 11:58:40 -03:00
helper.rb Bring original puts back after finishing tests 2014-08-29 10:34:26 +09:00
index_test.rb raise a better exception for renaming long indexes 2014-11-20 17:37:54 -08:00
logger_test.rb
pending_migrations_test.rb rename MiniTest to Minitest 2014-08-02 21:30:28 +05:30
references_foreign_key_test.rb Don't wrap create_table in a transaction for tests which run on MySQL 2014-12-22 14:15:56 -07:00
references_index_test.rb Use type column first in multi-column indexes 2014-10-24 16:34:30 -04:00
references_statements_test.rb Use type column first in multi-column indexes 2014-10-24 16:34:30 -04:00
rename_table_test.rb Added enable_extension! to helper 2014-09-05 21:20:17 +00:00
table_and_index_test.rb