adhocteam / soapbox

Apache License 2.0
11 stars 3 forks source link

Creating Environment failed #108

Closed llimllib closed 7 years ago

llimllib commented 7 years ago

It is possible that something in my env is wonky, I will investigate this one.

Steps to reproduce:

  1. Create an environment
  2. Try to save
  3. action controller exception caught 2017-08-09 11-04-54
llimllib commented 7 years ago

Just needed to regenerate the protobufs. I wrote a modd config that does it for me:

**/*.proto {
    prep +onchange: make protobufs
    daemon +sigint: cd web && bundle exec rails s -p 9999
}

**/*.go {
    prep +onchange: go install ./...
    daemon +sigint: PGDATABASE=soapbox_dev PGSSLMODE=disable AWS_REGION=us-east-1 soapboxd
}