SaaSHub helps you find the best software and product alternatives Learn more →
Top 7 Ruby File Upload Projects
-
Project mention: Released a Library for Synchronous Execution of Asynchronous Processes in JS/TS | dev.to | 2024-12-16
Accel Record is also designed to be similar to Ruby on Rails' Active Record in terms of usability, and one of the things I want to achieve in the future is to create a library like CarrierWave. CarrierWave allows you to save images to external storage services (such as AWS S3) when saving records, and to achieve this with Accel Record, it is necessary to execute asynchronous processes such as image uploads synchronously. I expect that this process can be executed faster by using worker_threads instead of subprocesses.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
We will be using shrine and I want to start this post by saying a few words about it.
-
-
DragonFly
A Ruby gem for on-the-fly processing - suitable for image uploading in Rails, Sinatra and much more! (by markevans)
-
-
-
Ruby File Upload discussion
Ruby File Upload related posts
-
Released a Library for Synchronous Execution of Asynchronous Processes in JS/TS
-
Hanami Shrine - file handling in Hanami
-
[Poll] How do you handle file attachments in your Rails app in 2023?
-
I've done a mistake when I've chosen ActiveStorage (Rails 7. Start Kit, Release 1.7)
-
A First Look at Hanami 2 for Ruby
-
If you use shrine, lock net-protocol to < 0.2.0 for now
-
Please critique my rather simple portfolio website
-
A note from our sponsor - SaaSHub
www.saashub.com | 25 Jan 2025
Index
What are some of the best open-source File Upload projects in Ruby? This list will help you:
# | Project | Stars |
---|---|---|
1 | CarrierWave | 8,778 |
2 | Shrine | 3,190 |
3 | Refile | 2,441 |
4 | DragonFly | 2,115 |
5 | kt-paperclip | 280 |
6 | attache | 203 |
7 | rack-secure-upload | 74 |