Sha256: e4bea08b74ab167b91d871b2d7e850f4f812dfe1b225b5a6d23cac0e2fb5d2ee

Contents?: true

Size: 381 Bytes

Versions: 5

Compression:

Stored size: 381 Bytes

Contents

=== Configuration

You should have something like this in config/initializers/zenbox.rb.

  Zenbox.configure do |config|
    config.api_key = '1234567890abcdef'
  end


You can test that Zenbox is working in your production environment by using
this rake task (from RAILS_ROOT):

  rake zenbox:test

If everything is configured properly, that task will send sample data to Zenbox.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zenbox-0.0.8 INSTALL
zenbox-0.0.7 INSTALL
zenbox-0.0.6 INSTALL
zenbox-0.0.5 INSTALL
zenbox-0.0.4 INSTALL