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/controllers
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
..
activitypub Prepare Mastodon for Rails 6 (#15911) 5 years ago
admin Add Ruby 3.0 support (#16046) 4 years ago
api Fix app name, website and redirect URIs not having a maximum length (#16042) 4 years ago
auth Change confirmations controller to redirect to / for approved users (#16151) 4 years ago
concerns Fix cache_collection crashing when given an empty collection (#15921) 5 years ago
oauth
settings Update Mastodon to Rails 6.1 (#15910) 4 years ago
well_known Prepare Mastodon for Rails 6 (#15911) 5 years ago
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb Prepare Mastodon for Rails 6 (#15911) 5 years ago
application_controller_spec.rb Update Mastodon to Rails 6.1 (#15910) 4 years ago
authorize_interactions_controller_spec.rb
emojis_controller_spec.rb
follower_accounts_controller_spec.rb
following_accounts_controller_spec.rb
home_controller_spec.rb
intents_controller_spec.rb
invites_controller_spec.rb
manifests_controller_spec.rb
media_controller_spec.rb
media_proxy_controller_spec.rb
relationships_controller_spec.rb
remote_follow_controller_spec.rb
remote_interaction_controller_spec.rb
shares_controller_spec.rb
statuses_controller_spec.rb
tags_controller_spec.rb