MessageBird SMS engine for Rails application
gem "dovecote", :github => "tiramizoo/dovecote"
bundle install
rake dovecote:install:migrations
rake db:migrate
mount Dovecote::Engine => "/dovecote", as: :dovecote
create file config/initializers/dovevote.rb
Dovecote.access_key = "live_XXXXXXXXXXXXXXXX" # required, MessageBird access key
Dovecote.originator = "YOUR-APP" # optional, default: SMS
Dovecote.unicode = true # optional, default: false
Access key can be found in MessageBird.com -> Developers -> API access
http://you-app-host.com/dovecote/update_status