cellular icon indicating copy to clipboard operation
cellular copied to clipboard

Sending and receiving SMSs with Ruby through pluggable backends.

Results 3 cellular issues
Sort by recently updated
recently updated
newest added

- [ ] 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