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/spec
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.
4 years ago
..
controllers Fix cache_collection crashing when given an empty collection (#15921) 4 years ago
fabricators Add server rules (#15769) 4 years ago
features Add submit button to the top of preferences pages (#13068) 5 years ago
fixtures Add import/export feature for bookmarks (#14956) 4 years ago
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 4 years ago
lib Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
mailers refactor: add email previews for WebAuthn emails (#14658) 5 years ago
models Remove subscription_expires_at leftover from OStatus (#15857) 4 years ago
policies Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
presenters Admission-based registrations mode (#10250) 6 years ago
requests Further preparation for Rails 6 (#15916) 4 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
serializers/activitypub Fix account URI in UpdatePollSerializer (#11194) 6 years ago
services Fix URL scanning in note length validator and preview card fetching (#15827) 4 years ago
support Fix base64-encoded file uploads not being possible (#12748) 5 years ago
validators Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
views Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
workers Fix being able to import more than allowed number of follows (#15384) 4 years ago
rails_helper.rb Add WebAuthn as an alternative 2FA method (#14466) 5 years ago
spec_helper.rb Move rspec examples to tmp dir (#12539) 5 years ago