0.0
No commit activity in last 3 years
No release in over 3 years
A light-weight messenging application for Rails 4.24!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10.6
>= 0

Runtime

 Project Readme

Rails Messenger

for Rails 4

About

Rails messenger provides you with light-weight messaging functionality between users of your rails application. It will create your messaging model, views, routes and controller for two users to exchange messages between each other.

Getting started

install the gem:

gem install rails-messenger

install in your rails app:

rails generate messaging:install

bin/rake db:migrate

You will now have 3 paths between two users

gets:

/message/:from_id

/messages

post:

/message/:to_id

notes: There must be a current_user logged in for messages to be exchanged