aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql/schema_creation.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* Use `delegate private: true` for `SchemaCreation`Ryuta Kamizono2018-03-021-2/+1
* Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-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
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-0/+8
* Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-13/+1
* Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+Ryuta Kamizono2017-02-011-2/+10
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-42/+42
* Extract `add_sql_comment!` methodRyuta Kamizono2016-04-291-16/+5
* Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-181-11/+17
* Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-3/+18
* Move schema creation class into `mysql/schema_creation.rb`Ryuta Kamizono2015-10-111-0/+57