Modern Rails flash messages (part 2): The undo action for deleted items

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Sidekiq

    Simple, efficient background processing for Ruby

  • As to making it as DRY as possible, we need to pass class and id of the model as parameters to our worker. You could be tempted to pass the object as for ActiveJob, but Sidekiq does not support it. See best practices for Sidekiq.

  • modern-rails-flash-messages

    Modern Rails flash messages - Example App

  • TL;DR: You can find running demo based on this series of articles on modern-rails-flash-messages.herokuapp.com with source code on github.com/CiTroNaK/modern-rails-flash-messages.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • stimulus_reflex

    Build reactive applications with the Rails tooling you already know and love.

  • In my example, I am adding the data-key attribute to the HTML of the record with its ID. You can also add the class name to it. In my case, I am using UUIDs instead of numerical IDs and this data-key is related to Stimulus Reflex.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Organize Business Logic in Your Ruby on Rails Application

    4 projects | dev.to | 17 May 2023
  • (How) can I refresh the content of a page every second with Hotwire?

    4 projects | /r/rails | 15 Aug 2022
  • O que não fazer ao usar background jobs(baseado em experiência com rails+sidekiq)

    2 projects | dev.to | 21 Dec 2021
  • Making Your Ruby Gem Configurable

    2 projects | dev.to | 6 Jun 2021
  • Gnarly Learnings from March

    3 projects | dev.to | 2 Apr 2021