Serving Data

TwitterFacebook
Get flash to fully experience Pearltrees
Welcome to Rails Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern. Understanding the MVC pattern is key to understanding Rails. MVC divides your application into three layers, each with a specific responsibility. https://github.com/rails/rails

rails/rails - GitHub

rack/rack - GitHub

https://github.com/rack/rack 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. All these components use the same interface, which is described in detail in the Rack specification.
http://httpd.apache.org/ The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.4.2 of the Apache HTTP Server ("Apache"). This version of Apache is our 2nd GA release of the new generation 2.4.x branch of Apache HTTPD and represents fifteen years of innovation by the project, and is recommended over all previous releases. This version of Apache is principally a security and bug fix release. This version of httpd is a major release of the 2.4 stable branch, and represents the best available version of Apache HTTP Server.

Welcome! - The Apache HTTP Server Project

A small fast HTTP server for Ruby and JRuby that can be used to host web frameworks directly with HTTP. Please report tickets on the Mongrel website: http://mongrel.rubyforge.org/ . https://rubyforge.org/projects/mongrel/

Mongrel: Project Info