Ports Search

Results 7,4817,490 of 19,819 for %22HTTP Server%22.(0.009 seconds)
www/actionpack-4.2.6 (Score: 0.0012383816)
Action Controller and Action View of Rails MVC Framework
Action Pack The controller and view of the RubyOnRails MVC-Framework is handled by the Action Pack, which handles both layers by its two parts: Action View and Action Controller. These two layers are bundled in a single package due to their heavy interdependence. This is unlike the relationship between the Active Record and Action Pack that is much more separate. Each of these packages can be used independently outside of Rails.
www/activeresource-3.2.22.2 (Score: 0.0012383816)
Coherent wrapper object-relational mapping for REST web services
Active Resource Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to reduce the amount of code needed to map to these resources. This is made possible by relying on a number of code- and protocol-based conventions that make it easy for Active Resource to infer complex relations and structures. These conventions are outlined in detail in the documentation for ActiveResource::Base.
www/activeresource-4.0.0 (Score: 0.0012383816)
Coherent wrapper object-relational mapping for REST web services
Active Resource Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to reduce the amount of code needed to map to these resources. This is made possible by relying on a number of code- and protocol-based conventions that make it easy for Active Resource to infer complex relations and structures. These conventions are outlined in detail in the documentation for ActiveResource::Base.
www/opera-12.16 (Score: 0.0012383816)
Blazingly fast, full-featured, standards-compliant browser
The most full-featured Internet power tool on the market, Opera includes pop-up blocking, tabbed browsing, integrated searches, and advanced functions like Opera's groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And because we know that our users have different needs, you can customize the look and content of your Opera browser with a few clicks of the mouse.
www/faye-1.2.2 (Score: 0.0012383816)
Simple pub/sub messaging for the web
A rubygem that provides simple pub/sub messaging for the web.
www/feedjira-2.0.0 (Score: 0.0012383816)
Feed fetching and parsing library
A library designed to retrieve and parse feeds as quickly as possible
www/haml-contrib-1.0.0.1 (Score: 0.0012383816)
Addons for the Ruby implementation of the Haml template language
This project contains various useful extensions to the Haml template language's Ruby implementation. Such extensions are useful enough to be distributed, but not widely used or on-topic enough to belong in Haml proper. This gives the Haml project a reasonable way to both demote current functionality, such as the Textile and Maruku filters, and add new experimental functionality that may later be added to the core.
www/haml-4.0.7 (Score: 0.0012383816)
Markup language to describe HTML
Haml is a markup language that's used to cleanly and simply describe the HTML of any web document without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ASP, and ERB, the templating language used in most Ruby on Rails applications. However, Haml avoids the need for explicitly coding HTML into the template, because it itself is a description of the HTML, with some code to generate dynamic content.
www/html2haml-2.0.0 (Score: 0.0012383816)
Converts HTML into Haml
Transforms an HTML file into corresponding Haml code.
www/less-1.2.21 (Score: 0.0012383816)
The LESS Ruby gem compiles LESS code to CSS
LESS extends CSS with: variables, mixins, operations and nested rules. Best of all, LESS uses existing CSS syntax. This means you can rename your current .css files to .less and they'll just work.