RubyGems Navigation menu

mongrel2 0.2.3

A complete Ruby connector for Mongrel2[http://mongrel2.org/]. This library includes configuration-database ORM classes, a Ruby implementation of the 'm2sh' tool, a configuration DSL for generating config databases in pure Ruby, a Control port interface object, and handler classes for creating applications or higher-level frameworks. It differs from the original Mongrel2 Ruby library (m2r), and the mongrel2-rack library in several ways: * It uses the C extension for 0MQ (zmq) instead of the FFI one. If you strongly prefer the FFI library, both of the other Mongrel2 libraries use it, so you'll want to stick to one of them. * It doesn't come with a Rack handler, or Rails examples, or anything fancy. I intend to build my own webby framework bits around Mongrel2, and I thought \ maybe someone else might want to as well. If you don't, well again, there are two other libraries for you. * It includes configuration stuff. I want to make tools that use the Mongrel2 config database, so I wrote config classes. Sequel::Model made it stupid-easy. There's also a DSL for generating a config database, too, \ mostly because I found it an interesting exercise, and I like the way it looks.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.55.0 - April 08, 2020 (102.5 KB)
  2. 0.54.0 - September 06, 2019 (124.0 KB)
  3. 0.53.0 - June 26, 2019 (122.0 KB)
  4. 0.52.2 - April 24, 2019 (119.5 KB)
  5. 0.52.1 - July 23, 2018 (118.5 KB)
  6. 0.2.3 - September 21, 2011 (74.0 KB)
顯示所有版本(共 84)

Runtime 相依性套件 (6):

amalgalite ~> 1.1
nokogiri ~> 1.5
sequel ~> 3.26
tnetstring ~> 0.3
yajl-ruby ~> 0.8
zmq ~> 2.1.4

Development 相依性套件 (5):

hoe ~> 2.12
hoe-highline ~> 0.0.1
hoe-mercurial ~> 1.3.0
rspec ~> 2.4

擁有者:

作者:

  • Michael Granger

SHA 256 checksum:

59153e1210881c3ae18d9cb22a8f7734e3a6b948205f8cf9d3267ff5ef419a2e

總下載次數 222,519

這個版本 3,168

License:

Ruby 版本需求: >= 1.9.2

相關連結: