fesplugas / errors_notifier
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Francesc Esplugas (author)
Tue Apr 21 06:29:43 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
app/ | ||
| |
lib/ | ||
| |
test/ |
README.rdoc
Errors Notifier
Yet another errors notifier for Rails applications.
Configure
Create an initializer with the following configuration details:
##
# config/initializers/errors_notifier.rb
#
ErrorsNotifier.configure do |config|
config.application = 'APP1'
config.from = 'error@example.com'
config.to = 'error@example.com'
end
SMS Gateways to receive errors
I recommend totext.net to deliver emails to SMS. Price starts at 0.10 GBP per SMS.
Copyright © 2009 Francesc Esplugas, released under the MIT license

