|
|
|
|
|
by pnelson
4783 days ago
|
|
This is fine for some scenarios but I've had a series of problems which drove me away from this kind of setup. Default CarrierWave (Rails gem) settings try to clean up the tmp files after file uploads. This is a good thing normally, but to Ruby I am on a Linix box, so it tries to `unlink` which fails catastrophically because the mounted drive was NTFS. Then there are NPM modules. It is kind of funny because Node.js and NPM are actually pretty good on Windows for development purposes anyway, but if I want to run it from my VM it picks up my OS as Linix and tries file system operations like symlinks. I couldn't even install Express. These are just a few of the things I ran into. |
|