Ruby on Rails Saturday, February 22, 2014

I'm fairly new to Rails and I'm building an app which has users, pages
and groups. I want users to be able to message the pages, and for the
admins of pages to be able to reply as the page, as is done on Facebook.
I'm not really sure how to go about this in Rails though. Does anybody
know how this is done on Facebook?

Would the user session be destroyed and another session created for the
page, through an admin column? I appreciate that using a gem such as
Mailboxer could resolve messaging a non-user object, but am unsure how
that would be implemented.

Any help would be greatly appreciated.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/847b4e08a8aa4f3152edc2a7b84bc7de%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment