{% load url from future %} {% load i18n %} {% load sentry_helpers %}
{% github_button 'getsentry' 'raven-ruby' %}

{% blocktrans with 'https://github.com/getsentry/raven-ruby' as link %}Start by installing raven-ruby:{% endblocktrans %}

gem install sentry-raven

{% trans "Or add it to your Gemfile:" %}

gem "sentry-raven", :git => "https://github.com/getsentry/raven-ruby.git"
{% block inner %} {% endblock %}

{% blocktrans with 'https://github.com/getsentry/raven-ruby' as link %}For more information on other uses of Raven with Ruby, please see the official documentation for raven-ruby.{% endblocktrans %}