First of all I don't know if this is a bug or not. Until now I've been using this command in rails development.rb environment config so the box detects changes on my files:
config.reload_classes_only_on_change = false
But now, with Rails 5.2 and Active Storage that command makes the server a lot slower, and the images takes from 10 to 40sec to load.
Is it a bug? There is another way to make the vagrant/rails detect changes on my files without making me reload the server every time I change something?