rails/activerecord/test
eileencodes 10ca60a16b
Add option to disable schema dumb per-database
Dumping the schema is on by default for all databases in an application. To turn it off for a
specific database use the `schema_dump` option:

```yaml
  # config/database.yml

  production:
  schema_dump: false
```

Co-authored-by: Luis Vasconcellos <vasconcelloslf@gmail.com>
2021-07-19 07:58:49 -04:00
..
active_record/connection_adapters
activejob Revert "Run ActiveRecord -> ActiveJob integration tests in CI" 2021-06-15 11:19:04 -04:00
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Add option to disable schema dumb per-database 2021-07-19 07:58:49 -04:00
fixtures Verify foreign keys after loading fixtures 2021-07-07 15:41:05 -05:00
migrations Show a warning when running no migration using SCOPE 2021-01-26 15:05:35 +01:00
models Add available_records argument to Associations::Preloader 2021-07-14 08:44:03 -04:00
schema Verify foreign keys after loading fixtures 2021-07-07 15:41:05 -05:00
support Move async_query confurations on the ActiveRecord module 2021-06-10 18:31:33 +02:00
config.example.yml Make we always type cast TimeWithZone objects before passing to mysql2 2021-02-11 22:45:14 +00:00
config.rb