Stanislas Michalak
Stanislas Michalak
@as27 Giving a quick look, it seems you have a typo in https://github.com/as27/buffalo/blob/resource-test-generator/generators/resource/templates/actions/resource-use_model_test.go.tmpl line 49 `{{.Singular}}` -> `{{.singular}}` The other errors seem linked to the lack of CSRF token in...
@as27, as I understand the way the CSRF is handled in the test suite, it just replaces the middleware with a no-op. Maybe I'm wrong, but I think the `app.Use`...
@as27, I also think preventing the middleware to do its work is a bad thing. What we should test, is the normal case, with a given token. The CSRF token...
I'd love to see some examples for that. 👍 For the buffalo integration part, I think you're right, that might be better to have it in the suite project. In...
[Xpath](https://www.tutorialspoint.com/xpath/index.htm) is a query tool for XML, it's a common solution when you want to extract data from an XML tree. See it as a more general solution, with advanced...
@paganotoni, I think #921 is related to this one: I tried the proposed change to the Manifest plugin, but since images are not in the manifest, it can't work.
I just tested the `-e` flag and on the development version at least, it works well: the assets are not packaged in the binary.
@H3rby7 The fix proposed in #1030 should work, but we wanted to not break stuff either by providing a fallback, or a fix in the buffalo fix command.
@robbyoconnor In most cases, yes. But prod setups are not all the same, so we should help in those cases too. :)
@koctya I've not decided yet, but you can help on the current docs for Pop. :)