cellular
cellular copied to clipboard
Sending and receiving SMSs with Ruby through pluggable backends.
3.0.0
- [ ] Remove unneeded dependencies (e.g. having savon when only using the Twilio backend). - [x] Better integration with ActiveJob. Right now it tries to load Sidekiq even when...
By default, the Sidekiq job uses the `cellular` queue which mean you have to add it to your Sidekiq configuration, like: ``` $ sidekiq -q default -q cellular ``` or...
Is this expected? https://github.com/hyperoslo/cellular/blob/master/lib/cellular/backends/twilio.rb#L23