-
## Description
gobuffalo 0.14.7 was released, but not pushed to docker hub. So
`FROM gobuffalo/buffalo:latest as builder` will give version 0.14.6
`FROM gobuffalo/buffalo:v0.14.7 as builder` wi…
-
As a new comer, it's very confusing that there is a `buffalo` and `gobuffalo` repository. Wouldn't it be an idea to rename this repository to `documentation`, `docs`, `website` so that it's super clea…
ruudk updated
5 years ago
-
As of the release of 0.11.0 buffalo stopped looking for our vendor directory.
We have the following directory setup:
```
app
├── server
└── vendor
```
This is the command we run:
`cd ./server …
-
I would like to use this module in [go-web-app](https://github.com/talentlessguy/go-web-app) but I don't know how to use this module in go code. @markbates, could you please give a small example? Also…
-
Seems to be related to go modules in some way? /shrug
`go version go1.12.4 linux/amd64`
```
GO111MODULE=on go get -u github.com/conprof/conprof
go: finding github.com/conprof/conprof latest
go: f…
-
Hi,
It looks like jackc/pgx has been updated and cockroach-go won't compile anymore.
The patch may just be to replace pgx.PgError by *pgconn.PgError
Cheers,
```
--- a/crdb/tx.go
+++ b/crdb/t…
-
Hi all,
When I see
```go
type User struct {
ID uuid.UUID
Email string
Password string
Books Books `has_many:"books" order_by:"title asc"`
Favorit…
-
our builds started failing last night... wondering if something happened here?
```
verifying github.com/gobuffalo/packr/v2@v2.4.0/go.mod: checksum mismatch
downloaded: h1:tj7r/7WvgPz0qgtdtKjlbAi…
-
In buffalo site the version showing is incorrect, due to that installation instructions also showing wrong.
![Screenshot 2019-09-12 at 2 53 05 PM](https://user-images.githubusercontent.com/2367680/64…
-
https://gobuffalo.io/en/docs/installation/
![スクリーンショット 2019-03-11 21 30 18](https://user-images.githubusercontent.com/3676947/54124193-ff1bfd00-4444-11e9-8425-2687f0467738.png)
There is no buffa…