about summary refs log tree commit diff
path: root/lib/exceptions.rb
AgeCommit message (Collapse)Author
2021-05-05Fix media redownload worker retrying on unexpected response codes (#16111)Eugen Rochko
2021-03-19Prepare Mastodon for zeitwerk autoloader (#15917)Claire
* 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