From f975bb0e994d67a348476b1e547a4c5e17978235 Mon Sep 17 00:00:00 2001 From: Jamie Lawrence Date: Tue, 25 Aug 2015 17:04:09 +0100 Subject: [PATCH 1/2] Fixed 'Getting Started' link The Sidekiq no longer (?) contains the setup process. Instead this link should go directly to the Getting Started wiki page. Also, it's technically a 4-step process which sounds weird and more complicated than it actually is. Replaced '3-step' with 'setup' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1038d34..9d5094d0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Installation Getting Started ----------------- -See the [sidekiq home page](http://sidekiq.org) for the simple 3-step process. +See the [Getting Started wiki page](https://github.com/mperham/sidekiq/wiki/Getting-Started) and follow the simple setup process. You can watch [Railscast #366](http://railscasts.com/episodes/366-sidekiq) to see Sidekiq in action. If you do everything right, you should see this: ![Web UI](https://github.com/mperham/sidekiq/raw/master/examples/web-ui.png) From 64373e668ad17674404e41ddca0c4735cd6e5b08 Mon Sep 17 00:00:00 2001 From: Nick Ostrovsky Date: Mon, 31 Aug 2015 23:37:57 +0700 Subject: [PATCH 2/2] new banner --- lib/sidekiq/cli.rb | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/lib/sidekiq/cli.rb b/lib/sidekiq/cli.rb index 83c4ab08..4be46d3b 100644 --- a/lib/sidekiq/cli.rb +++ b/lib/sidekiq/cli.rb @@ -102,18 +102,20 @@ module Sidekiq end def self.banner -%q{ s - ss - sss sss ss - s sss s ssss sss ____ _ _ _ _ - s sssss ssss / ___|(_) __| | ___| | _(_) __ _ - s sss \___ \| |/ _` |/ _ \ |/ / |/ _` | - s sssss s ___) | | (_| | __/ <| | (_| | - ss s s |____/|_|\__,_|\___|_|\_\_|\__, | - s s s |_| - s s - sss - sss } +%q{ + m, + `$b + .ss, $$b .,d$ + `$$P,d$P' .,md$$P' ____ _ _ _ _ + ,$$$$$$bmmd$$$^' / ___|(_) __| | ___| | _(_) __ _ + ,d$$$$$$$$$$$P \___ \| |/ _` |/ _ \ |/ / |/ _` | + $s^' `"^$$$' ___) | | (_| | __/ <| | (_| | + $: ,$$P |____/|_|\__,_|\___|_|\_\_|\__, | + `b :$$ |_| + $$: + $$ + .d$$ +} end def handle_signal(sig)