1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

docs, remove deprecation entry in favor of abe6484. [ci skip]

This commit is contained in:
Yves Senn 2014-01-27 13:57:25 +01:00
parent 26fb57b58d
commit 9673d5df27

View file

@ -422,11 +422,6 @@ for detailed changes.
* Deprecated `quoted_locking_column` method, which isn't used anywhere. * Deprecated `quoted_locking_column` method, which isn't used anywhere.
* Deprecated the delegation of Array bang methods for associations.
To use them, instead first call `#to_a` on the association to access the
array to be acted
on. ([Pull Request](https://github.com/rails/rails/pull/12129))
* Deprecated `ConnectionAdapters::SchemaStatements#distinct`, * Deprecated `ConnectionAdapters::SchemaStatements#distinct`,
as it is no longer used by internals. ([Pull Request](https://github.com/rails/rails/pull/10556)) as it is no longer used by internals. ([Pull Request](https://github.com/rails/rails/pull/10556))