Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-09 | Do not terminate expressions with ";". | Steve Kemp | |
Ruby is not Perl, much as I sometimes wish it were. | |||
2015-03-09 | Do not use parentheses for method calls with no arguments. | Steve Kemp | |
This is neater. Flagged by rubocop | |||
2013-04-25 | Correct the body of emails on raise()/clear(). | Steve Kemp | |
Credit to reddit user knothead for spotting this bug. Fixes #4386. | |||
2012-11-24 | Implemented outgoing mail sending. | Steve Kemp | |
2012-11-24 | Show the email address we'd notify | Steve Kemp | |
2012-11-24 | Updated to document what it would do | Steve Kemp | |
2012-11-24 | Initial/stub implementation of a factory for generating alerting objects. | Steve Kemp | |