I'm trying to figure out the best way to develop Rails applications in Windows, so, I'm trying running them on a virtual machine with Vagrant. Setting it up was very easy but I find it extremely slow to the point that would make me question why something like Vagrant exists, which makes me think I'm probably missing something.
I'm running Ruby 2.1.5, Rails 3.2, Windows 10, Webrick, latest Vagrant, Ubuntu 14.04 (to match our servers) with 2GB of RAM. Loading a page from the app seem to take almost a minute and a half:
The same page with Rails running inside WSL takes about 10 seconds (also unacceptable):
I'm running on an i5 2.6GHz with virtualization enabled.
You don't supply your Vagrantfile. But yes, file sharing is dead slow on windows if you're not using smb as recommended here by vagrant: https://www.vagrantup.com/docs/synced-folders/smb.html