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 a4dcaef53b
Prepare Mastodon for zeitwerk autoloader (#15917)
* Prepare Mastodon for zeitwerk autoloader (Rails 6)

Add inflections and rename/move a few classes.

In particular, app/lib/exceptions.rb and app/lib/sanitize_config.rb
were manually loaded while still in autoload paths.

* Add inflection for Url → URL
5 years ago
..
controllers Fix cache_collection crashing when given an empty collection (#15921) 5 years ago
fabricators Add server rules (#15769) 5 years ago
features
fixtures Add import/export feature for bookmarks (#14956) 5 years ago
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 5 years ago
lib Prepare Mastodon for zeitwerk autoloader (#15917) 5 years ago
mailers refactor: add email previews for WebAuthn emails (#14658) 6 years ago
models Remove subscription_expires_at leftover from OStatus (#15857) 5 years ago
policies Add support for reversible suspensions through ActivityPub (#14989) 5 years ago
presenters
requests Prepare Mastodon for Rails 6 (#15911) 5 years ago
routing
serializers/activitypub
services Fix URL scanning in note length validator and preview card fetching (#15827) 5 years ago
support
validators Prepare Mastodon for zeitwerk autoloader (#15917) 5 years ago
views
workers Fix being able to import more than allowed number of follows (#15384) 5 years ago
rails_helper.rb
spec_helper.rb