Sha256: 4bac24c17c07d4291c11c921ff5d794ade739dbdeaa10aba7d6d97088280a086

Contents?: true

Size: 751 Bytes

Versions: 4

Compression:

Stored size: 751 Bytes

Contents

=== Configuration

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

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

(Please note that this configuration should be in a global configuration, and
is *not* environment-specific. ProjectlockerErrata is smart enough to know what errors are
caused by what environments, so your staging errors don't get mixed in with
your production errors.)

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

  rake projectlocker_errata:test

If everything is configured properly, that task will send a notice to ProjectlockerErrata 
which will be visible immediately.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
projectlocker_errata-0.1.1 INSTALL
projectlocker_errata-0.1.0 INSTALL
projectlocker_errata-0.0.2 INSTALL
projectlocker_errata-0.0.1 INSTALL