I don't know real detailed specifics about vagrant settings but after I tried to resync my box when it started up. The vagrant box won't update the content I changed from my text editor to the box after the box is booted and before it is stopped and rebooted again. The command I used is below:
config.vm.synced_folder ".", "/vagrant", type: "rsync"
I needed to resync because my rails server is running slowly on my machine locally. I was wondering:
1) Is this the behavior expected?
2) Are there other options to speed up my rails server so it doesn't take 1 second for every javascript file to load?