README.md in resque-cleaner-0.2.12 vs README.md in resque-cleaner-0.3.0
- old
+ new
@@ -25,11 +25,11 @@
Resque-Web integration
----------------------

-
+
Configuration
-------------
@@ -113,9 +113,16 @@
2009/03/13: 3
2009/11/13: 7
2010/08/13: 11
total: 22
=> {'2009/03/10' => 3, ...}
+```
+
+A convenience helper for searching for failed jobs which satisfy a
+regular expression:
+
+```ruby
+cleaner.select_by_regex(/Jason/) # => all failed jobs that have "Jason" in them
```
**Retry(Requeue) Jobs**
You can retry all failed jobs with this method.