1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Aleksey Magusev
cfb24586b8 Add references schema statements
Examples:

    add_reference :products, :supplier, polymorphic: true, index: true
    remove_reference :products, :user

`add_belongs_to` and `remove_belongs_to` are
acceptable.
2012-07-03 13:25:25 -03:00
Aleksey Magusev
0fb13277aa Refactor migration test_helper
and create_join_table_test
2012-07-01 19:53:24 +04:00
Aaron Patterson
536433845d silencing migrator tests, refactoring the migration test helper 2012-01-16 11:21:20 -08:00
Aaron Patterson
145ad7b6aa adding a test class for table renaming 2012-01-13 14:33:57 -08:00
Aaron Patterson
e6f796031f moving more renaming tests to the proper test case 2012-01-13 14:33:56 -08:00
Aaron Patterson
cd930c8515 moving rename column tests to their own class 2012-01-13 14:33:56 -08:00