buffalo-pop
buffalo-pop copied to clipboard
A plugin to use gobuffalo/pop with buffalo
Results
2
buffalo-pop issues
Sort by
recently updated
recently updated
newest added
I've discovered (the hard way) that if you use the transaction middleware `app.Use(popmw.Transaction(models.DB))`, but you DO NOT use the transaction in a request handler (i.e. just use `models.DB` directly), the...
s: accepted
This is **extremely slow** and it is a pity this is a default in a new Gobuffalo app (until performances increase...). Can I understand **why this is the default**? If...
enhancement
s: accepted