-
## Description
The change to `.plush.html` extension breaks use of `r.Auto()` in resource handlers (they still look for `.html`).
### Steps to Reproduce the Problem
Using a standard resource …
-
Hi,
I've been looking for a way to print all parameters received in the body of a POST request.
I've stumbled upon:
https://gobuffalo.io/docs/context#ranging-over-parameters
https://github.com/g…
-
### What version of Go are you using (`go version`)?
go version go1.11.2 darwin/amd64
### Does this issue reproduce with the latest release?
yes
### What operating system and proce…
eladh updated
4 years ago
-
There is a new version of buffalo out https://blog.gobuffalo.io/buffalo-v0-14-0-released-75e9d71677be
-
## Description
I'm having an issue when using `multiple` with `SelectTag`, I select two elements in the select box, hit submit. But only one of the selected items is in the `c.Param("")`. On inspec…
-
I'm reading around (https://github.com/gobuffalo/buffalo/search?q=GO_ENV&unscoped_q=GO_ENV) about an environment variable called: "`GO_ENV`" and I think it is not a Go "native"/"pure" thing.
Am I w…
-
Running:
```
go get -u -v github.com/gobuffalo/buffalo-heroku
```
And I get:
```
go: github.com/golang/lint@v0.0.0-20190409202823-959b441ac422: parsing go.mod: unexpected module path "gola…
-
go env:1.13.1
go.mod:
```
require (
github.com/arthurkiller/rollingwriter v1.1.1
github.com/gin-contrib/logger v0.0.1
github.com/gin-gonic/gin v1.4.0
github.com/gobuffalo/envy v1.7.1
gith…
-
The default application uses `linkTo` but the website doesn't explain how this works.
ruudk updated
5 years ago
-
Show an example on how to retrieve a query on a view.