有人知道 Rails3 中用于私人消息的 gem/插件吗?

发布于 2024-10-10 03:26:28 字数 247 浏览 0 评论 0原文

有人知道 Rails3 的 gem 或插件允许在站点用户之间发送私人消息吗?我正在使用 Devise 进行身份验证。

我偶然发现了 simple-private-messages,这是一种可能性,但仅此而已它(我发现的其他插件/宝石非常过时)。有谁知道有的话吗?

谢谢!

Does anybody know of a gem or plugin for Rails3 that allows for sending Private Messages between users of a site? I'm using Devise for my authentication.

I've stumbled upon simple-private-messages, which is one possibility, but that's about it (other plugins/gems that I found are very outdated). Does anybody know if any?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倾城月光淡如水﹏ 2024-10-17 03:26:28

有一些,例如acts_as_messageable 和has_messages。

如果你真的想使用一个插件,acts_as_messageable 就很棒,如果它能满足你的要求,但如果你自己编写一个插件,可能会更好 - 听起来你想要一个非常具体的解决方案,可能没有一个插件可以实现完全适合。

There are a few out there, such as acts_as_messageable and has_messages.

If you really want to use a plugin, acts_as_messageable is great if it does what you want, but chances are it would better if you wrote one yourself - it sounds like you want quite a specific solution that probably doesn't have a plugin that would fit exactly in.

浮云落日 2024-10-17 03:26:28

我们正在自己寻找解决方案。最有前途和最新颖的是邮箱程序宝石。非常活跃的开发,良好的文档..

https://github.com/ging/mailboxer

如果我们决定为了使用它,我会回来写更多关于它的内容。

以及更多相关信息:任何人都知道良好的私人Rails 3.2 的消息宝石?

We are searching for a solution ourselves.. most promising and new is the mailboxer gem. Very active development, good documentation ..

https://github.com/ging/mailboxer

if we decide to use it, i will come back to write more about it.

and more about it here as well: Anyone knows good private message gem for rails 3.2?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文