aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/create_join_table_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-6/+6
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* 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
* `create_join_table` should respect `references` column typeRyuta Kamizono2017-02-281-1/+12
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-11/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-17/+17
* add column type option to create_join_table to support uuidGreg Molnar2016-03-171-0/+7
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-11/+13
* tests, favor `drop_table` and `:if_exists` over raw SQL.Yves Senn2015-03-021-1/+1
* create_join_table uses same logic as HABTM reflectionsStefan Kanev2014-07-181-0/+24
* Use teardown helper method.Guo Xiang Tan2014-03-141-2/+1
* Remove duplicated methods in command recorder and duplicated test nameCarlos Antonio da Silva2012-12-211-1/+1
* Add drop_join_table [#8267]Marc-Andre Lafortune2012-12-211-0/+42
* Move migration test together with other join table testsCarlos Antonio da Silva2012-11-211-0/+6
* Add join table migration generatorAleksey Magusev2012-07-181-3/+17
* Use strings for the table namesRafael Mendonça França2012-07-011-1/+1
* Refactor migration test_helperAleksey Magusev2012-07-011-14/+7
* Add `create_join_table` migration helper to create HABTM join tablesRafael Mendonça França2012-01-271-0/+70