chinwagsocial/app
Claire b358229834
Further preparation for Rails 6 (#15916)
* Use ActiveRecord::Result#to_ary instead of deprecated to_hash

They do the same thing, and to_hash has been removed from Rails 6.1

* Explicitly name polymorphic indexes to workaround a bug in Rails 6.1

cf. https://github.com/rails/rails/issues/41693

* Fix incorrect usage of “foreign_key” in migration script

* Use `ActiveModel::Errors#delete` instead of deprecated clear method

* Fix link headers tests on Rails 6.1

Rails 6.1 adds values to the Link header by default, thus it is not a
LinkHeader object anymore. Fix the test to parse the Link header instead
of assuming it is a LinkHeader.
2021-03-19 02:45:34 +01:00
..
chewy Change `tootctl search deploy` algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Further preparation for Rails 6 (#15916) 2021-03-19 02:45:34 +01:00
helpers Use custom mascot on static share page (#15687) 2021-02-11 02:18:56 +01:00
javascript Add option to opt out of unread notification markers (#15842) 2021-03-19 02:44:57 +01:00
lib Prepare Mastodon for zeitwerk autoloader (#15917) 2021-03-19 02:42:43 +01:00
mailers Prepare Mastodon for Rails 6 (#15911) 2021-03-17 10:09:55 +01:00
models Prepare Mastodon for Rails 6 (#15911) 2021-03-17 10:09:55 +01:00
policies Add server rules (#15769) 2021-02-21 19:50:12 +01:00
presenters Add server rules (#15769) 2021-02-21 19:50:12 +01:00
serializers Add server rules (#15769) 2021-02-21 19:50:12 +01:00
services Fix URL scanning in note length validator and preview card fetching (#15827) 2021-03-04 00:12:26 +01:00
validators Prepare Mastodon for zeitwerk autoloader (#15917) 2021-03-19 02:42:43 +01:00
views Fix reference to non-existing translation in the exports page. (#15894) 2021-03-15 02:17:29 +01:00
workers Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 2021-03-15 11:17:43 +01:00