Joined March 2013
·
Posted to
Symlinks in shares for Vagrant
over 1 year
ago
Since Vagrant 1.1 this is now default behavior.
See https://github.com/mitchellh/vagrant/issues/713#issuecomment-13201507
Just for reference, for Vagrant 1.2.2 customizing provider is now done by:
config.vm.provider "virtualbox" do |v|
v.customize (...)
end
Posted to
Start your rails environment faster!
over 1 year
ago
Unfortunately it doesn't work with JRuby.
Achievements
58 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Lab
Have at least one original repo where C# is the dominant language
If the command can't find your
app.rb
file, make sure it's in yourLOAD_PATH
:bundle exec irb -I. -r app.rb