awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
refile avatar

refile/refile

0
View on GitHub↗
2,435 stars·297 forks·Ruby·MIT·12 views

Refile

Ruby file uploads, take 3

Features

  • File Upload - Modern, streamlined library for handling file uploads.
  • File Handling - Modern file upload library.

Star history

Star history chart for refile/refileStar history chart for refile/refile

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Refile

These projects share indexed features with Refile. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • janko-m/shrinejanko-m avatar

    janko-m/shrine

    3,278View on GitHub↗

    File Attachment toolkit for Ruby applications

    Ruby
    View on GitHub↗3,278
  • thoughtbot/paperclipthoughtbot avatar

    thoughtbot/paperclip

    9,020View on GitHub↗

    Paperclip is an ActiveRecord file attachment manager that links database models to files stored on local disks or cloud storage. It functions as a system for managing file attachments, a fingerprinting system for detecting duplicates and verifying integrity, and a MIME type validator to ensure uploaded files match allowed formats. The project features an image processing pipeline that uses command-line utilities to automatically generate thumbnails and scaled versions of images based on predefined dimensions. It also provides S3 compatible file storage for managing attachments in Amazon S3 an

    Ruby
    View on GitHub↗9,020
  • carrierwaveuploader/carrierwavecarrierwaveuploader avatar

    carrierwaveuploader/carrierwave

    8,785View on GitHub↗

    CarrierWave is a Ruby file upload library used to manage the uploading, storing, and retrieval of files within web frameworks such as Rails and Sinatra. It functions as an Active Record file manager that associates uploaded assets with database records. The project includes an image processing pipeline for generating thumbnails and derivative versions of uploaded images. It also features a file validation engine to restrict uploads based on allowlists or denylists of extensions and content types, and provides cloud storage integration to manage assets on remote providers. The library covers

    Ruby
    View on GitHub↗8,785
  • moxiecode/pluploadmoxiecode avatar

    moxiecode/plupload

    5,618View on GitHub↗

    Plupload is a JavaScript file upload library that provides a standardized interface for managing file transfers across different browser runtimes and environments. It functions as a cross-browser upload interface and manager, supporting multiple file selections and browser-based file filtering. The library distinguishes itself through specialized capabilities for handling large data and cloud integration. It includes a chunked file upload manager to split large files into smaller parts to bypass server size limits and a client-side image processor to downsize images and strip metadata before

    JavaScript
    View on GitHub↗5,618
Compare all 30 related projects→

Frequently asked questions

What does refile/refile do?

Ruby file uploads, take 3

What are the main features of refile/refile?

The main features of refile/refile are: File Upload, File Handling.

Which projects share features with refile/refile?

Projects with overlapping indexed features include: janko-m/shrine — File Attachment toolkit for Ruby applications. thoughtbot/paperclip — Paperclip is an ActiveRecord file attachment manager that links database models to files stored on local disks or… carrierwaveuploader/carrierwave — CarrierWave is a Ruby file upload library used to manage the uploading, storing, and retrieval of files within web… moxiecode/plupload — Plupload is a JavaScript file upload library that provides a standardized interface for managing file transfers across… simple-uploader/uploader — Uploader is a JavaScript library designed for managing reliable, resumable, and concurrent file transfers within web… 23/resumable.js — resumable.js is a JavaScript library for managing large file uploads using the HTML5 File API. It functions as a…