mailcatcher/lib/mail_catcher
Jordan Eldredge de8a4735a7 Ensure messages are shown in the order they were recieved
If two messages were received within the same second, they may be sorted by the order they were received. Using `id` as a tie breaker should give a more consistent result.

I noticed this issue when writing tests for my Codeception testing framework Mailcatcher module: https://github.com/captbaritone/codeception-mailcatcher-module/issues/13 

**Note:** I have not tested this change, but I think it should be correct.
2014-12-31 08:34:58 -08:00
..
web Fix some load order issues 2014-06-05 21:19:31 +10:00
events.rb My style has evolved 2014-03-17 16:31:05 +11:00
mail.rb Ensure messages are shown in the order they were recieved 2014-12-31 08:34:58 -08:00
smtp.rb My style has evolved 2014-03-17 16:31:05 +11:00
version.rb Bump version 2014-03-21 14:45:07 +11:00
web.rb Switch to sprockets for assets 2014-03-17 19:06:32 +11:00