-
## Description
In `0.12` `buffalo db` was a command. Starting in `0.13` this was removed.
### Steps to Reproduce the Problem
In `0.12` I would run tests in cicd like:
```bash
buffalo db …
-
On my test brokers, I have noticed that after awhile, the various jobs that we run will stop running. I have not yet investigated why and am not 100% this is an issue in production. Could be a contr…
-
## Description
If this is a feature request, explain why it should be added. Specific use-cases are best.
This is part feature request and part bug report. In short, slack sends messages to s…
-
When I tried to migrate my old app into the current version of buffalo, I found the following problem.
I guess context not passed to `partial` when it called within `for` loop.
## Description
…
-
I think it would provide a nice enhancement to alter the state of policy capabilities like always_check_network with a simple but effective boolean. That way one would not have to recompile the entire…
-
Hi, I working on a project that will be announced soon to help with the discovery of these sorts of tools. Would you please mind adding some "Topics" to this repo? Thanks.
On GitHub you can use the…
-
## Description
After upgrade to Buffalo 0.13.2, webfonts (woff, woff2, ttf) are not served properly, but with error: `Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH`. After trying to dow…
-
## Description
Go Module support not properly enabled when outside GOPATH and $GO111MODULE is not set.
### Steps to Reproduce the Problem
Please describe in painful detail what you did (so …
-
Hi, I working on a project that will be announced soon to help with the discovery of these sorts of tools. Would you please mind adding some "Topics" to this repo? Thanks.
On GitHub you can use the…
-
## Steps to Reproduce the Problem
1. `$ buffalo new demo && cd demo`
2. setup database.yml
3. `$ buffalo g r post title content`
4. `$ buffalo db migrate`
5. `$ buffalo dev`
6.…