Plugins - acts_as_messageable

StarAdd to favorites

acts_as_messageable

private messaging plugin for rails. see here.

installation:

script/plugin install http://actsasmessageable.googlecode.com/svn/tags/acts_as_messageable-1.0.1
script/generate messageable
rake db:migrate

 

usage:

add 'acts_as_messageable' to your user model

license:

MIT License

author:

phil sergi

Phil Sergi

http://code.google.com/p/actsasmessageable/

http://actsasmessageable.googlecode.com/svn/tags/acts_as_messageable-1.0.1

Rails' (MIT)

  • Currently 4.4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Model

Tags

Comments

Add a comment
Nirvana 28 Jul 2008

Great job man but I got problem in pagination. Will you let me know how to do it in it.

Peter K 10 Nov 2007

Super cool. Still, I don't quite understand the difference between Mail and Message objects and how I can get Messages directly out of the Mail object without doing one of these:

user.mailbox[:inbox].mail.each do |mail|
  @messages << Message.find(mail.message_id)
 end

Anybody tried this yet?

thanks, Peter

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?