| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-18 | Removed references and support for beanstalkd. | Steve Kemp | |
| The beanstalkd queue used to be used in the past, and we later added support for Redis via a simple abstraction layer. But now we've no longer tested and used beanstalkd for over a year, and the client-libraries are no longer available as native Debian packages. With that in mind we've excised the code, although left the abstraction-class in-place. | |||
| 2015-03-09 | Removed spaces inside parenthesis. | Steve Kemp | |
| 2015-03-09 | Prefer single-quotes when you don't need interpolation. | Steve Kemp | |
| So "foo" is less good than 'foo'. | |||
| 2015-02-05 | Test that "flush!" is defined as a method. | Steve Kemp | |
| 2015-01-29 | Added simple test cases | Steve Kemp | |
