Sha256: 272df5b274b62cb5b74725e37addc624f04bc5d4c2214c6fc2724b7438015231
Contents?: true
Size: 665 Bytes
Versions: 2
Compression:
Stored size: 665 Bytes
Contents
=== Configuration You should have something like this in config/initializers/pulse.rb. Pulse.configure do |config| config.api_key = '1234567890abcdef' end (Please note that this configuration should be in a global configuration, and is *not* environment-specific. Pulse 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 Pulse is working in your production environment by using this rake task (from RAILS_ROOT): rake pulse:test If everything is configured properly, that task will send a notice to Pulse which will be visible immediately.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
projectlocker_pulse-1.0.0 | INSTALL |
projectlocker_pulse-0.2.1 | INSTALL |