activestorage
There are 92 repositories under activestorage topic.
ankane/lockbox
Modern encryption for Ruby and Rails
igorkasyanchuk/active_storage_validations
Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 }
rauversion/rauversion-phx
Self hosted music industries built on Elixir Phoenix
rootstrap/active-storage-base64
Base64 support for ActiveStorage
Dreamersoul/administrate-field-active_storage
support active storage in administrate
huacnlee/activestorage-aliyun
Wraps the Aliyun OSS as an Active Storage service.
cbothner/react-activestorage-provider
A React component that allows easy file upload using ActiveStorage
yhirano55/ama
"Ask Me Anything" with Rails 5.2 Application
madeindjs/active_storage-send_zip
Create a zip from one or more Active Storage objects
blocknotes/active_storage_db
An ActiveStorage service plugin to store files in a PostgreSQL / MySQL / MSSQL database (for Rails 6/7)
lsylvester/active_storage-postgresql
PostgreSQL Adapter for Active Storage
mtgrosser/rszr
Fast image resizer for Ruby
fnix/activestorage-resumable
Resumable support for ActiveStorage
dontfile/dontfile
The dontpad of files
hopsoft/active_storage_svg_sanitizer
Sanitize ActiveStorage SVG uploads
rzane/graphql-extras
Custom scalars, file uploads, and testing tools for building GraphQL APIs in Ruby
jetthoughts/activestorage-autobots
Enables ActiveStorage variants for other file types than images, such as audio or video files, through an API for registering custom transformers similar to previewers.
jpalumickas/react-native-activestorage
React Native support for Rails ActiveStorage
chaadow/activestorage-openstack
ActiveStorage Service wrapper for OpenStack
igorkasyanchuk/active_storage_silent_logs
The idea of this gem is to hide as much as possible Active Storage logs from console so you can see only important information and requests
qinmingyuan/qiniu_rails
Qiniu backend for Activestorage, with QiniuHelper for independent use and sprockets support
wbotelhos/active_storage_preview
:camera: Simple Active Storage script with Direct Upload and Image Preview
SamuelRocha91/delivery_back
Repositório Ruby On Rails de uma aplicação de delivery com autenticação, threads, docker, testes. Back-end e interface :admin e developer.
taisiat/Caro
Rails React fullstack clone of Turo (‘Airbnb for cars’) with search, Google Maps+Places integration, 3 CRUD features, and full user auth
ackama/activestorage-exif-analyzer
Add ActiveStorage Analyzer class to extract EXIF data from supported images.
wbotelhos/attachy
:paperclip: Attachments handler for Rails via Cloudinary
cbothner/clowne_active_storage
Clone ActiveStorage attachment associations with Clowne
gorails-screencasts/uppy-and-activestorage-rails
How to use Uppy to upload files to ActiveStorage in Rails
rkwap/active_storage_bunny
An Active Storage service for BunnyCDN storage services
argus-api-team/activestorage-openstack
OpenStack service for ActiveStorage without any dependencies.
ekzo-dev/aurelia-components
Various library and UI-kit adapters for Aurelia 2
ksylvest/react-activestorage
A React Hook for ActiveStorage
puzzle/nochmal
Adds a rake task to reupload ActiveStorage attachments to a new storage. Also provides some helper-code to transition between storage backends
radioactive-labs/active_shrine
A compatible ActiveStorage api for attaching Shrine uploads to ActiveRecord models
dcflw/react-activestorage-provider
A React component that allows easy file upload using ActiveStorage. Updated for React 18
douglasconstancio/bootcamp-ruby
O projeto foi concebido em uma arquitetura MVC, formado por autenticação/login com Devise, criação de usuários e o usuários consegue adicionar um banco de imagens com a ajuda do ActiveStorage e realizar o processamento de cores da imagem com Sidekiq.