Stanislas Michalak

Results 35 comments of Stanislas Michalak

The only envy usage I can see there is `envy.GoPaths()`. It shouldn't be difficult to remove this dep.

> This is extremely slow and it is a pity this is a default in a new Gobuffalo app (until performances increase...). You can't say something like that without providing...

@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...