File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.20.0 (2012-02-17)
2+
3+ * Fixed demos for ruby 1.9 (@BMorearty , #445 )
4+ * Fixed ` #requeue ` tests (@hone , #500 )
5+ * Web UI: optional trailing slashes of URLs (@elisehuard , #449 )
6+ * Allow * to appear anywhere in queue list (@tapajos , #405 , #407 )
7+ * Wait for child with specific PID (@jacobkg )
8+ * #decode raise takes a string when re-raising as a different exception class (Trevor Hart)
9+ * Use Sinatra's ` pubilc_folder ` if it exists (@defunkt , #420 , #421 )
10+ * Assign the job's worker before calling ` before_fork ` (@quirkey )
11+ * Fix Resque::Helpers#constantize to work correctly on 1.9.2 (@rtlong )
12+ * Added before & after hooks for dequeue (@humancopy , #398 )
13+ * daemonize support using ` ENV["BACKGROUND"] ` (@chrisleishman )
14+ * requeue and remove failed jobs by queue name (@evanwhalen )
15+ * ` -r ` flag for resque-web for redis connection (@gjastrab )
16+ * Added ` Resque.enqueue_to ` : allows you to specif the queue and still run hooks (@dan-g )
17+ * Web UI: Set the default encoding to UTF-8 (@elubow )
18+ * fix finding worker pids on JRuby (John Andrews + Andrew Grieser)
19+ * Added distributed redis support (@stipple )
20+ * Added better failure hooks (@raykrueger )
21+ * Added before & after dequeue hooks (@humancopy )
22+
123## 1.19.0 (2011-09-01)
224
325* Added Airbrake (formerly Hoptoad) support.
Original file line number Diff line number Diff line change 11module Resque
2- Version = VERSION = '1.19 .0'
2+ Version = VERSION = '1.20 .0'
33end
You can’t perform that action at this time.
0 commit comments