| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow `remove_foreign_key` with both `to_table` and `options` | Ryuta Kamizono | 2019-03-06 | 1 | -13/+4 |
* | Avoid implicit delegation in the migration compatibility | Ryuta Kamizono | 2019-02-12 | 1 | -12/+14 |
* | Make `t.timestamps` with precision by default | Ryuta Kamizono | 2019-01-26 | 1 | -48/+47 |
* | Fix type casting column default in `change_column` | Ryuta Kamizono | 2019-01-20 | 1 | -3/+1 |
* | Fix `transaction` reverting for migrations | fatkodima | 2018-09-26 | 2 | -1/+33 |
* | Allow `to_table` in `invert_remove_foreign_key` | Rich | 2018-08-14 | 1 | -3/+16 |
* | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
* | Fix `Unknown migration version "6.0"` | Yuji Yaginuma | 2018-01-31 | 1 | -1/+4 |
* | Remove default ENGINE=InnoDB for Mysql2 adapter | Alberto Almagro | 2017-12-11 | 1 | -0/+8 |
* | `change_column_default` should be executed after type changing | Ryuta Kamizono | 2017-12-03 | 1 | -7/+10 |
* | Extract sql fragment generators for alter table from PostgreSQL adapter | Dinah Shi | 2017-12-02 | 1 | -0/+9 |
* | Merge pull request #30510 from yhirano55/add_nodoc_to_activerecord | Eileen M. Uchitelle | 2017-11-25 | 1 | -1/+1 |
|\ |
|
| * | Add :nodoc: to activerecord [ci skip] | Yoshiyuki Hirano | 2017-09-03 | 1 | -1/+1 |
* | | compatibility - use int instead of bigint | pavel | 2017-10-18 | 1 | -1/+1 |
* | | Extract repeatedly appeared prepending compatible table definition | Ryuta Kamizono | 2017-10-05 | 1 | -25/+24 |
* | | Move integer-like primary key normalization to `new_column_definition` | Ryuta Kamizono | 2017-09-23 | 1 | -7/+1 |
* | | Adding legacy primary key should be compatible | Ryuta Kamizono | 2017-09-23 | 1 | -0/+19 |
* | | Use algorithm while removing index with db:rollback | Mehmet Emin İNAÇ | 2017-09-21 | 1 | -2/+2 |
* | | make create_join_table compatible. | Yuki Masutomi | 2017-09-20 | 1 | -0/+15 |
|/ |
|
* | [ci skip] Postgres --> PostgreSQL | Ryuta Kamizono | 2017-08-08 | 1 | -1/+1 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 3 | -0/+6 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 3 | -3/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 3 | -0/+3 |
* | `respond_to_missing?` should be private | Ryuta Kamizono | 2017-04-22 | 1 | -6/+6 |
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -1/+4 |
* | The `default` arg of `index_name_exists?` makes to optional | Ryuta Kamizono | 2017-02-13 | 1 | -2/+2 |
* | `primary_key` and `references` columns should be identical type | Ryuta Kamizono | 2017-02-07 | 1 | -1/+35 |
* | Restore the behaviour of the compatibility layer for integer-like PKs | Ryuta Kamizono | 2017-02-04 | 1 | -0/+6 |
* | Tweak bigint PK handling | Matthew Draper | 2017-01-18 | 1 | -2/+1 |
* | Fix UUID primary key with default nil in legacy migration | Ryuta Kamizono | 2017-01-09 | 1 | -1/+1 |
* | Raises when `ActiveRecord::Migration` is inherited directly. | Rafael Mendonça França | 2016-12-29 | 1 | -41/+21 |
* | Remove unnecessary `connection_name` variable | Ryuta Kamizono | 2016-12-06 | 1 | -2/+1 |
* | Make pg adapter use bigserial for pk by default | Pavel Pravosud | 2016-12-05 | 1 | -1/+11 |
* | For `PostgreSQL >= 9.4` use `gen_random_uuid()` | Yaw Boakye | 2016-11-22 | 1 | -0/+8 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -1/+1 |
* | Fix broken heredoc indentation caused by rubocop auto-correct | Ryuta Kamizono | 2016-09-03 | 1 | -4/+4 |
* | Override `respond_to_missing?` instead of `respond_to?` when possible | Sean Griffin | 2016-08-31 | 1 | -1/+1 |
* | Avoid to allow unused splat args for `t.timestamps` in `create_table` | Ryuta Kamizono | 2016-08-14 | 1 | -2/+2 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 3 | -106/+106 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Add migration compatibility class for Rails 5.1 | Rafael Mendonça França | 2016-05-10 | 1 | -1/+4 |
* | Migrations: move version-finding responsibility | yui-knk | 2016-04-29 | 1 | -0/+10 |
* | Update compatibility.rb | Bogdan | 2016-03-26 | 1 | -1/+1 |
* | Correctly show deprecation warning for incompatible migrations | Prathamesh Sonpatki | 2016-02-12 | 1 | -1/+1 |
* | Intervene on change_table as well as create_table | Matthew Draper | 2016-01-30 | 1 | -0/+13 |
* | Pare back default `index` option for the migration generator | Prathamesh Sonpatki | 2016-01-24 | 1 | -0/+12 |
* | fix remove_index for postgresql when running legacy migrations | Lachlan Sylvester | 2016-01-06 | 1 | -2/+3 |
* | Support removing custom-names indexes when only specifying column names | Grey Baker | 2015-12-15 | 1 | -0/+25 |
* | Ignore index name in `index_exists?` when not passed a name to check for | Grey Baker | 2015-12-15 | 1 | -0/+11 |
* | In 4.2 migrations, `timestamps` defaulted to `null: true` | Matthew Draper | 2015-12-15 | 1 | -0/+24 |