This project shows a sample Rails 4 app integrated with the prospector ruby client to provide analytics and insight into your project's dependencies.
The easiest way to test out the prospector service with a Rails app, is to deploy straight to Heroku and provision the addon. Be sure you've installed the Heroku Toolbelt and logged into the service before proceeding.
Heroku Dev Center Documentation for Prospector can be found here.
Once the addon is provisioned, you're able to login to the Heroku dashboard, view the resources for your project and use SSO (single sign on) to easily login to Prospector and view details about the application.
Clone this sample Rails app to your computer.
git clone https://github.com/madebylotus/prospector-sample-rails-app.git
cd prospector-sample-rails-app
Now create a random app on Heroku, and provision a PostgreSQL database.
heroku create
heroku addons:add heroku-postgresql:dev
Deploy the sample app to Heroku and setup the empty database.
git push heroku master
heroku run rake db:migrate
Provision the Prospector addon itself to set ENV variables and restart the app.
heroku addons:create prospector