What's your process to run ruby scripts on production?

This page summarizes the projects mentioned and recommended in the original post on /r/rails

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
  • console1984

    The Rails console you love, 1984 style

  • audits1984

    Auditing tool for Rails console sessions

  • 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
  • after_party

    Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party

  • We use this: https://github.com/theSteveMitchell/after_party

  • PaperTrail

    Track changes to your rails models

  • If talking about console access on production: First this is pretty limited. Then, we have logic in place, that sets the public key, the person authenticated with to access the console as the whodunnit ID in paper-trail, so that at least all their changes are audited. The thing @bluehavana posted, with auditing everything that was entered in the console is a good idea as well.

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

  • historical data and "point in time" data modeling techniques, advice.

    1 project | /r/dataengineering | 28 Jun 2023
  • Best rails tools to automatically handle logging of things like all a user's actions, or changes to a record in a module - primarily for audit purposes.

    3 projects | /r/ruby | 9 Mar 2023
  • Inventory/Sales Management module built on a Rails app - what would be the best way to "version" updates made against an SKU.

    1 project | /r/rails | 27 Dec 2022
  • is there a gem for tracking adhoc rails console changes

    2 projects | /r/rails | 15 Dec 2022
  • History Tracking With Postgres

    1 project | dev.to | 25 Oct 2022