fesplugas / errors_notifier

This URL has Read+Write access

name age message
file MIT-LICENSE Loading commit data...
file README.rdoc
file Rakefile
directory app/
directory lib/
directory 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