Sha256: 658669e2a5e39c0d2d25a3987456f000d07250b6a59b191565f37e590dbf5235

Contents?: true

Size: 864 Bytes

Versions: 46

Compression:

Stored size: 864 Bytes

Contents

=== Configuration

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

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

(Please note that this configuration should be in a global configuration, and
is *not* environment-specific. Hoptoad 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 Hoptoad is working in your production environment by using 
this rake task (from RAILS_ROOT):

  rake hoptoad:test

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

NOTE FOR RAILS 1.2.* USERS:

You will need to copy the hoptoad_notifier_tasks.rake file into your
RAILS_ROOT/lib/tasks directory in order for the rake hoptoad:test task to work.

Version data entries

46 entries across 46 versions & 7 rubygems

Version Path
square-hoptoad_notifier-2.4.9 INSTALL
airbrake-3.0.4 INSTALL
airbrake-3.0.3 INSTALL
airbrake-3.0.2 INSTALL
airbrake-3.0.1 INSTALL
airbrake-3.0 INSTALL
airbrake-3.0.rc2 INSTALL
airbrake-3.0.rc1 INSTALL
hoptoad_notifier-2.4.11 INSTALL
hoptoad_notifier-2.4.10 INSTALL
hoptoad_notifier-2.4.9 INSTALL
square-hoptoad_notifier-2.4.8 INSTALL
hoptoad_notifier-2.4.8 INSTALL
hoptoad_notifier-2.4.7 INSTALL
hoptoad_notifier-2.4.6 INSTALL
hoptoad_notifier-2.4.5 INSTALL
hoptoad_notifier-2.4.4 INSTALL
hoptoad_notifier-2.4.2 INSTALL
hoptoad_notifier-2.4.1 INSTALL
hoptoad_notifier-2.4.0 INSTALL