buffalo
buffalo copied to clipboard
Rapid Web Development w/ Go
### Description Hi. We use the buffalo as a micro service in the k8s. And I found some problems when I try to do the log. In the source code,...
Hello, i am needing a way to set the default time stamp in my migrations table so I hav the below example where i have a column called "time_test" and...
From the definition of buffalo `Handler`: https://pkg.go.dev/github.com/gobuffalo/buffalo#Handler > It is the responsibility of the Handler to handle the request/response correctly. This statement also includes the responsibility of setting the HTTP...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...
The current design and implementation of `Worker` and `Simple` worker are somewhat ambiguous and they need to be redefined. The points of consideration could be: * Definition of Worker and...
Add support for automatic TLS with LetsEncrypt using custom server.
`DefaultContext` implements `buffalo.Context` and this is the core context for buffalo's application flow, and it should be configured correctly to work properly with its functions. However, `DefaultContext` is currently public,...
## Description It seems that the application singleton is not really a singleton, or something weird happens with my app. If you take a look at: you will see how...
The name `App` sounds like the only root of the application structure (could be a singleton) but actually, it is also a container of a group of URLs that is...
I noticed the console was scheduled to be removed for the next version, because (essentially) gore wasn't a "real" REPL. has [neugram.io](https://neugram.io) been considered as a possible replacement ? (it...