This document introduces RubyKaja, which recognizes contributors to the Ruby language and community. Each active Ruby community can select one person, called a Kaja, to honor. A list of Ruby communities and their 2014 Kaja selections is then presented, including individuals' names and GitHub usernames. The document concludes by mentioning RubyHiroba 2014 and looking ahead to RubyKaja in 2015.
This document discusses Padrino, a web framework built on Sinatra that aims to provide a structured and flexible structure. Padrino allows developers to choose different options for the ORM, testing framework, JavaScript library, template engine, and stylesheet to use. It has generators to quickly scaffold a project with the chosen options. The philosophy is to keep things simple to use and hack while giving developers freedom. Major features include being agnostic to different options, generators for scaffolding projects, mounting multiple apps, and an admin interface.
9. $ eye
Commands:
eye break MASK[,...]
eye check CONF
eye delete MASK[,...]
eye explain CONF
eye help [COMMAND]
eye history [MASK,...]
eye info [MASK]
eye load [CONF, ...]
eye match MASK[,...]
eye monitor MASK[,...]
eye oinfo
eye quit
eye restart MASK[,...]
eye signal SIG MASK[,...]
eye start MASK[,...]
eye status
eye stop MASK[,...]
eye trace [MASK]
eye unmonitor MASK[,...]
eye version
eye watch [MASK]
eye xinfo
# break chain executing
# check config file syntax
# delete app,group or process
# explain config tree
# Describe available commands or one specific command
# processes history
# processes info
# load config (start eye-daemon if not) (-f foreground start)
# match app,group or process
# monitor app,group or process
# onelined info
# eye-daemon quit
# restart app,group or process
# send signal to app,group or process
# start app,group or process
# processes info (deprecated)
# stop app,group or process
# tracing log(tail + grep) for app,group or process
# unmonitor app,group or process
# version
# interactive processes info
# eye-deamon info (-c show current config)