Introducing the `script` Folder in Rails 8 and a New Gem for Browser-Based Data Migration

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. scriptor

    Check out the repository here: https://github.com/hatsu38/scriptor

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. maintenance_tasks

    A Rails engine for queueing and managing data migrations.

    I personally rely on the maintenance_tasks gem at work. The Rails Guide even recommends using maintenance_tasks instead of manipulating data directly in migrations.

  4. data-migrate

    Migrate and update data alongside your database structure.

    Data migration strategies often come up in discussions. Common approaches include using maintenance_tasks gem, data_migrate gem, or simply running rake tasks.

  5. Ruby on Rails

    Ruby on Rails

    This feature was added via this pull request: https://github.com/rails/rails/pull/52335

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

  • The Mythical IO-Bound Rails App

    3 projects | news.ycombinator.com | 25 Jan 2025
  • Optimizing Ruby's JSON, Part 1

    9 projects | news.ycombinator.com | 18 Dec 2024
  • Organizing YAML files by creating directories like `config/x` in Rails

    3 projects | dev.to | 20 Oct 2024
  • What's New in Ruby on Rails 8

    13 projects | news.ycombinator.com | 7 Oct 2024
  • Switch Ruby's default parser from parse.y to Prism

    2 projects | news.ycombinator.com | 16 Sep 2024