mailboxer 0.15.1
A Rails engine that allows any model to act as messageable, adding the ability to exchange messages with any other messageable model, even different ones. It supports the use of conversations with two or more recipients to organize the messages. You have a complete use of a mailbox object for each messageable model that manages an inbox, sentbox and trash for conversations. It also supports sending notifications to messageable models, intended to be used as system notifications.
Gemfile:
=
install:
=
Runtime Dependencies (2):
carrierwave
>= 0.5.8
rails
>= 5.0.0
Development Dependencies (9):
appraisal
~> 1.0.0
capybara
>= 0.3.9
factory_girl
~> 2.6.0
forgery
>= 0.3.6
rspec-collection_matchers
~> 1.1
rspec-its
~> 1.1
rspec-rails
~> 3.0
shoulda-matchers
~> 2
sqlite3
>= 0