Ports 搜索

共有8,048项符合/www/的查询结果,以下是第2,0912,100项(搜索用时0.003秒)
www/merb-haml-1.1.3 (Score: 0.056974534)
Merb plugin for HAML support
Merb is a web development framework for fast, simple, and powerful development. merb-haml provides support for HAML
www/nanoc-4.1.4 (Score: 0.056974534)
Simple but flexible static site generator
nanoc is a simple but very flexible static site generator written in Ruby. It operates on local files, and therefore does not run on the server. nanoc "compiles" the local source files into HTML (usually), by evaluating eRuby, Markdown, etc.
www/merb-helpers-1.1.3 (Score: 0.056974534)
Merb plugin containing view helpers
Merb is a web development framework for fast, simple, and powerful development. merb-helpers provides helpers for text and HTML formatting.
www/merb-param-protection-1.1.3 (Score: 0.056974534)
Merb plugin that helps protecting sensible parameters
Merb is a web development framework for fast, simple, and powerful development. merb-param-protection allows filtering request parameters in controllers and logs.
www/mousetrap-rails-1.4.6 (Score: 0.056974534)
Javascript library for handling keyboard shortcuts
Mousetrap is a JavaScript library for handling keyboard shortcuts. This gem integrates Mousetrap with the Rails asset pipeline.
www/multipart-post-2.0.0 (Score: 0.056974534)
Ruby Library that Use with Net::HTTP to do multipart form posts
multipart-post adds a streamy multipart form post capability to Net::HTTP. Also supports other methods besides POST.
www/nested_form-0.3.2 (Score: 0.056974534)
Handle multiple models in one form through jQuery or Prototype
This is a Rails gem for conveniently manage multiple nested models in a single form. It does so in an unobtrusive way through jQuery or Prototype.
www/net-http-digest_auth-1.4 (Score: 0.056974534)
Implementation of RFC 2617 - Digest Access Authentication
rubygem-net-http-persistent is an implementation of RFC 2617 - Digest Access Authentication. At this time the gem does not fully integrate with Net::HTTP and can be used for with other HTTP clients.
www/net-http-digest_auth-1.1.1 (Score: 0.056974534)
Implementation of RFC 2617 - Digest Access Authentication
rubygem-net-http-persistent is an implementation of RFC 2617 - Digest Access Authentication. At this time the gem does not fully integrate with Net::HTTP and can be used for with other HTTP clients. RG: https://rubygems.org/gems/net-http-digest_auth
www/net-http-persistent-2.9.4 (Score: 0.056974534)
Manages persistent connections using Net::HTTP
net-http-persistent manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and retry according to RFC 2616.