Hello I'm new to recess.
I have encountered a bug in scaffolding which routes any controller to his own name instead of the base + his name.
The workaround is to replace !Prefix post/ with !Prefix /post/
Please fix this.
Is your application's route prefix empty or /? Make sure if you are working with an application that has no prefix to use '/' as your application's route prefix. Will look into scaffolding autodetecting this.
replyYes that was the problem, I found it myself.
Btw I'll be happy to contribute to your efforts.
I am a great front-end engineer and I see that Recess tools can have great benefit from a better UI and more features.
I have no idea why you can't delete models and controllers for instance.