Sinatra : up and running

Detalles Bibliográficos
Autor Principal: Harris, Alan
Otros autores o Colaboradores: Haase, Konstantin
Formato: Libro
Lengua:español
Datos de publicación: Sebastopol : O'Reilly Media, 2012
Edición:1a ed.
Temas:
Acceso en línea:Consultar en el Cátalogo
Descripción Física:xi, 103 p. : il.
ISBN:9781449304232
Tabla de Contenidos:
  • Chapter 1 Taking the Stage
  • Characteristics of Sinatra
  • Installation
  • Up and Running
  • Rock, Paper, Scissors or "The Shape of Things to Come"
  • Summary
  • Chapter 2 Fundamentals
  • Routing
  • Static Files
  • Views
  • Filters
  • Handling Errors
  • Configuration
  • HTTP Headers
  • Caching
  • Sessions
  • Cookies
  • Attachments
  • Streaming
  • Summary
  • Chapter 3 A Peek Behind the Curtain
  • Application and Delegation
  • Helpers and Extensions
  • Request and Response
  • Rack It Up
  • Dispatching
  • Summary
  • Chapter 4 Modular Applications
  • Subclassing Sinatra
  • Better Rack Citizenship
  • Extensions and Modular Applications
  • Summary
  • Chapter 5 Hands On: Your Own Blog Engine
  • Workflow Concept
  • The Implementation
  • Summary