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.
4 lines
78 B
Ruby
4 lines
78 B
Ruby
Rails.autoloaders.each do |autoloader|
|
|
autoloader.inflector.inflect({})
|
|
end
|