-
potato's plural should be potatoes.
```
# buffalo g resource potato title:string description:text --skip-templates
create actions/potatos.go
create actions/potatos_test.go
cr…
-
## Description
When i enter a path that doesn't exist and it doesn't have a file extension (p.e `/shshs`), router ends up redirecting to the same path many times until the browser stops it.
### …
-
The bot successfully joins a specific text channel. But it is not recognizing commands from said text channel, and I am using the correct prefix.
-
## Description
version 0.14.0
Creating a new buffalo application, followed by generating a subsequent resource results in failure of 'buffalo dev' to run.
This is due to model files being genera…
-
## Expected Behavior
Clean project build behavior
### Actual Behavior
sudo buffalo new coke2
[sudo] password for intelwalk:
create .buffalo.dev.yml
create .babelrc
cr…
-
## Description
When creating an API project from scratch with `aliases` actions and `alias` resource, parameter ID for Show/Update/Delete is searched under the `aliase_id` key instead of `alias_id…
-
Currently, if the voice server the bot is connected to crashes, the bot does not attempt to reconnect and must be manually restarted. The bot should periodically attempt to reconnect if it has been di…
ghost updated
5 years ago
-
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…
-
## Description
I'm using the new beta. When generating a new resource with ``` buffalo generate resource product brand title variant:nulls.Text ``` the output of the html form is:
```html
…
-
# Error
Running
~~~
# version 0..4.0
grift
~~~
in directory, results in error message:
~~~
There is no directory named 'grifts'. Run 'grift init' or switch to the appropriate directory…