Ports Search

Results 5,3715,380 of 5,623 for /devel/.(0.006 seconds)
devel/unicode-0.4.4 (Score: 0.032514982)
Unicode string manipulation library for Ruby
Unicode string manipulation library for Ruby. This library is based on UTR #15 Unicode Normalization Forms[1]. [1] http://www.unicode.org/unicode/reports/tr15/
devel/uuid-2.3.8 (Score: 0.032514982)
UUID Generator for Ruby
Rubygem-uuid is a UUID generator for Ruby.
devel/uuidtools-2.1.5 (Score: 0.032514982)
Simple universally unique ID generation library
A simple universally unique ID generation library.
devel/validatable-1.6.7 (Score: 0.032514982)
Library for adding database/object validations
The validatable library can be included with any Ruby class and provide validations similar to ActiveRecord's. The library follows ActiveRecord's lead for features that are similar and introduces new features.
devel/versionomy-0.5.0 (Score: 0.032514982)
Generalized version number library for Ruby
Versionomy is a generalized version number library. It provides tools to represent, manipulate, parse, and compare version numbers in the wide variety of versioning schemes in use.
devel/virtus-1.0.5 (Score: 0.032514982)
Attributes on Steroids for Plain Old Ruby Objects
Attributes on Steroids for Plain Old Ruby Objects
devel/warbler-1.4.9 (Score: 0.032514982)
Constructor of .war files of Rails applications
Warbler is a gem to make a .war file out of a Rails project. The intent is to provide a minimal, flexible, ruby-like way to bundle up all of your application files for deployment to a Java application server. Warbler provides a sane set of out-of-the box defaults that should allow most Rails applications without external gem dependencies (aside from Rails itself) to assemble and Just Work. Warbler bundles JRuby and the JRuby-Rack servlet adapter for dispatching requests to your application inside the java application server, and assembles all jar files in WARBLER_HOME/lib/*.jar into your application. No external dependencies are downloaded.
devel/warden-1.2.6 (Score: 0.032514982)
Rack middleware that provides authentication for rack applications
Rack middleware that provides authentication for rack applications
devel/web-console-2.3.0 (Score: 0.032514982)
Debugging tool for your Ruby on Rails applications
A debugging tool for your Ruby on Rails applications.
devel/webby-0.9.4 (Score: 0.032514982)
Small website management system
Webby is a fantastic little website management system. It would be called a content management system if it were a bigger kid. But, it's just a runt with a special knack for transforming text. Webby works by combining the contents of a page with a layout to produce HTML. The layout contains everything common to all the pages HTML headers, navigation menu, footer, etc. and the page contains just the information for that page. You can use your favorite markup language to write your pages; Webby supports quite a few.