Ports Search

Results 5,2315,240 of 5,623 for /devel/.(0.003 seconds)
devel/rainbow-2.1.0 (Score: 0.032514982)
Extends ruby String class enabling coloring text on ANSI terminals
Rainbow extends ruby String class adding methods to wrap the string with ANSI escape codes. Rainbow adds following methods to String class: * foreground(color) (with color and colour aliases) * background(color) * reset * bright * italic (not well supported by terminal emulators). * underline * blink * inverse * hide.
devel/rails-observers-0.1.2 (Score: 0.032514982)
Observer classes for Rails
Rails observer (removed from core in Rails 4.0)
devel/rake-compiler-0.9.9 (Score: 0.032514982)
Build and package Ruby extensions (C, Java) using Rake
Provide a standard and simplified way to build and package Ruby extensions (C, Java) using Rake as glue.
devel/rake-11.1.2 (Score: 0.032514982)
Ruby Make
Rake is a Ruby make-like utility using standard Ruby syntax for the build specification file. It has the following features: - Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) - Users can specify tasks with prerequisites. - Rake supports rule patterns to synthesize implicit tasks. - Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.
devel/ransack-1.7.0 (Score: 0.032514982)
Successor to the MetaSearch gem
Ransack is a rewrite of MetaSearch created by Ernie Miller and maintained by Ryan Bigg, Jon Atack and a great group of contributors. While it supports many of the same features as MetaSearch, its underlying implementation differs greatly from MetaSearch, and backwards compatibility is not a design goal. Ransack enables the creation of both simple and advanced search forms for your Ruby on Rails application (demo source code here). If you're looking for something that simplifies query generation at the model or controller layer, you're probably not looking for Ransack (or MetaSearch, for that matter). Try Squeel instead.
devel/rapt-0.2.2 (Score: 0.032514982)
Rails Plugin Tool
RaPT (Rails Plugin Tool) is a faster, updated replacement for the ./script/plugin tool that ships with Ruby on Rails.
devel/rash-0.4.0 (Score: 0.032514982)
Simple extension to Hashie::Mash for rubyfied keys
Rash is an extension to Hashie Rash subclasses Hashie::Mash to convert all keys in the hash to underscore. The purpose of this is when working w/ Java (or any other apis) that return hashes (including nested) that have camelCased keys You will now be able to access those keys through underscored key names (camelCase still available).
devel/rb-fsevent-0.9.7 (Score: 0.032514982)
FSEvents API with Signals catching (without RubyCocoa)
FSEvents API with Signals catching (without RubyCocoa).
devel/rb-inotify-0.9.7 (Score: 0.032514982)
Ruby wrapper for libinotify, using ffi
rubygem-rb-inotify is a ruby wrapper for libinotify, using ffi.
devel/rb-kqueue-0.2.4 (Score: 0.032514982)
Ruby wrapper for BSD kqueue, using FFI
This is a simple wrapper over the kqueue BSD event notification interface (supported on FreeBSD, NetBSD, OpenBSD, and Darwin). It uses the FFI gem to avoid having to compile a C extension.