aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/references_statements_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-5/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
* Fix wrong test namePrathamesh Sonpatki2016-07-161-1/+1
* Add test to verify named unique index, when creating reference via add_referenceVipul A M2016-04-161-0/+5
* Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-241-5/+5
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Use type column first in multi-column indexesDerek Prior2014-10-241-1/+1
* Merge pull request #16231 from Envek/type_in_referencesYves Senn2014-07-221-0/+5
|\
| * Allow to specify a type for foreign key column in migrationsAndrey Novikov2014-07-221-0/+10
|/
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-8/+8
* Check if the options value is present before to send the deprecationRafael Mendonça França2012-11-031-2/+2
* Add references schema statementsAleksey Magusev2012-07-031-0/+111