aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/references_statements_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Both reference id and type should be `NOT NULL` if `null: false` is specifiedRyuta Kamizono2017-05-191-0/+8
* Don't share `options` with a reference type columnRyuta Kamizono2017-03-041-0/+7
* 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