Joined November 2013
·
Posted to
Vagrant tips
over 1 year
ago
Easily execute commands in VM - https://github.com/p0deje/vagrant-exec
Posted to
iTerm2 and Ruby/Rails/Rspec
over 1 year
ago
Do you know if there is any way to force relative file path in backtrace? Since I run everything in Vagrant, all paths start with /vagrant, which I should either replace with host working directory path or just force to use relative path.
Achievements
78 Karma
0 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
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
Python 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
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
Can't you just run
env RAILS_ENV=staging rake db:migrate
or (since rake allows that)rake db:migrate RAILS_ENV=staging