This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
mailcatcher
Watch
1
Star
0
Fork
0
You've already forked mailcatcher
mirror of
https://github.com/moparisthebest/mailcatcher
synced
2024-11-01 07:55:05 -04:00
Code
Issues
Releases
Wiki
Activity
a6c8f680c4
mailcatcher
/
lib
/
mail_catcher
/
events.rb
6 lines
98 B
Ruby
Raw
Normal View
History
Unescape
Escape
Split into modules, updated style a little, switched to Jeweler, added EventMachine Channel and Skinny WebSockets for no-refresh mail notification, got rid of Sunshowers.
2010-10-27 15:12:26 -04:00
require
'eventmachine'
Little refactor to reduce nesting
2011-10-09 03:45:23 -04:00
module
MailCatcher::Events
MessageAdded
=
EventMachine
::
Channel
.
new
Use `extend self` instead of `module_function`
2012-07-25 00:00:31 -04:00
end
Reference in New Issue
Copy Permalink