Giter Club home page Giter Club logo

Comments (5)

joshuap avatar joshuap commented on June 25, 2024

Hi Ray,

The rake tasks are only meant to be used with Rails, so that's no surprise. Does the Airbrake test task run in your Sinatra app?

Besides the rake tasks, Honeybadger is compatible with any Rack app, including Sinatra. Here's an example project I made a while back:

https://github.com/honeybadger-io/honeybadger-sinatra-example

-Josh

from honeybadger-ruby.

raykrueger avatar raykrueger commented on June 25, 2024

I needed the Rake tasks for the Capistrano deploy notification to work. I ended up writing my own capistrano task to do the notification without Rake.

Why do the Rake tasks require Rails? Seems to me that the deploy and test actions could easily be implemented without needing Rails involved.

from honeybadger-ruby.

joshuap avatar joshuap commented on June 25, 2024

Ah, wait. Have you tried loading honeybadger/shared_tasks? That contains the deploy related tasks, and they should be Rails-independent. You may need to set ENV['API_KEY'] to your Honeybadger API key before executing the Capistrano task, however. I'll add a todo to improve this.

from honeybadger-ruby.

raykrueger avatar raykrueger commented on June 25, 2024

NOPE! heh Honestly I was on the train and ran out of time to dig any deeper. I was following the capistrano instructions there.

My custom capistrano notification works, I should switch it to use the honeybadger_tasks module though.

Also, Honeybadger is awesome so far. Signed up this morning and deployed a little later. We were gonna run Airbrake and Honeybadger side by side for a bit, but I think we'll rip out Airbrake this afternoon.

from honeybadger-ruby.

joshuap avatar joshuap commented on June 25, 2024

Awesome! Glad you are enjoying it, we work really hard on it. Honestly I haven't visited the shared tasks outside of Rails in sometime - it's now on my todo list. One of our goals for v2 of the gem is to make it more framework independent - we recently removed an ActiveSupport dependency to that end.

Also, here is a blog post I wrote about creating your own capistrano task without rake, in case you want something similar to what the rake task does: https://www.honeybadger.io/blog/2012/10/06/honeybadger-and-capistrano

Feel free to email us at [email protected] if you have any more suggestions - we love to hear from customers. :)

from honeybadger-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.