| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -1/+3 |
* | Fix `test_copying_migrations_preserving_magic_comments` | Ryuta Kamizono | 2017-07-02 | 1 | -2/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Fix `create_table` with query from relation | Ryuta Kamizono | 2017-06-13 | 1 | -6/+4 |
* | Remove a duplicate test of migration_test in AR | Koichi ITO | 2017-05-25 | 1 | -27/+0 |
* | Deprecate `Migrator.schema_migrations_table_name` | Ryuta Kamizono | 2017-03-09 | 1 | -0/+4 |
* | Remove useless `Migrator.schema_migrations_table_name` | Ryuta Kamizono | 2017-03-05 | 1 | -5/+5 |
* | Deprecate `supports_migrations?` on connection adapters | Ryuta Kamizono | 2017-02-27 | 1 | -0/+4 |
* | Deprecate `ColumnDumper#migration_keys` | Ryuta Kamizono | 2017-02-07 | 1 | -0/+4 |
* | Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad... | Ryuta Kamizono | 2017-01-20 | 1 | -4/+8 |
* | Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods" | Matthew Draper | 2017-01-20 | 1 | -3/+3 |
* | Remove `initialize_schema_migrations_table` and `initialize_internal_metadata... | Ryuta Kamizono | 2017-01-18 | 1 | -3/+3 |
* | Fix random failure related to migration environment | Prathamesh Sonpatki | 2017-01-07 | 1 | -0/+2 |
* | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | Privatize unneededly protected methods in Active Record tests | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -4/+4 |
* | Added nil case handling to allow rollback migration in case of | travis.h.oneill@gmail.com | 2016-08-17 | 1 | -0/+17 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -6/+6 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -18/+18 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -10/+10 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -35/+35 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -45/+45 |
* | Revert "Rename `active_record_internal_metadatas` to `ar_internal_metadata`" | Yasuo Honda | 2016-07-01 | 1 | -15/+0 |
* | Merge pull request #24732 from y-yagi/update_record_specified_in_the_key | Rafael França | 2016-05-21 | 1 | -0/+17 |
|\ |
|
| * | update record specified in key | yuuji.yaginuma | 2016-04-27 | 1 | -0/+17 |
* | | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -2/+2 |
* | | Replace `Rails.version.to_f` with Active Record | Jon Moss | 2016-04-30 | 1 | -0/+4 |
|/ |
|
* | Change for `ActiveRecord::Migration.[]` to raise `ArgumentError` instead of `... | yui-knk | 2016-03-24 | 1 | -0/+3 |
* | Ensure `drop_table` even if tests failure or interrupted | Ryuta Kamizono | 2016-02-24 | 1 | -7/+5 |
* | `drop_table :test_text_limits` as well | Ryuta Kamizono | 2016-02-24 | 1 | -9/+13 |
* | Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport... | Rafael França | 2016-02-23 | 1 | -1/+1 |
|\ |
|
| * | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 1 | -1/+1 |
* | | Make sure we don't change the global state in the tests | Rafael Mendonça França | 2016-02-23 | 1 | -0/+4 |
* | | Remove needless `drop_table :test_limits` | Ryuta Kamizono | 2016-02-23 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-02-07 | 1 | -2/+0 |
|\ |
|
| * | [ci skip] Good bye SQLite2 | yui-knk | 2016-02-06 | 1 | -2/+0 |
* | | Rename `active_record_internal_metadatas` to `ar_internal_metadata` | Yasuo Honda | 2016-02-01 | 1 | -0/+15 |
* | | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata | Yasuo Honda | 2016-02-01 | 1 | -5/+5 |
|/ |
|
* | Fix intermittent test failures | schneems | 2016-01-14 | 1 | -0/+1 |
* | Revert "Revert "Set environment even when no migration runs"" | schneems | 2016-01-14 | 1 | -1/+28 |
* | Revert "Set environment even when no migration runs" | Sean Griffin | 2016-01-14 | 1 | -28/+1 |
* | Set environment even when no migration runs | schneems | 2016-01-11 | 1 | -0/+27 |
* | Clean up duplicate migration logic | schneems | 2016-01-11 | 1 | -1/+1 |
* | Merge pull request #22967 from schneems/schneems/generic-metadata | Sean Griffin | 2016-01-08 | 1 | -0/+44 |
|\ |
|
| * | Use hash like syntax for InternalMetadata | schneems | 2016-01-08 | 1 | -2/+2 |
| * | Prevent destructive action on production database | schneems | 2016-01-07 | 1 | -0/+44 |
* | | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -1/+1 |