noticed icon indicating copy to clipboard operation
noticed copied to clipboard

Notifications for Ruby on Rails applications

Results 49 noticed issues
Sort by recently updated
recently updated
newest added

We just added delays for individual delivery methods which is great (thanks @rbague!). @gathuku mentioned it would be great to delay the entire notification: https://github.com/excid3/noticed/pull/61#issuecomment-724941484 ``` In my use case...

enhancement

Hello, I have a question for you that can help me solve the problem in my application. My doubts are about this piece of code: https://github.com/excid3/noticed/blob/407de14bc30c395827c3faf7feab84ae51cbb150/lib/noticed/delivery_methods/fcm.rb#L19-L29 Do I understand correctly...

`Rails 7.0.3.1` is my rails version, but I am getting the issue of following whenever I add `noticed` in gem file. The noticed is installed but this issue. Lemme know...

Hi Chris, This PR adds ability to deliver notifications via Slack Messages API. Internally it uses [chat.postMessage](https://api.slack.com/methods/chat.postMessage) call. It is still WIP and should be polished, but as of today...

I'm confused by the requirement to require a message parameter for the Notification class in order to use the Twilio delivery method. I'm currently just sending in a generic string...

Seems like `noticed` serializes the entire param in the Notification record. I have some pretty chunky models; I don't really want to save a whole copy of them within each...

enhancement
help wanted

Bumps [activerecord](https://github.com/rails/rails) from 7.0.2.4 to 7.0.3.1. Release notes Sourced from activerecord's releases. 7.0.3 Active Support No changes. Active Model No changes. Active Record Some internal housekeeping on reloads could break...

dependencies

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...

dependencies

Hi @excid3 , This PR adds webhook generic functionality as requested in this [issue 213](https://github.com/excid3/noticed/issues/213). Current implementation considers the notification to be delivered to one webhook url alone. Should we...

I m trying to send notification after creating a task and i get this error: NoMethodError (undefined method `notifications' Anyone can help?