It would be nice to have a basic tutorial for a beginner. Something that walked someone through the process of:
- Creating a shell for a website (a micro stack, I think)
- Creating a pancake stack that can be mounted (a short stack, I think)
- Mounting the pancake stack in the shell
- Mounting a rack middleware in your pancake stack
These actions don’t seem very clear from the website or the blog. Some other things that would be helpful would be:
- Where to put static files and what’s the best way to include them
- Using the ORM of your choice (datamapper, mongo_mapper, etc)
- Better write-up on template inheritance
Discussion and changes