| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `test_copying_migrations_preserving_magic_comments` | Ryuta Kamizono | 2017-07-02 | 1 | -4/+6 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 1 | -0/+1 |
|\ |
|
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | | Make ActiveRecord frozen string literal friendly. | Pat Allan | 2017-06-20 | 1 | -3/+3 |
|/ |
|
* | Add additional raise UnknownMigrationVersionError | bogdanvlviv | 2017-04-19 | 1 | -5/+7 |
* | Fix `bin/rails db:forward` first migration | bogdanvlviv | 2017-04-19 | 1 | -1/+7 |
* | Deprecate `Migrator.schema_migrations_table_name` | Ryuta Kamizono | 2017-03-09 | 1 | -0/+5 |
* | Extract `SchemaMigration.all_versions` | Ryuta Kamizono | 2017-03-06 | 1 | -1/+1 |
* | Remove useless `Migrator.schema_migrations_table_name` | Ryuta Kamizono | 2017-03-05 | 1 | -5/+1 |
* | Fix `rake db:migrate:status` with subdirectories | Ryuta Kamizono | 2017-03-04 | 1 | -7/+25 |
* | Deprecate `supports_migrations?` on connection adapters | Ryuta Kamizono | 2017-02-27 | 1 | -8/+4 |
* | show correct class name in migration inherited directly error | yuuji.yaginuma | 2017-01-24 | 1 | -1/+1 |
* | Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad... | Ryuta Kamizono | 2017-01-20 | 1 | -2/+2 |
* | Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods" | Matthew Draper | 2017-01-20 | 1 | -2/+2 |
* | Remove `initialize_schema_migrations_table` and `initialize_internal_metadata... | Ryuta Kamizono | 2017-01-18 | 1 | -2/+2 |
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -2/+2 |
* | Preserve `up` and `down` return type | schneems | 2017-01-06 | 1 | -2/+4 |
* | Raises when `ActiveRecord::Migration` is inherited directly. | Rafael Mendonça França | 2016-12-29 | 1 | -1/+4 |
* | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 1 | -6/+4 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -7/+7 |
* | let Regexp#match? be globally available | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
* | update doc about `change_column_default` [ci skip] | yuuji.yaginuma | 2016-10-19 | 1 | -2/+4 |
* | Add missing require for zlib | Lars Kanis | 2016-10-01 | 1 | -0/+1 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -5/+5 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -2/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -115/+115 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | adds missing requires | Xavier Noria | 2016-07-24 | 1 | -1/+2 |
* | systematic revision of =~ usage in AR | Xavier Noria | 2016-07-23 | 1 | -1/+1 |
* | Remove tab chars before commands to be run | Étienne Barrié | 2016-07-20 | 1 | -4/+4 |
* | Add missing space and newline for clarity | Kang-Kyu Lee | 2016-05-12 | 1 | -3/+3 |
* | Fix small typo in Active Record Migrations documentation [ci skip] | Erol Fornoles | 2016-05-03 | 1 | -1/+1 |
* | Replace `Rails.version.to_f` with Active Record | Jon Moss | 2016-04-30 | 1 | -1/+1 |
* | Migrations: move version-finding responsibility | yui-knk | 2016-04-29 | 1 | -7/+1 |
* | Cleanup message shown while running destructive action against protected data... | Prathamesh Sonpatki | 2016-04-10 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-03 | 1 | -1/+1 |
|\ |
|
| * | format as code [ci-skip] | Gaurish Sharma | 2016-03-14 | 1 | -1/+1 |
* | | Change for `ActiveRecord::Migration.[]` to raise `ArgumentError` instead of `... | yui-knk | 2016-03-24 | 1 | -1/+1 |
|/ |
|
* | refer to rails command instead of rake in environment error | yuuji.yaginuma | 2016-01-19 | 1 | -2/+2 |
* | Revert "Revert "Set environment even when no migration runs"" | schneems | 2016-01-14 | 1 | -18/+30 |
* | Revert "Set environment even when no migration runs" | Sean Griffin | 2016-01-14 | 1 | -30/+18 |
* | Merge pull request #23017 from schneems/schneems/migration-sets-environment-v... | Richard Schneeman | 2016-01-14 | 1 | -18/+30 |
|\ |
|
| * | Set environment even when no migration runs | schneems | 2016-01-11 | 1 | -1/+10 |
| * | Clean up duplicate migration logic | schneems | 2016-01-11 | 1 | -17/+20 |
* | | Allow manually setting environment value | schneems | 2016-01-11 | 1 | -6/+11 |
|/ |
|
* | Merge pull request #22967 from schneems/schneems/generic-metadata | Sean Griffin | 2016-01-08 | 1 | -1/+49 |
|\ |
|
| * | Fixing tests and re-locating error checking. | schneems | 2016-01-08 | 1 | -7/+8 |