Commit 075edb2c authored by Francisco Juan's avatar Francisco Juan

add airbrake gem for tracking exceptions

parent 30357107
......@@ -10,6 +10,7 @@ gem "rdoc", ">= 2.4.2"
gem "fastercsv", "~> 1.5.0", :platforms => [:ruby_18, :jruby, :mingw_18]
gem 'newrelic_rpm'
gem "airbrake", :require => 'airbrake/rails'
group :test do
gem 'shoulda', '~> 2.10.3'
......
......@@ -11,6 +11,11 @@ GEM
activeresource (2.3.16)
activesupport (= 2.3.16)
activesupport (2.3.16)
airbrake (3.1.8)
activesupport
builder
json
builder (3.2.0)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
......@@ -72,6 +77,7 @@ DEPENDENCIES
activerecord-jdbcmysql-adapter
activerecord-jdbcpostgresql-adapter
activerecord-jdbcsqlite3-adapter
airbrake
capybara
coderay (~> 0.9.7)
edavis10-object_daddy
......
......@@ -8,3 +8,5 @@ require 'rake/testtask'
require 'rdoc/task'
require 'tasks/rails'
require 'airbrake/tasks'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment