From 683f4ace5db69d4249ce8d3e37a9af47ccf916d1 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 4 Oct 2010 11:04:05 -0300 Subject: [PATCH] Document delayed_job usage in development mode --- HACKING | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/HACKING b/HACKING index be3cc0d..c1465a0 100644 --- a/HACKING +++ b/HACKING @@ -61,3 +61,12 @@ The above command makes the server available at http://localhost:9999/ The sample-data data scripts creates one administrator user with login "ze" and password "test". + +Note that some operations, like generating image thumbnails, sending e-mails, +etc, are done in background in the context of a service independent from the +Rails application server. To have those tasks performed in a development +environment, you must run the delayed_job server like this: + + ./script/delayed_job run + +This will block your terminal. To stop the delayed_job server, hit Control-C. -- libgit2 0.21.2