2019-07-17 01:18:54 -04:00
|
|
|
* Add support for beginless ranges, introduced in Ruby 2.7.
|
|
|
|
|
|
|
|
*Josh Goodall*
|
|
|
|
|
2019-06-10 16:22:29 -04:00
|
|
|
* Add database_exists? method to connection adapters to check if a database exists.
|
|
|
|
|
2019-07-08 15:53:55 -04:00
|
|
|
*Guilherme Mansur*
|
2019-06-10 16:22:29 -04:00
|
|
|
|
2019-05-14 15:13:29 -04:00
|
|
|
* Loading the schema for a model that has no `table_name` raises a `TableNotSpecified` error.
|
|
|
|
|
|
|
|
*Guilherme Mansur*, *Eugene Kenny*
|
|
|
|
|
2019-06-17 08:49:28 -04:00
|
|
|
* PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute.
|
|
|
|
|
|
|
|
Fixes #36022.
|
|
|
|
|
|
|
|
*Ryuta Kamizono*
|
|
|
|
|
2019-06-13 14:23:13 -04:00
|
|
|
* Make ActiveRecord `ConnectionPool.connections` method thread-safe.
|
|
|
|
|
|
|
|
Fixes #36465.
|
|
|
|
|
|
|
|
*Jeff Doering*
|
|
|
|
|
2019-06-07 14:13:18 -04:00
|
|
|
* Add support for multiple databases to `rails db:abort_if_pending_migrations`.
|
|
|
|
|
|
|
|
*Mark Lee*
|
|
|
|
|
2019-06-04 09:47:21 -04:00
|
|
|
* Fix sqlite3 collation parsing when using decimal columns.
|
|
|
|
|
|
|
|
*Martin R. Schuster*
|
|
|
|
|
2019-06-04 16:47:33 -04:00
|
|
|
* Fix invalid schema when primary key column has a comment.
|
2019-06-03 07:05:36 -04:00
|
|
|
|
2019-06-04 16:47:33 -04:00
|
|
|
Fixes #29966.
|
2019-06-03 07:05:36 -04:00
|
|
|
|
|
|
|
*Guilherme Goettems Schneider*
|
|
|
|
|
2019-06-04 16:47:33 -04:00
|
|
|
* Fix table comment also being applied to the primary key column.
|
2019-05-31 15:59:47 -04:00
|
|
|
|
|
|
|
*Guilherme Goettems Schneider*
|
|
|
|
|
2019-05-13 01:39:16 -04:00
|
|
|
* Allow generated `create_table` migrations to include or skip timestamps.
|
2019-04-05 00:44:30 -04:00
|
|
|
|
2019-06-04 16:47:33 -04:00
|
|
|
*Michael Duchemin*
|
|
|
|
|
2019-04-05 00:44:30 -04:00
|
|
|
|
2019-04-24 15:57:14 -04:00
|
|
|
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activerecord/CHANGELOG.md) for previous changes.
|