cellular icon indicating copy to clipboard operation
cellular copied to clipboard

3.0.0

Open frodsan opened this issue 8 years ago • 3 comments

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

frodsan avatar May 18 '17 10:05 frodsan

@timkurvers what do you think?

frodsan avatar May 18 '17 10:05 frodsan

the point with #2 is also to have "error handling"

fespinoza avatar May 18 '17 10:05 fespinoza

Example of Twilio adapter using net/http: https://gist.github.com/frodsan/5fefe36580b44de4689c67a8b889277a

frodsan avatar Jun 09 '17 12:06 frodsan