cellular
cellular copied to clipboard
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 it uses ActiveJob as an interface.
- [ ] Better test helper.
- [ ] Check what backends should we support.
- [ ] #26 Don't mutate given options hash.
- [ ] #28 Be able to configure default queue name.
- [ ] #2 Check if SMS was delivered
- [x] Add support for Ruby 2.4 - Currently there are some failing tests.
- [x] Add support for Rails 5.0+
- [ ] Remove Rails dependency. It should be possible to use it outside Rails.
@timkurvers what do you think?
the point with #2 is also to have "error handling"
Example of Twilio adapter using net/http: https://gist.github.com/frodsan/5fefe36580b44de4689c67a8b889277a