Some recipies and smaller snippets for Espresso
- DB Initialization (TODO)
- Migrations (TODO)
- fast tests (TODO)
- Pagination
- Assets with Sprockets
- URL Generation (TODO)
- View Helpers (TODO)
- Forms (TODO)
This project uses Thor, it regenerates all examples from a base project and makes some adjustments to each one.
to generate examples run:
$ thor cookbooks:generate_all
all examples will be in the "generated"-directory
Take a look at the Thor File for further inspiration.