Sha256: 5b06b9d2585d6a63011e5aecc4be54da0eadc4ef0cc1515aa1a9f7f6a9974588

Contents?: true

Size: 1.79 KB

Versions: 11

Compression:

Stored size: 1.79 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-ruby.png?branch=master)](https://travis-ci.org/appsignal/appsignal-ruby)
[![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

11 entries across 11 versions & 1 rubygems

Version Path
appsignal-1.3.1 README.md
appsignal-1.3.0 README.md
appsignal-1.3.0.beta.3 README.md
appsignal-1.3.0.beta.2 README.md
appsignal-1.3.0.beta.1 README.md
appsignal-1.2.5 README.md
appsignal-1.2.4 README.md
appsignal-1.2.4.beta.4 README.md
appsignal-1.2.4.beta.3 README.md
appsignal-1.2.4.beta.2 README.md
appsignal-1.2.4.beta.1 README.md