- Ruby (2.2.4) for development and deployment with Bundler
Run all tests:
bin/rspecGuard automatically runs your tests whenever a file is modified:
bin/guard- Type
allto run all tests. - Type
exitto leave guard. - Install the Livereload browser extension to automatically reload the browser page.
Automatically reloads a page on asset modification via the following browser plugin:
- The Rails application preloader Spring automatically speeds up your development.
- Tests can be tagged (e.g., useful for slow tests)
-
CWB can be locally installed into 2 Virtualbox VMs. Follow the Installation steps using the template from
install/virtualbox/Vagrantfile -
Notice that cloud VMs cannot communicate with the local machines unless both VMs (chef-server and cwb-server) have public hostnames.
-
The Vagrant plugin vagrant-cachier can speed up development by serving as a cache for apt, gems, etc.
vagrant plugin install vagrant-cachier