Closed joshrendek closed 5 years ago
Is there any movement on this? This is impacting some of our production deployments. MySQL has a rather large install base so I'm struggling to understand why this isn't getting any attention.
This was fixed in buffalo v0.14.0-rc.1. It was fixed based on a ticket there.
Mark Bates On Feb 14, 2019, 7:05 PM -0500, Rafael Sanchez notifications@github.com, wrote:
Is there any movement on this? This is impacting some of our production deployments. MySQL has a rather large install base so I'm struggling to understand why this isn't getting any attention. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
This should be fixed now that buffalo v0.14.0 is released.
Description
buffalo build
fails with a code generation error on new/empty projects.buffalo dev
still works.go build -o testing
still works.Steps to Reproduce the Problem
Create a new project:
Error:
database.yml
Expected Behavior
buffalo build
should work and build the binary.Actual Behavior
It errors out. A similar project but using the
postgres
works fine for all cases (buffalo build, go build, dev, etc)Info