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
4 years ago
..
controllers Fix cache_collection crashing when given an empty collection (#15921) 4 years ago
fabricators Add server rules (#15769) 4 years ago
features
fixtures
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 4 years ago
lib Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
mailers
models Remove subscription_expires_at leftover from OStatus (#15857) 4 years ago
policies
presenters
requests Prepare Mastodon for Rails 6 (#15911) 4 years ago
routing
serializers/activitypub
services Fix URL scanning in note length validator and preview card fetching (#15827) 4 years ago
support
validators Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
views
workers Fix being able to import more than allowed number of follows (#15384) 4 years ago
rails_helper.rb
spec_helper.rb