aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/comment_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid schema dump when primary key column has a commentGuilherme Goettems Schneider2019-06-031-1/+21
* Fix table comment also being applied to the primary key columnGuilherme Goettems Schneider2019-05-311-0/+5
* Return nil if table comment is blankRyuta Kamizono2017-09-221-1/+1
* Implement change_table_comment and change_column_comment for MySql AdapterAlecs Popa2017-09-221-0/+22
* Prefer to place a table options before `force: :cascade` (#28005)Ryuta Kamizono2017-08-271-1/+1
* Remove redundant `unless current_adapter?(:OracleAdapter)`Ryuta Kamizono2017-07-281-2/+0
* Merge pull request #28695 from koic/integer_type_has_precision_option_in_oracleAkira Matsuda2017-07-271-1/+5
|\
| * Fix an AR test of schema dump when using OracleKoichi ITO2017-04-071-1/+5
* | 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
|/
* Ignore AR tests of index comment when using OracleKoichi ITO2017-04-051-5/+9
* Omit redundant `using: :btree` for schema dumpingRyuta Kamizono2017-02-131-1/+1
* Fix that `change_column` lose a commentRyuta Kamizono2016-12-051-2/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-104/+104
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-33/+33
* Treat blank comments as no comment for indexesRyuta Kamizono2016-04-291-1/+10
* Dump indexes in `create_table` for generates SQL in one queryRyuta Kamizono2016-04-201-2/+2
* Remove unecessary commentJon Moss2016-04-191-1/+1
* Database comments: Treat blank comments as no comment. Don't dump blank comme...Jeremy Daer2016-04-191-55/+96
* Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-181-3/+1
* Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-0/+91