Sha256: 4f8063c71b8eee7e9e9dad88e771054e136d7adb96a0b683af70e4105d34830c
Contents?: true
Size: 534 Bytes
Versions: 35
Compression:
Stored size: 534 Bytes
Contents
= New Features * An error_mail plugin has been added for reporting exceptions raised via email. This is similar to the existing error_email plugin, but uses the mail library instead of net/smtp directly. If you are already using the mail library and the error_email plugin in your application, it's recommended to switch to the error_mail plugin. Example: plugin :error_mail, :to=>'to@example.com', :from=>'from@example.com' plugin :error_handler do |e| error_mail(e) 'Internal Server Error' end
Version data entries
35 entries across 35 versions & 1 rubygems