Ports Search

Results 12,34112,350 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/active_scaffold-3.4.37 (Score: 6.4754924E-5)
Gem to handle all CRUD user interface needs
Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.
devel/apipie-params-0.0.4 (Score: 6.4754924E-5)
DSL for describing data structures with json-schema bindings
DSL for Hash/JSON descriptions. Allows description of hash formats using Ruby code, generating a json-schema for it and validating values against it. It's based on the DSL of apipie-rails.
devel/blankslate-3.1.3 (Score: 6.4754924E-5)
Abstract base class with no predefined methods
rubygem-blankslate provides a base class where almost all of the methods from Object and Kernel have been removed. This is useful when providing proxy object and other classes that make heavy use of method_missing.
devel/blockenspiel-0.5.0 (Score: 6.4754924E-5)
Library designed to make it easy to implement DSL blocks in Ruby
Blockenspiel is a helper library designed to make it easy to implement DSL blocks. It is designed to be comprehensive and robust, supporting most common usage patterns, and working correctly in the presence of nested blocks and multithreading.
devel/colorize-0.7.7 (Score: 6.4754924E-5)
Ruby String class extension
colorize is a Ruby String class extension which adds methods to set text color, background color and, text effects on ruby console and command line output, using ANSI escape sequences.
devel/deep_test-1.2.2 (Score: 6.4754924E-5)
Enable tests to run in parallel using multiple processes
DeepTest enables tests to run in parallel using multiple processes. Processes may spawned locally to take advantage of multiple processors on a single machine or distributed across many machines to take advantage of distributed processing.
devel/deprecated-3.0.1 (Score: 6.4754924E-5)
Library intended to aid developers working with deprecated code
rubygem-deprecated is a small library intended to aid developers working with deprecated code. The idea comes from the 'D' programming language, where developers can mark certain code as deprecated, and then allow/disallow the ability to execute deprecated code.
devel/ditz-0.5 (Score: 6.4754924E-5)
Simple lightweight distributed issue tracker
Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like git, darcs, Mercurial, and Bazaar. It can also be used with centralized systems like SVN.
devel/eventmachine-1.2.0.1 (Score: 6.4754924E-5)
Fast, simple event-processing library for Ruby programs
EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required.
devel/fattr-2.3.0 (Score: 6.4754924E-5)
Fatter Attr for Ruby
fattr.rb is a "fatter attr" for ruby. fattr.rb supercedes attributes.rb as that library, even though it added only one method to the global namespace, collided too frequently with user code in particular rails' code.