Trending Projects for January 10, 2016
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
Predix CI runs your test suite simply and quickly in our managed
cloud environment. You can run tests by hand, or enable our hosted CI to watch
your git repos automatically.
Predix CI automatically and safely parallelizes your tests to save you time, and
takes care of setting up fresh isolated DB instances for each test thread.
Tests have access to a wide variety of databases (postgres, mong...
Workflow is a finite-state-machine-inspired API for modeling and
interacting with what we tend to refer to as 'workflow'.
* nice DSL to describe your states, events and transitions
* various hooks for single transitions, entering state etc.
* convenient access to the workflow specification: list states, possible events
for particular state
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.
You can also call blocks as daemons and control them from the parent or just
daemonize the current process.
Besides this basic functionality, daemons offers many advanced features like
exce...