Multi-Channel Notifications in Ruby on Rails with Noticed gem and Pushpad

In this tutorial we explain how to use the pushpad gem with the noticed gem to create multi-channel notifications in a Rails application. In particular we’ll use the noticed gem for the notifications in general, while Pushpad will be used to deliver the web push notifications in real time, even when the website is closed.

Read more