mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix formatting of my name in the changelog, and given Aaron credit for b483a0d2a7
This commit is contained in:
parent
cab2df7b26
commit
d3abc8bc3d
1 changed files with 3 additions and 1 deletions
|
@ -39,6 +39,8 @@
|
||||||
class Tagging < ActiveRecord::Base
|
class Tagging < ActiveRecord::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
|
*Aaron Peterson*
|
||||||
|
|
||||||
* Remove column restrictions for `count`, let the database raise if the SQL is
|
* Remove column restrictions for `count`, let the database raise if the SQL is
|
||||||
invalid. The previous behavior was untested and surprising for the user.
|
invalid. The previous behavior was untested and surprising for the user.
|
||||||
Fixes #5554.
|
Fixes #5554.
|
||||||
|
@ -110,7 +112,7 @@
|
||||||
* Deprecate `ConnectionAdapters::SchemaStatements#distinct`,
|
* Deprecate `ConnectionAdapters::SchemaStatements#distinct`,
|
||||||
as it is no longer used by internals.
|
as it is no longer used by internals.
|
||||||
|
|
||||||
*Ben Woosley#
|
*Ben Woosley*
|
||||||
|
|
||||||
* Fix pending migrations error when loading schema and `ActiveRecord::Base.table_name_prefix`
|
* Fix pending migrations error when loading schema and `ActiveRecord::Base.table_name_prefix`
|
||||||
is not blank.
|
is not blank.
|
||||||
|
|
Loading…
Reference in a new issue