Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 384 Bytes

README.textile

File metadata and controls

19 lines (12 loc) · 384 Bytes

About

This is a quick-and-dirty app thrown together with Sinatra and ActiveRecord to view / edit a SQLite3 Gearman job queue.

Requirements

  • Ruby >= 1.8
  • Sinatra
    • sinatra/reloader
    • sinatra/static_assets
  • ActiveRecord
  • less
  • haml

To run

Simply edit manager.rb and point it at your GM SQLite3 DB, and then run manager.rb. Sinatra will take care of the rest!