This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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








