2017-04-06 08:05:49 -04:00
|
|
|
* Quote database name in db:create grant statement (when database_user does not have access to create the database).
|
|
|
|
|
|
|
|
*Rune Philosof*
|
|
|
|
|
2017-02-25 12:32:50 -05:00
|
|
|
* Raise error `UnknownMigrationVersionError` on the movement of migrations
|
|
|
|
when the current migration does not exist.
|
|
|
|
|
|
|
|
*bogdanvlviv*
|
|
|
|
|
2017-02-25 10:49:32 -05:00
|
|
|
* Fix `bin/rails db:forward` first migration.
|
|
|
|
|
|
|
|
*bogdanvlviv*
|
|
|
|
|
2017-04-15 16:17:14 -04:00
|
|
|
* Support Descending Indexes for MySQL.
|
|
|
|
|
|
|
|
MySQL 8.0.1 and higher supports descending indexes: `DESC` in an index definition is no longer ignored.
|
|
|
|
See https://dev.mysql.com/doc/refman/8.0/en/descending-indexes.html.
|
|
|
|
|
|
|
|
*Ryuta Kamizono*
|
|
|
|
|
2017-04-04 13:23:51 -04:00
|
|
|
* Fix inconsistency with changed attributes when overriding AR attribute reader.
|
|
|
|
|
|
|
|
*bogdanvlviv*
|
|
|
|
|
2017-04-06 21:43:58 -04:00
|
|
|
* When calling the dynamic fixture accessor method with no arguments it now returns all fixtures of this type.
|
|
|
|
Previously this method always returned an empty array.
|
|
|
|
|
|
|
|
*Kevin McPhillips*
|
|
|
|
|
|
|
|
|
2017-03-21 19:41:39 -04:00
|
|
|
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md) for previous changes.
|