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
Claire a650a1157d
Fix /admin/tags/:id crashing since Rails 6.1 update (#15953)
Raw SQL passed to `pluck` now has to be explicitly marked as SQL via
Arel.sql, see https://github.com/rails/rails/pull/27947
4 years ago
..
chewy
controllers Fix /admin/tags/:id crashing since Rails 6.1 update (#15953) 4 years ago
helpers
javascript Add transition to media modal background (#15843) 4 years ago
lib Update Mastodon to Rails 6.1 (#15910) 4 years ago
mailers
models Update Mastodon to Rails 6.1 (#15910) 4 years ago
policies
presenters
serializers
services Update Mastodon to Rails 6.1 (#15910) 4 years ago
validators
views
workers