-
Notifications
You must be signed in to change notification settings - Fork 7
Recipes
Zete Lui edited this page Aug 19, 2013
·
1 revision
A collection for performing usual tasks with nyara. Some are very similar to sinatra recipes
todo
- Getting started with a single file
- Getting started with a project structure
- Configure options
- Modulize actions with controller
- Routing and path helper
- Action metadata and content format
- Header, param, session and cookie
- Flash
- The request object
- Response helpers
- Render, layout and partial
- View streaming
- Other helpers
- Custom helpers
- Action lifecycle callbacks
- Test helper
Recipes(todo)
- [Web server]
- [Secure headers]
- [Mapping different paths to a same controller]
- [I18n]
- [Form helpers]
- [Oauth]
- [Test]
-- Digging deeper --