Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged messaging

  • ActiveMessaging

    ActiveMessaging is an attempt to bring the simplicity and elegance of rails development to the world of messaging. Messaging, (or event-driven architecture) is widely used for enterprise integration, with frameworks such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries, Amazon SQS, etc.

  • acts_as_emailable

    A small plugin which sets up an Email model and the associations with the User model, so users can store emails against each other.

  • AjaxMessaging

    AjaxMessaging, or a11g, is a plugin to provide real time messaging for Ruby on Rails using Ajax and Messaging Oriented Middleware.

  • AP4R Rails plugin

    Plugin for AP4R, Asynchronous Processing

  • acts_as_messageable

    acts_as_messageable is a plugin for enabling private messaging between users. Conversations, multiple recipients, trash, sentbox...

  • background

    Running Ruby Blocks in the Background

  • Simple Private Messages

    Provides basic private messaging functionality for members of a particular model. It‘s not big on features but the idea is that it‘s very simple and light on resources.

    It‘s not bound to specific model names and plays nice with will_paginate.

  • has_messages

    Demonstrates a reference implementation for sending messages between users.