-
Hi there,
Thanks for your work, at first :)
I ran into problems just executing the following command:
`$ buffalo create db -a`
OR
`$ buffalo db drop -a`
I have the following database.yml:
…
-
`go get -u -v github.com/gobuffalo/buffalo/buffalo` does not put the `buffalo` binary in `$GOPATH/bin`
-
Dep version: f1346974068313371d889e120ec9e01f5ba43642
How to reproduce this:
```bash
go get -u -v github.com/gobuffalo/buffalo/...
cd $GOPATH/src/
buffalo new go4260 --with-dep
```
Output…
-
this works, context args contains reset
```
buffalo task cache reset
```
but this fail:
```
heroku run bin/heroku task cache reset
```
it did run into my grift task, but context.ARGS length i…
-
It would be good to have a generator for grift tasks.
CLI:
```sh
$ buffalo g grift taskName
```
Would generate:
```
grifts/task_name.go
```
And contents of the grift task would be som…
-
It seems like this happens even when `--with-dep` is passed to `buffalo new`.
This is on `buffalo` CLI v0.10.2
-
```
# rpm -qa setools\*
setools-console-4.1.0-3.fc26.x86_64
setools-python3-4.1.0-3.fc26.x86_64
# seinfo --portcon | grep 1023
portcon tcp 512-1023 system_u:object_r:hi_reserved_port_t:s0
…
-
Creating a new project fails at goimports. I've read and tried the steps outlined in the Buffalo Troubleshooting FAQ.
Installing with Buffalo 0.9.3 and Go 1.9, I get the following output:
```
-…
-
### What version of Go (`go version`) and `dep` (`git describe --tags`) are you using?
~~~bash
# This is go v1.8.3 directly compiled from source
$ go version
# => go version devel +43afcb5 W…
-
I tried to integrate `grift` to my `buffalo` project.
After installing `grift` by `go get github.com/markbates/grift`
Still it's showing me `-bash: grift: command not found` . I have created GOP…