Sha256: 9c8ea4e00d3f192cb30a6df4b6848e15d22060b15a9fb2b44caa92a65718567b
Contents?: true
Size: 631 Bytes
Versions: 21
Compression:
Stored size: 631 Bytes
Contents
# Using Exception Notification with Sinatra ## Quick start git clone git@github.com:smartinez87/exception_notification.git cd exception_notification/examples/sinatra bundle install bundle exec foreman start The last command starts two services, a smtp server and the sinatra app itself. Thus, visit [http://localhost:1080/](http://localhost:1080/) to check the emails sent and, in a separated tab, visit [http://localhost:3000](http://localhost:3000) and cause some errors. For more info, use the [source](https://github.com/smartinez87/exception_notification/blob/master/examples/sinatra/sinatra_app.rb) Luke.
Version data entries
21 entries across 21 versions & 2 rubygems