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

Version Path
exception_notification-4.5.0 examples/sinatra/README.md
exception_notification-4.4.3 examples/sinatra/README.md
exception_notification-4.4.1 examples/sinatra/README.md
exception_notification-4.4.0 examples/sinatra/README.md
exception_notification-4.3.0 examples/sinatra/README.md
exception_notification-4.2.2 examples/sinatra/README.md
exception_notification-4.2.1 examples/sinatra/README.md
exception_notification-4.2.0 examples/sinatra/README.md
exception_notification-4.2.0.rc1 examples/sinatra/README.md
exception_notification_more_info-1.0.1 examples/sinatra/README.md
exception_notification_more_info-1.0.0 examples/sinatra/README.md
exception_notification-4.1.4 examples/sinatra/README.md
exception_notification-4.1.3 examples/sinatra/README.md
exception_notification-4.1.2 examples/sinatra/README.md
exception_notification-4.1.1 examples/sinatra/README.md
exception_notification-4.1.0 examples/sinatra/README.md
exception_notification-4.1.0.rc2 examples/sinatra/README.md
exception_notification-4.1.0.rc1 examples/sinatra/README.md
exception_notification-4.0.1 examples/sinatra/README.md
exception_notification-4.0.0 examples/sinatra/README.md