carrierwave
File uploader
Provides a flexible way to upload files in Ruby applications
Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks
9k stars
140 watching
2k forks
Language: Ruby
last commit: 13 days ago
Linked from 6 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
carrierwaveuploader/carrierwave-mongoid | A gem that integrates CarrierWave with Mongoid and MongoDB's GridFS for storing and serving uploaded files in a database-backed manner. | 355 |
carrierwaveuploader/carrierwave-sequel | Supports Sequel as a backend store for CarrierWave image uploads. | 28 |
refile/refile | A file upload and storage library that provides flexible backend options and integrates with ORMs for convenient file manipulation. | 2,447 |
carrierwaveuploader/carrierwave-aws | An AWS SDK-based storage adapter for CarrierWave | 409 |
rubygems/rubygems.org | Provides a better API and project management features for the Ruby community's gem hosting service. | 2,331 |
rack/rack | A modular Ruby web server interface providing a simple and adaptable way to develop web applications. | 4,928 |
rails/spring | Speeds up development by keeping the application running in the background, allowing faster reload of code changes. | 2,805 |
shrinerb/shrine | A toolkit for handling file attachments in Ruby applications | 3,188 |
heartcombo/mail_form | A Ruby gem providing an easy way to send emails from forms with validations, attachments, and request information. | 879 |
dejan/rails_panel | Provides insight into Rails application performance and requests in the browser's Developer Tools panel | 3,850 |
huobazi/carrierwave-qiniu | Provides Qiniu storage integration for the CarrierWave image processing gem | 177 |
sinatra/sinatra | A web development framework that enables rapid creation of web applications in Ruby using a DSL. | 12,205 |
bblimke/webmock | A library that enables stubbing and setting expectations on HTTP requests in Ruby applications | 3,973 |
lardawge/carrierwave_backgrounder | A gem that allows CarrierWave to offload image processing and storage to background tasks. | 738 |
reactjs/react-rails | Integrate React with Rails views and controllers using JSX, Ruby, Sprockets, or Webpacker | 6,746 |