Joined March 2013
·

Marek Kowalcze

Poland
·
·

Posted to Rails console equivalent for Sinatra over 1 year ago

If the command can't find your app.rb file, make sure it's in your LOAD_PATH:

bundle exec irb -I. -r app.rb

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