Sha256: b20f5431b3f5c2be0ec4cc7e3e3dc1d40e314bd9da8cedcb9428ea8003857a5b

Contents?: true

Size: 634 Bytes

Versions: 1

Compression:

Stored size: 634 Bytes

Contents

Using Exception Notification with Sinatra
=========================================

Quick start
-----------

```
git clone git@github.com:bogdanRada/asana_exception_notifier.git
cd exception_notification/examples/sinatra
bundle install
bundle exec foreman start
```

The last command starts the sinatra app itself. Thus, visit [http://localhost:1080/](http://localhost:1080/) to check the asana notification is sent and, in a separated tab, visit [Asana.com](http://asana.com) and cause some errors. For more info, use the [source](https://github.com/bogdanRada/asana_exception_notifier/blob/master/examples/sinatra/sinatra_app.rb).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asana_exception_notifier-0.0.1 examples/sinatra/README.md