You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/lib
Matt Jankowski b57eed4584 Remove order prior to .find_in_batches (#1470)
The `Status` class has a default order on it, so when this query gets built and
gets all the way to `find_in_batches` there is an order already there.

When `find_in_batches` is run it discards any existing order on the query, and
emits a warning to the logs if there is one there.

This change removes the order prior calling `find_in_batches`, which will stop
the logged warning from occurring as well.
9 years ago
..
settings
application_extension.rb
atom_serializer.rb Clean up generation of account webfinger string (#1477) 9 years ago
email_validator.rb [#817] Add email whitelist 9 years ago
exceptions.rb
feed_manager.rb Remove order prior to .find_in_batches (#1470) 9 years ago
formatter.rb Keep newlines in xml (#1397) 9 years ago
hash_object.rb
inline_rabl_scope.rb
inline_renderer.rb Replace calls to FeedManager#inline_render and #broadcast 9 years ago
status_length_validator.rb
tag_manager.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 9 years ago
url_validator.rb