Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development in vagrant needs to restart rails server everytime #2

Open
JuanitoFatas opened this issue Feb 11, 2015 · 2 comments
Open

Comments

@JuanitoFatas
Copy link
Contributor

Possible solution to this: Enable Synced folder NFS:

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

  config.vm.synced_folder ".", "/vagrant", type: "nfs"
end
@winston
Copy link
Member

winston commented Mar 4, 2016

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

@choonkeat
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants