Skip to content
adriancuadros edited this page Oct 10, 2012 · 1 revision

1. Install it

gem install 'innsights' 

2. Set it up

Set up your credentials

require 'insights'

Innsights.setup do
  credentials 'app' => application-subdomain, 
              'token' => application-token              
end

Specify the environment

Environment defaults to the current Rails or Rack environment.

Innsights.setup do
  environment 'development'
end

See Stand alone reports for details.

Clone this wiki locally