Files
danbooru/config/initializers/zeitwerk.rb
evazion 6fc0854b4c Remove StorageManager::SFTP.
Remove the SFTP file storage backend. Downstream users can use either
sshfs (which is what Danbooru now uses in production) or rclone instead.
The Ruby SFTP gem was much slower than sshfs.
2021-12-01 23:46:20 -06:00

4 lines
78 B
Ruby

Rails.autoloaders.each do |autoloader|
autoloader.inflector.inflect({})
end