Joined November 2013
·

Alex Rodionov

Russia
·
·

Can't you just run env RAILS_ENV=staging rake db:migrate or (since rake allows that) rake db:migrate RAILS_ENV=staging

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