mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-31 21:27:43 +00:00
* Replace incorrect use of distinct with group
Some uses of ActiveRecord::QueryMethods#distinct pass field names but they
are incorrect for the current version of Rails.
ActiveRecord::QueryMethods#group provides the expected behavior and
benefits performance. See commit
|
||
|---|---|---|
| .. | ||
| credentials_controller.rb | ||
| follower_accounts_controller.rb | ||
| following_accounts_controller.rb | ||
| identity_proofs_controller.rb | ||
| lists_controller.rb | ||
| notes_controller.rb | ||
| pins_controller.rb | ||
| relationships_controller.rb | ||
| search_controller.rb | ||
| statuses_controller.rb | ||