aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: e7b4fbd323bf8eb4a87170fdfa1f18578cacdfff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#Inboxes

Inboxes is a young messaging system for Rails app. It:

- provides 3 models for developers: Discussion, Message and Speaker
- read/unread discussions counter
- any user can be invited to discussion by the member of this discussion, so you can chat with unlimited number of users

#Requirements and recommendations

Inboxes requires Rails 3.x and [Devise](https://github.com/plataformatec/devise) for user identification (surely, messaging system is not possible without users).

We recommend you to use it with [Faye](https://github.com/jcoglan/faye), because it's really very useful with it.