The manuals.
Reference documentation for MVC::Keayl and the modules built around it.
-
MVC::Keayl
The framework itself: the request and response objects, middleware and server adapters, routing, controllers and views, sessions and security, caching and streaming, background jobs and mail, and the command-line tool that generates it all.
-
MVC::Keayl::Admin
An administration interface generated from your models: registering resources, index pages with filters and scopes, show pages and forms, custom actions, navigation, and authorization.
-
ORM::ActiveRecord
The object-relational mapper: migrations and generators, finders and relations, joins and aggregation, persistence and callbacks, validations, transactions, and encryption.
-
Template::HAML
The template language the views are written in: tags and attributes, indentation and whitespace, embedded code and control flow, filters, layouts and partials, helpers, and the plugin API.