Rebuilding ActiveStorage: First Impressions

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. mrujs

    UJS for modern javascript.

    ActiveStorage's JS package seems to reuse a lot of Rails-UJS functions but gets none of the benefits of sharing code. Even better, ActiveStorage could share with the package I created, mrujs.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. turbo

    The speed of a single-page web application without having to write any JavaScript (by hotwired)

    Turbo submit polyfill

  4. js-spark-md5

    Lightning fast normal and incremental md5 for javascript

    ActiveStorage uses the SparkMD5 library for MD5 hashing. I don't know enough about the library to know if MD5 is necessary or if we could use SHA-x hashing or similar. SparkMD5 is roughly 2.5kb and ActiveStorage is ~5kb overall, which means MD5 hashing accounts for roughly half the library.

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

  • Google Sheet CRUD Tools

    1 project | dev.to | 16 Mar 2025
  • Secure Secret Management for AWS Lambda Functions in TypeScript Monorepos

    1 project | dev.to | 16 Mar 2025
  • Tamagui: Building Cross-Platform Apps Made Simple

    1 project | dev.to | 16 Mar 2025
  • The problems I faced when coding a Pomodoro Timer with React.js

    1 project | dev.to | 16 Mar 2025
  • Show HN: Quickly connect to WiFi by scanning text, no typing needed

    2 projects | news.ycombinator.com | 16 Mar 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?