Re: [Rails] Logging / Email error notification

2014-01-21 Thread Prince Joseph
You could use exception_notification gem for this. Link here https://github.com/smartinez87/exception_notification On Tue, Jan 21, 2014 at 8:54 PM, Greg Akins wrote: > I'd like to implement something in my application where the last n lines > of the development log are included in an email when

[Rails] Logging / Email error notification

2014-01-21 Thread Greg Akins
I'd like to implement something in my application where the last n lines of the development log are included in an email when an error occurs. Right now the application triggers an email using an application controller method that has be inserted into a rescue block. Maybe I should just use "File