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 566fc90913
Add Ruby 3.0 support (#16046)
* Fix issues with POSIX::Spawn, Terrapin and Ruby 3.0

Also improve the Terrapin monkey-patch for the stderr/stdout issue.

* Fix keyword argument handling throughout the codebase

* Monkey-patch Paperclip to fix keyword arguments handling in validators

* Change validation_extensions to please CodeClimate

* Bump microformats from 4.2.1 to 4.3.1

* Allow Ruby 3.0

* Add Ruby 3.0 test target to CircleCI

* Add test for admin dashboard warnings

* Fix admin dashboard warnings on Ruby 3.0
4 years ago
..
controllers Add Ruby 3.0 support (#16046) 4 years ago
fabricators Add canonical e-mail blocks for suspended accounts (#16049) 4 years ago
features
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 Fix processing of remote Delete activities (#16084) 4 years ago
mailers Add Ruby 3.0 support (#16046) 4 years ago
models Add Ruby 3.0 support (#16046) 4 years ago
policies Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
presenters Add Ruby 3.0 support (#16046) 4 years ago
requests Further preparation for Rails 6 (#15916) 4 years ago
routing
serializers/activitypub
services Change auto-following admin-selected accounts, show in recommendations (#16078) 4 years ago
support
validators Add canonical e-mail blocks for suspended accounts (#16049) 4 years ago
views
workers Change Web Push API deliveries to use request pooling (#16014) 4 years ago
rails_helper.rb Add WebAuthn as an alternative 2FA method (#14466) 5 years ago
spec_helper.rb