Questions tagged [mailboxer]

mailboxer is a gem for private message system.

This project is based on the need for a private message system for ging / social_stream. Instead of creating our core message system heavily dependent on our development, we are trying to implement a generic and potent messaging gem.

159 questions
0
votes
1 answer

Why can't I get the Rails Mailboxer gem working?

I am using the mailboxes gem in rails 4. I am trying to make it so that when A user goes to another user's profile, they click on a button on that profile that sends the second user a message. For example, A goes to B's profile and clicks the…
Philip7899
  • 4,599
  • 4
  • 55
  • 114
0
votes
1 answer

mailboxer mark message as read

Using the rails gem mailboxer I have just started using it but I see that the SocialStream code base is quite heavy and doesnt provide a simple overview I'd like to know how to properly work with notifications, so that if a message is sent, the…
user1320651
  • 808
  • 2
  • 15
  • 42
0
votes
1 answer

Mailboxer stripping inline css when saving to database

I'm using tinymce which applies inline css for text colour etc. My issue is, if I apply colour change to some text tinymce produces the following:

asdf

When I save this reply: reply =…
Mark Kenny
  • 1,598
  • 2
  • 17
  • 30
-1
votes
1 answer

How to implement 'search function' for Mailboxer' Gem in Rails

Now I'm using a gem called 'mailboxer' for messaging system.https://github.com/ging/mailboxer I'd like to implement 'keyword search function' , with that I should be able to search conversations and messages of my mailbox, either it should be from…
Anand
  • 6,457
  • 3
  • 12
  • 26
-1
votes
1 answer

Rails 3: Displaying conversation list and selected conversation on the same page (using Mailboxer)

Framework: Rails 3/ Jruby with Mailboxer gem. I want to create a Facebook style inbox page that allows a user to scroll through their Inbox, Sent Items and Trash, whilst keeping the selected conversation displayed on the right hand side of the page…
JayJay
  • 746
  • 1
  • 9
  • 21
-1
votes
1 answer

Mailboxer - get nth last messages

I am using Mailboxer on my Rails app, and don't want to get all messages in an conversation at once. How can I only get the last N messages in an conversation?
tobben24
  • 1
  • 1
-1
votes
2 answers

Rails Mailboxer add column

I'd like to add a column to the Mailboxer migration, but have no idea how to do that. Simply generating the migration and migrating is not enough. Anyone with similar experience? Cheers!
figdig
  • 307
  • 2
  • 13
-1
votes
1 answer

Mailboxer with rails 4 (undefined local variable or method `root_url')

Update The error was that rails cant find the root_url Visit <%= link_to root_url, root_url %> and go to your inbox for more info. for a quick fix and I dont need to sent the user to the root_url just a notification for the user to go to the app. I…
Frank004
  • 228
  • 1
  • 2
  • 16
-2
votes
1 answer

Adding direct messing links

I have a simple rails app where users can post and others user A can create a post and all other users can comment on that post and after that user A can send messages to the users who had commented on the post... What am trying to do is to add…
Ahmed Reza
  • 293
  • 1
  • 3
  • 19
1 2 3
10
11