Ports Search

Results 5,2115,220 of 5,623 for /devel/.(0.004 seconds)
devel/powerpack-0.1.1 (Score: 0.032514982)
Extensions to core Ruby classes
Powerpack offers some useful extensions to the standard Ruby classes. Comparable to ActiveSupport, but less ambitious and more modular.
devel/pry-0.10.3 (Score: 0.032514982)
IRB alternative and runtime developer console
pry is an IRB alternative and runtime developer console. Git repository: https://github.com/pry/pry
devel/pqueue-2.1.0 (Score: 0.032514982)
Priority queue class for Ruby
A priority queue is like a standard queue, except that each inserted elements is given a certain priority, based on the result of the comparison block given at instantiation time. Retrieving an element from the queue will always return the one with the highest priority.
devel/progressbar-0.12.0 (Score: 0.032514982)
Ruby/ProgressBar is a text progress bar library for Ruby
Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate progress with percentage, a progress bar, and estimated remaining time.
devel/protected_attributes-1.1.3 (Score: 0.032514982)
Protect attributes from mass assignment
Protect attributes from mass-assignment in Active Record models. This plugin adds the class methods attr_accessible and attr_protected to your models to be able to declare white or black lists of attributes. Note: This plugin will be officially supported until the release of Rails 5.0.
devel/xlocale-208080 (Score: 0.032514982)
Minimal xlocale implementation
Minimal xlocale implementation for Solaris. This implements the subset of the xlocale APIs that libc++ depends on.
devel/xmake-1.06 (Score: 0.032514982)
Powerful make utility
XMake is a make utility. It is not compatible with other makes, but provides extended functionality over most standard makes. Whereas most other makes have confusing rulesets and do not support many-to-many dependency specifications, XMake has relatively few (basically no) rulesets and allows you to easily specify many:many dependencies. This gives XMake the flexibility to deal with complex project hierarchies very simply.
devel/prototype-rails-3.2.1 (Score: 0.032514982)
Provides Prototype, Scriptaculous, and RJS for Rails
prototype-rails provides Prototype, Scriptaculous, and RJS for Rails 3.1
devel/pry-rails-0.3.4 (Score: 0.032514982)
Use Pry as your rails console
Use Pry as your rails console
devel/pry-remote-em-0.7.5 (Score: 0.032514982)
Connect to Pry remotely using EventMachine
PryRemoteEm enables you to start instances of Pry in a running EventMachine program and connect to those Pry instances over a network or the Internet. Once connected you can interact with the internal state of the program. It's based off of Mon-Ouie's pry-remote for DRb. It adds user authentication and SSL support along with tab-completion and paging. It's compatble with MRI 1.9, or any other VM with support for Fibers and EventMachine.