Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure that tests will reset belongs_to_requierd_by_default config | Carlos Figueiredo | 2017-02-27 | 1 | -23/+27 |
* | Make required by default test for belongs_to association clearer | Carlos Figueiredo | 2017-02-27 | 1 | -1/+25 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | Provide a better error message on :required association | Henrik Nygren | 2015-01-28 | 1 | -2/+22 |
* | tests, use `drop_table if_exists: true` in our test suite. | Yves Senn | 2015-01-20 | 1 | -2/+2 |
* | Replace drop sql statement to drop_table method | Yasuo Honda | 2014-09-11 | 1 | -2/+2 |
* | Remove 'if exists' from drop table statement then use `table_exists?` | Yasuo Honda | 2014-09-03 | 1 | -2/+2 |
* | Add a `required` option to singular associations | Sean Griffin | 2014-07-04 | 1 | -0/+82 |