Posts tagged with rack (3)

Apr24 Warden: a Rack middleware for authentication across all apps post author

rack authentication | comments

Daniel Neighman (hassox) of MerbAuth fame have been working to port over MerbAuth authentication framework to a generalized authentication rack middleware. This is done specifically with the idea of mountable applications in mind, and is constructed in such a way that authentication can be available across all downstream applications in the rack graph.

Continue reading »

Jan05 Aplicacion Rack para ejecutar Specs/Features en el navegador post author

rack rspec | comments

Rack: una Interface Ruby para Webservers

Rack provee una interface minima, modular y adaptable para desarrollar aplicaciones web en Ruby. Envuelve las peticiones HTTP y responde en la manera mas simple posible, unifica y destila la API para servidores web, frameworks web, y software entre ellos (los llamados middleware) en una simple llamada a un metodo.

Continue reading »

Jan05 Simple Rack app to browse/run Specs/Features on browser post author

rack rspec | comments

Rack: a Ruby Webserver Interface

Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.

Continue reading »