Sha256: 685012cdb013911705c14d0a4ba6c480c6fd8e20603d135c49e92caac9bca648
Contents?: true
Size: 1.47 KB
Versions: 2
Compression:
Stored size: 1.47 KB
Contents
## 1.3.1 (2010-01-11) * Vegas bugfix: Don't error without a config ## 1.3.0 (2010-01-11) * Use Vegas for resque-web * Web Bugfix: Show proper date/time value for failed_at on Failures * Web Bugfix: Make the / route more flexible * Add Resque::Server.tabs array (so plugins can add their own tabs) * Start using [Semantic Versioning](http://semver.org/) ## 1.2.4 (2009-12-15) * Web Bugfix: fix key links on stat page ## 1.2.3 (2009-12-15) * Bugfix: Fixed `rand` seeding in child processes. * Bugfix: Better JSON encoding/decoding without Yajl. * Bugfix: Avoid `ps` flag error on Linux * Add `PREFIX` observance to `rake` install tasks. ## 1.2.2 (2009-12-08) * Bugfix: Job equality was not properly implemented. ## 1.2.1 (2009-12-07) * Added `rake resque:workers` task for starting multiple workers. * 1.9.x compatibility * Bugfix: Yajl decoder doesn't care about valid UTF-8 * config.ru loads RESQUECONFIG if the ENV variable is set. * `resque-web` now sets RESQUECONFIG * Job objects know if they are equal. * Jobs can be re-queued using `Job#recreate` ## 1.2.0 (2009-11-25) * If USR1 is sent and no child is found, shutdown. * Raise when a job class does not respond to `perform`. * Added `Resque.remove_queue` for deleting a queue ## 1.1.0 (2009-11-04) * Bugfix: Broken ERB tag in failure UI * Bugfix: Save the worker's ID, not the worker itself, in the failure module * Redesigned the sinatra web interface * Added option to clear failed jobs ## 1.0.0 (2009-11-03) * First release.
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
resque-mongo-1.3.1 | HISTORY.md |
resque-1.3.1 | HISTORY.md |