aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration/join_table.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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* create_join_table uses same logic as HABTM reflectionsStefan Kanev2014-07-181-1/+1
* Coerce strings in create_join_table.Steve Klabnik2012-11-211-1/+1
* Create default join table name using a SymbolCarlos Antonio da Silva2012-07-191-1/+1
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-1/+1
* Add join table migration generatorAleksey Magusev2012-07-181-4/+2
* Add `create_join_table` migration helper to create HABTM join tablesRafael Mendonça França2012-01-271-0/+17