From 1b5479044fa018d6e35776281615f9be4edb38b9 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Sun, 8 Mar 2015 22:43:36 +0200 Subject: [PATCH] Add web ui screenshot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c1ed97..c3ed3c6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Crono is a time-based background job scheduler daemon (just like Cron) for Ruby Currently there is no such thing as Cron in Ruby for Rails. Well, there's [Whenever](https://github.com/javan/whenever) but it works on top of Unix Cron, so you have no total control of it from Ruby. Crono is pure Ruby. It doesn't use Unix Cron and other platform-dependent things. So you can use it on all platforms supported by Ruby. It persists job state to your database using Active Record. You have full control of jobs performing process. You have Ruby code, so you can understand and modify it to fit your needs. +![Web UI](https://github.com/plashchynski/crono/raw/master/examples/crono_web_ui.png) ## Requirements