Phoenix v1.0.2

Modules summary

Compiles Phoenix source files that support code reloading

Digests and compress static files

Generates a Phoenix channel

Generates a Phoenix resource

Generates a Phoenix resource

Generates an Ecto model in your Phoenix application

Generates a secret and print it to the terminal

Prints all routes for the default or a given router

Starts the application by configuring all endpoints servers to run

This is documentation for the Phoenix project

Defines a Phoenix Channel

Conveniences for testing Phoenix channels

A plug and module to handle automatic code reloading

Conveniences for testing Phoenix endpoints and connection related helpers

Controllers are used to group common functionality in the same (pluggable) module

Plug to handle request logging at the controller level

This module implements the controller pipeline responsible for handling requests

Digests and compress static files

Defines a Phoenix endpoint

Conveniences for inflecting and working with names in Phoenix

Front-end to Phoenix pubsub layer

PubSub implementation for handling local-node process groups

Phoenix PubSub adapter based on PG2

Defines a Phoenix router

Defines a socket and its state

Defines a message sent from pubsub to channels and vice-versa

Defines a message dispatched over transport to channels and vice-versa

Defines a reply sent from channels to transports

API for building transports

Templates are used by Phoenix on rendering

The Phoenix engine that handles the .eex extension

Specifies the API for adding custom template engines into Phoenix

The Phoenix engine that handles the .exs extension

The default HTML encoder that ships with Phoenix

Tokens provide a way to generate, verify bearer tokens for use in Channels or API authentication

Socket transport for long poll clients

Defines a behaviour for Phoenix.Socket.Message serializiation

Socket transport for websocket clients

Defines the view layer of a Phoenix application

Exceptions summary

Raised when a key is expected to be present in the request parameters, but is not

Exception raised when no route is found

Raised when the socket message is invalid

Exception raised when a template cannot be found

Protocols summary

A protocol that converts data structures into URL parameters