jollygoodcode / rails-carrier

Instructions for setting up a Ruby on Rails development environment with Vagrant
16 stars 1 forks source link

Development in vagrant needs to restart rails server everytime #2

Open JuanitoFatas opened 9 years ago

JuanitoFatas commented 9 years ago

Possible solution to this: Enable Synced folder NFS:

Vagrant.configure("2") do |config|
  # ...

  config.vm.synced_folder ".", "/vagrant", type: "nfs"
end
winston commented 8 years ago

This has been an issue for some of the students in this batch too.

choonkeat commented 8 years ago

let me know how NFS works out for you (or now). last time, it was very slow :-(