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
2021-03-19 02:42:43 +01:00
..
controllers Fix cache_collection crashing when given an empty collection (#15921) 2021-03-18 00:41:32 +01:00
fabricators
features
fixtures
helpers
lib Prepare Mastodon for zeitwerk autoloader (#15917) 2021-03-19 02:42:43 +01:00
mailers
models Remove subscription_expires_at leftover from OStatus (#15857) 2021-03-12 05:25:24 +01:00
policies
presenters
requests Prepare Mastodon for Rails 6 (#15911) 2021-03-17 10:09:55 +01:00
routing
serializers/activitypub
services
support
validators Prepare Mastodon for zeitwerk autoloader (#15917) 2021-03-19 02:42:43 +01:00
views
workers
rails_helper.rb
spec_helper.rb