Skip to main content

One post tagged with "notifications"

View All Tags

Guide on Rhino's Notifications Module

· 17 min read
Ehsan Mirdamadi
Rhino Project Maintainer

The Rhino Notifications module (rhino_project_notifications) is a Rails engine that wraps and extends the activity_notification gem (v2.3.3) to provide a complete notification system for Rhino-based applications. It provides both backend (Rails API) and frontend (React) components for managing user notifications.

This guide will first explain the base activity_notification gem capabilities, then detail what Rhino adds on top, and finally walk through setup and usage.