Use this as a guide on how to test Rails applications on Buildbox
Set with DATABASE_ADAPTER
postgres
mysql
Set with CAPYBARA_DRIVER
firefox
chrome
poltergeist
webkit
When spinning up Google Chrome, you need to make sure the --no-sandbox
argument is passed, otherwise it won't work.
brew install postgres mysql
brew install sphinx --pgsql --mysql