attache
Yet another approach to file upload (by choonkeat)
CarrierWave
Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks (by carrierwaveuploader)
attache | CarrierWave | |
---|---|---|
- | 4 | |
203 | 8,778 | |
- | -0.0% | |
0.0 | 8.0 | |
over 4 years ago | 12 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
attache
Posts with mentions or reviews of attache.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning attache yet.
Tracking mentions began in Dec 2020.
CarrierWave
Posts with mentions or reviews of CarrierWave.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-16.
-
Released a Library for Synchronous Execution of Asynchronous Processes in JS/TS
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.
-
I've done a mistake when I've chosen ActiveStorage (Rails 7. Start Kit, Release 1.7)
Don't you know `carrierwave` and `shrine` work already with this secure way to name folders/files? - https://github.com/carrierwaveuploader/carrierwave - https://github.com/shrinerb/shrine
-
Carrier Wave and How to Test Uploading a New Image to a ActiveRecord::Base Model
We’re a Rails shop at Forem. In the Forem code base we use the CarrierWave gem to help with our file uploads.
What are some alternatives?
When comparing attache and CarrierWave you can also consider the following projects:
Shrine - File Attachment toolkit for Ruby applications
PaperClip - Easy file attachment management for ActiveRecord