21 Mar, 2013
2 commits
-
Notice API: properly transform <var> tags
-
<var> tags with blank values were ending up completely wrong in the resulting hash. This: (a user with a blank name) <var key="user"> <var key="id">123</var> <var key="name"/> </var> Gets parsed by hoptoad_notifier into this: { 'key' => 'user', 'var' => [{ 'key' => 'id', '__content__' => '123' },{ 'key' => 'name' }] } Which when passed through the "rekey" method, ended up like this: { 'user' => { 'id' => '123', 'key' => 'name' # bad and wrong } } Now, after these changes, it correctly comes through as: { 'user' => { 'id' => '123', 'name' => nil # much better! } }
19 Mar, 2013
1 commit
13 Mar, 2013
1 commit
12 Mar, 2013
1 commit
08 Mar, 2013
3 commits
-
Github Login: allow setting to blank
-
Previously, creating a user without a github login would result in user.github_login == '' instead of nil. This prevented creating more than one user without a github login because of the unique index on the field.
-
It's pretty useful when visually scanning the messages in my inbox to see the count in the subject instead of having to open the email. The relative importance of an email roughly scales with similar_count, so it's a fairly important piece of info.
06 Mar, 2013
2 commits
05 Mar, 2013
4 commits
14 Feb, 2013
2 commits
12 Feb, 2013
3 commits
08 Feb, 2013
1 commit
-
Support for multiple XMPP clients and ability to send to a room and user
07 Feb, 2013
2 commits
31 Jan, 2013
4 commits
28 Jan, 2013
3 commits
-
update airbrake api to 2.4
26 Jan, 2013
3 commits
23 Jan, 2013
1 commit
-
Move destroy application link from show page to edit page
21 Jan, 2013
1 commit
11 Jan, 2013
2 commits
-
It was very easy to destroy the application instead of deleting errors Also add a related test on the confirmation
10 Jan, 2013
1 commit
-
The message of the notice can be very long and mailservers will reject emails containing such long subjects. By truncating the message after 50 characters in the subject we avoid these kind of problems.
08 Jan, 2013
1 commit
27 Dec, 2012
1 commit
26 Dec, 2012
1 commit