Ports Search

Results 4,9614,970 of 5,623 for /devel/.(0.005 seconds)
devel/daemon_controller-1.2.0 (Score: 0.032514982)
Library for implementing daemon management capabilities
A library for implementing daemon management capabilities.
devel/daemons-1.2.3 (Score: 0.032514982)
Toolkit to convert your script to a controllable daemon
Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. If you want, you can also use daemons to run blocks of ruby code in a daemon process and to control these processes from the main application. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.
devel/debug_inspector-0.0.2 (Score: 0.032514982)
Ruby wrapper for the MRI 2.0 debug_inspector API
A Ruby wrapper for the MRI 2.0 debug_inspector API
devel/debugger-linecache-1.2.0 (Score: 0.032514982)
Ruby module for reading and caching lines
Linecache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times.
devel/debugger-xml-0.4.1 (Score: 0.032514982)
XML interface for rubygem-debugger
An XML interface which glues rubygem-debugger to IDEs like Eclipse (RDT) and NetBeans. Compatible with ruby-debug-ide.
devel/combine-0.9.2 (Score: 0.032514982)
Parser combinator library for Elixir
Parser combinator library for Elixir.
devel/deep_test-1.2.2 (Score: 0.032514982)
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/deface-1.0.2 (Score: 0.032514982)
Customize ERB, Haml and Slim views in a Rails application
Deface is a library that allows you to customize ERB, Haml and Slim views in a Rails application without editing the underlying view.
devel/default_value_for-3.0.1 (Score: 0.032514982)
Define default values for ActiveRecord models in a declarative manner
The default_value_for plugin allows one to define default values for ActiveRecord models in a declarative manner
devel/delayed_job-4.1.2 (Score: 0.032514982)
Asynchronously executing longer tasks in the background
Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks. This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job).