Sha256: 7f07e947cbbc01d0544a558471bd5116ad72dc5a4d361361931d33e0c97eb7ae

Contents?: true

Size: 1.78 KB

Versions: 62

Compression:

Stored size: 1.78 KB

Contents

AppSignal agent
=================

This gem collects error and performance data from your Rails
applications and sends it to [AppSignal](https://appsignal.com)

[![Build Status](https://travis-ci.org/appsignal/appsignal.png?branch=master)](https://travis-ci.org/appsignal/appsignal)
[![Gem Version](https://badge.fury.io/rb/appsignal.svg)](http://badge.fury.io/rb/appsignal)
[![Code Climate](https://codeclimate.com/github/appsignal/appsignal.png)](https://codeclimate.com/github/appsignal/appsignal)

## Development

Run `rake install`, then run the spec suite with a specific Gemfile:

```
BUNDLE_GEMFILE=gemfiles/capistrano2.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/capistrano3.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/no_dependencies.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/padrino.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/rails-3.0.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/rails-3.1.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/rails-3.2.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/rails-4.0.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/rails-4.1.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/rails-4.2.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/sequel.gemfile bundle exec rspec
BUNDLE_GEMFILE=gemfiles/sinatra.gemfile bundle exec rspec
```

Or run `rake generate_bundle_and_spec_all` to generate a script that runs specs for all
Ruby versions and gem combinations we support.
You need Rvm or Rbenv to do this. Travis will run specs for these combinations as well.

## Branches and versions

The `master` branch corresponds to the current release of the gem. The
`develop` branch is used for development of features that will end up in
the next minor release. If you fix a bug open a pull request on `master`, if
it's a new feature on `develop`.

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
appsignal-1.2.0 README.md
appsignal-1.2.0.beta.1 README.md
appsignal-1.2.0.alpha.6 README.md
appsignal-1.2.0.alpha.5 README.md
appsignal-1.2.0.alpha.4 README.md
appsignal-1.1.9 README.md
appsignal-1.1.9.beta.2 README.md
appsignal-1.1.9.beta.1 README.md
appsignal-1.1.8 README.md
appsignal-1.2.0.alpha.3 README.md
appsignal-1.1.7 README.md
appsignal-1.2.0.alpha.2 README.md
appsignal-1.1.7.beta.2 README.md
appsignal-1.2.0.alpha.1 README.md
appsignal-1.1.7.beta.1 README.md
appsignal-1.1.6 README.md
appsignal-1.1.6.beta.1 README.md
appsignal-1.1.5 README.md
appsignal-1.1.5.beta.4 README.md
appsignal-1.1.5.beta.3 README.md