Open
Description
From @dariocravero on March 18, 2013 19:49
List of features to document
Components
- Explain
.components
. - How to change ORM,
- How to change renderer,
- How to change styles processor,
- How to change scripts,
- How to change database adapter?
...
- Document invoke_hooks (#1098)
- Cleanup documentation for fields_for (#939)
- Gemified apps (added to generation docs)
- Detailed explanation on how to handle gemified apps
- Performance tools guide
- Project modules (re 0.11 release)
- Document padrino-flash better. Particularly what the story is with
now
andnext
. Also, add some comments to the code from the original repo (https://github.com/Cirex/padrino-flash). - Explain
Padrino.dependency_paths
. - Document how to write rake tasks.
- Document CSRF, how it relates to post requests, how to disable it (app-wide or controller-level)
- Document (See #1475) how to access current request controller and action names
- Document app gemming and starting and the need of special placement for log, tmp, configs
Testing
- How to set the current account (or the session in general) while testing controllers#1198.
Let's build this list up! :)
Copied from original issue: padrino/padrino-framework#1137