Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initialize accessors to remove some warnings in Ruby 2.0 | Carlos Antonio da Silva | 2012-11-19 | 1 | -4/+2 |
| | |||||
* | Add references schema statements | Aleksey Magusev | 2012-07-03 | 1 | -1/+1 |
| | | | | | | | | | | Examples: add_reference :products, :supplier, polymorphic: true, index: true remove_reference :products, :user `add_belongs_to` and `remove_belongs_to` are acceptable. | ||||
* | Refactor migration test_helper | Aleksey Magusev | 2012-07-01 | 1 | -23/+4 |
| | | | | and create_join_table_test | ||||
* | silencing migrator tests, refactoring the migration test helper | Aaron Patterson | 2012-01-16 | 1 | -0/+9 |
| | |||||
* | adding a test class for table renaming | Aaron Patterson | 2012-01-13 | 1 | -0/+6 |
| | |||||
* | moving more renaming tests to the proper test case | Aaron Patterson | 2012-01-13 | 1 | -0/+8 |
| | |||||
* | moving rename column tests to their own class | Aaron Patterson | 2012-01-13 | 1 | -0/+41 |