Skip to content

Commit 34decff

Browse files
authored
Drop sidekiq (#411)
* Drop sidekiq * Drop other references to sidekiq
1 parent 375d57b commit 34decff

File tree

4 files changed

+0
-135
lines changed

4 files changed

+0
-135
lines changed

SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
- [Send Emails](ruby_on_rails/send_emails.md)
4444
- [Sparkpost & Mailtrap](sparkpost_and_mailtrap.md)
4545
- [Devise](ruby_on_rails/devise.md)
46-
- [Sidekiq](ruby_on_rails/sidekiq.md)
4746
- [Cucumber](ruby_on_rails/cucumber.md)
4847
- [Amazon S3 and Cloudfront](ruby_on_rails/aws.md)
4948
- [Bootstrap](ruby_on_rails/bootstrap.md)

ruby_on_rails/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ useful services:
6060
1. [Send emails](send_emails.md)
6161
1. [Sparkpost & Mailtrap](../sparkpost_and_mailtrap.md)
6262
1. [Devise](devise.md)
63-
1. [Sidekiq](sidekiq.md)
6463
1. [Cucumber](cucumber.md)
6564
1. [Amazon S3 and Cloudfront](aws.md)
6665
1. awesome_print `gem 'awesome_print'`

ruby_on_rails/sentry.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ The different environments will be automatically detected, and you can monitor a
3030
group :production do
3131
gem "sentry-rails"
3232
gem "sentry-ruby"
33-
gem "sentry-sidekiq" # If the project uses Sidekiq for background jobs
3433
end
3534
```
3635

ruby_on_rails/sidekiq.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)