Sha256: 7c197d80911e6b75b807213af36286a7bd099a2845c4db305b16f333af6277e0
Contents?: true
Size: 638 Bytes
Versions: 34
Compression:
Stored size: 638 Bytes
Contents
Using Exception Notification with Sinatra ========================================= Quick start ----------- ``` git clone git@github.com:bogdanRada/asana_exception_notifier.git cd asana_exception_notifier/examples/sinatra bundle install bundle exec foreman start ``` The last command starts the sinatra app itself. Thus, visit [http://localhost:3000/](http://localhost:3000/) to run the application, and check the asana notification is sent in a separated tab by visiting [Asana.com](http://asana.com) For more info, use the [source](https://github.com/bogdanRada/asana_exception_notifier/blob/master/examples/sinatra/sinatra_app.rb).
Version data entries
34 entries across 34 versions & 1 rubygems