Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/raven/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def rack_context(env)

# Injects various integrations
def inject
available_integrations = %w[delayed_job rails sidekiq rack rake]
available_integrations = %w[delayed_job railties sidekiq rack rake]
integrations_to_load = available_integrations & Gem.loaded_specs.keys
# TODO(dcramer): integrations should have some additional checks baked-in
# or we should break them out into their own repos. Specifically both the
Expand Down
1 change: 1 addition & 0 deletions lib/raven/integrations/railties.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'raven/integrations/rails'