The Exceptional Rails plugin will work alongside any other exception management solution. Though it would be a good idea to remove them if you decide to use Exceptional to ensure the best possible performance.
You will need an account at getexceptional.com
-
Install : From the root folder of your Rails application, run the following command to download and install it:
cd vendor/plugins &&\
git clone git://github.com/contrast/exceptional.git &&\ rm -rf exceptional/.git &&\ cd ../.. &&\ ruby vendor/plugins/exceptional/install.rb
-
Configure : This wil
exceptional.yml
config file in your RAILS_ROOT/config directory, you need to configure your API Key. Your API Key is available from your account area at getexceptional.com
rake -f vendor/plugins/exceptional/Rakefile exceptional::rails_install api_key=YOUR-API-KEY
-
Restart your application
-
Check RAILS_ROOT/log/exceptional.log to ensure the Exceptional plugin is successfully enabled