This uses a plugin called simple_private_messages. Here is the url
where it is maintained:
http://github.com/professionalnerd/simple-private-messages
I have completed the TODOs I referenced in my previous message.
The plugin only supports messages with single recipients, so I added
the multi-recipient support by adding logic to the controller. The
"right" way to do it (IMHO) would be to patch the plugin to support
multiple recipients in the model, but doing it in the controller was
fast 'n' easy and it works quite well so I think it is ok.
I wrote functional tests because the plugin comes with unit tests. I
need some help here as I am unfamiliar with how to run tests in a
plugin that is embedded inside the community_engine plugin.
Do those tests get run automatically when I run the community_engine
tests? What do I have to do?
Once I know the answer I can commit my changes and send a pull request
to Bruno.
Help!
On Jun 25, 8:06 am, Levi Rosol <
levi.ro...@gmail.com> wrote:
> sounds like some pretty sweet functionality. I know i'll put it to use in my
> app.
>
> Are you using an existing gem for this or are you building it from scratch?
>
> --
> Levi Rosol
> Twitter: @LeviRosol
>