Skip to content

Commit

Permalink
Name all supported methods in explain CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
p8 committed Jan 5, 2024
1 parent 1702b6c commit 2e2fb81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
* Add `explain` support for `last`, `pluck` and `count`
* Add `explain` support for methods like `last`, `pluck` and `count`

Let `explain` return a proxy that delegates these methods:

Expand All @@ -12,6 +12,10 @@
# ...
```

The supported methods are `pluck`, `first`, and `last`, as well as the
calculation methods: `average`, `count`, `maximum`,
`minimum`, and `sum`.

*Petrik de Heus*

* Validate using `:on` option when using `validates_associated`
Expand Down

0 comments on commit 2e2fb81

Please sign in to comment.