-
I searched everywhere in issues, but found nothing. This thread is good for newcomers, IMO.
Everything works and everything is good with Buffalo and Go modules.
Just one problem: `buffalo build`…
-
## 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
…
-
I runned all the commends on the wiki, but on my unbutu instance there's now ffmpeg so I installed it by this:
```
cd ~/ffmpeg_sources
wget http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2
tar xjvf…
-
First I installed Buffalo.
```
$ go get -u -v github.com/gobuffalo/buffalo/buffalo
github.com/gobuffalo/buffalo (download)
github.com/fatih/color (download)
...
github.com/gobuffalo/buffalo/bu…
-
This is not an issue, is an Improvement Proposal in the tree directory:
```
.my_project
├── app
│ ├── actions
│ ├── grifts
│ └── models
├── config
├── bin
├── database
│ ├── fixtur…
-
## Description
Running Ubuntu 18.04 with golang 1.11.5/modules enabled. A brand new project with db-type of mysql fails to build with `database.go:17:27: expected ';', found 'IDENT' url` error.
…
-
We should be able to run commands directly from the main binary if in prod env or through `aah` binary when in dev mode.
Please see Buffalo grifts at https://github.com/markbates/grift, https://git…
-
## Steps to Reproduce the Problem
If you run `buffalo dev` on Windows after building with sqlite support, the rebuild process will sometimes do so without the sqlite tag, leading to the error: `sql…
-
## Description
A couple things I noticed when calling `c.Bind` in actions handlers:
* Unexpected data types can cause panics
* Unexpected data types can cause data to be silently discarded
### S…
-
## Problem description
Debug mode is non responsive and crashes.
A minimal project cannot be created to reproduce, however the issue can reproduce with the attached project every time.
I su…