GitHub topics: activestorage
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 }
Language: Ruby - Size: 2.58 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 1,081 - Forks: 139

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
Language: Ruby - Size: 71.3 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 14 - Forks: 3

Dreamersoul/administrate-field-active_storage
support active storage in administrate
Language: Ruby - Size: 541 KB - Last synced at: about 13 hours ago - Pushed at: 4 days ago - Stars: 162 - Forks: 61

ankane/lockbox
Modern encryption for Ruby and Rails
Language: Ruby - Size: 689 KB - Last synced at: 3 days ago - Pushed at: 19 days ago - Stars: 1,498 - Forks: 72

ksylvest/react-activestorage
A React Hook for ActiveStorage
Language: TypeScript - Size: 391 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

danielabar/expense_tracker
A companion project for a blog post demonstrating how to resolve Active Storage file uploads when a form validation occurs.
Language: Ruby - Size: 421 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

huacnlee/activestorage-aliyun
Wraps the Aliyun OSS as an Active Storage service.
Language: Ruby - Size: 174 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 134 - Forks: 33

blocknotes/active_storage_db
An ActiveStorage service plugin to store files in a PostgreSQL / MySQL / MSSQL database
Language: Ruby - Size: 264 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 40 - Forks: 6

rootstrap/active-storage-base64
Base64 support for ActiveStorage
Language: Ruby - Size: 129 KB - Last synced at: about 5 hours ago - Pushed at: about 1 month ago - Stars: 162 - Forks: 16

rzane/graphql-extras
Custom scalars, file uploads, and testing tools for building GraphQL APIs in Ruby
Language: Ruby - Size: 85.9 KB - Last synced at: 7 days ago - Pushed at: 23 days ago - Stars: 22 - Forks: 7

rauversion/rauversion-phx
Self hosted music industries built on Elixir Phoenix
Language: Elixir - Size: 18.7 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 353 - Forks: 19

lsylvester/active_storage-postgresql
PostgreSQL Adapter for Active Storage
Language: Ruby - Size: 1.07 MB - Last synced at: 9 days ago - Pushed at: 11 months ago - Stars: 38 - Forks: 15

radioactive-labs/active_shrine
A compatible ActiveStorage api for attaching Shrine uploads to ActiveRecord models
Language: Ruby - Size: 109 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 5 - Forks: 0

puzzle/nochmal
Adds a rake task to reupload ActiveStorage attachments to a new storage. Also provides some helper-code to transition between storage backends
Language: Ruby - Size: 13.8 MB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 12 - Forks: 0

madeindjs/active_storage-send_zip
Create a zip from one or more Active Storage objects
Language: Ruby - Size: 41 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 44 - Forks: 9

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.
Language: HTML - Size: 66.6 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 9 - Forks: 0

Nemwel-Boniface/nemwel_booklend
As an avid reader, I often find myself with a shortage of books to read especially when I have already read the book that I currently have and I do not have enough funds to get a new one for myself(A new read). This is a platform where users are able to share the books that they currently have and allow them to be borrowed by other people.
Language: Ruby - Size: 204 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

chaadow/activestorage-openstack
ActiveStorage Service wrapper for OpenStack
Language: Ruby - Size: 124 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 19

rkwap/active_storage_bunny
An Active Storage service for BunnyCDN storage services
Language: Ruby - Size: 7.81 KB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 5 - Forks: 2

mtgrosser/rszr
Fast image resizer for Ruby
Language: Ruby - Size: 3.02 MB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 33 - Forks: 1

ekzo-dev/aurelia-components
Various library and UI-kit adapters for Aurelia 2
Language: TypeScript - Size: 8.16 MB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

fnix/activestorage-resumable 📦
Resumable support for ActiveStorage
Language: JavaScript - Size: 390 KB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 31 - Forks: 1

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.
Language: Ruby - Size: 9.77 KB - Last synced at: 25 days ago - Pushed at: almost 2 years ago - Stars: 15 - Forks: 1

ackama/activestorage-exif-analyzer
Add ActiveStorage Analyzer class to extract EXIF data from supported images.
Language: Ruby - Size: 192 KB - Last synced at: 7 days ago - Pushed at: 9 months ago - Stars: 6 - Forks: 1

jpalumickas/react-native-activestorage
React Native support for Rails ActiveStorage
Language: TypeScript - Size: 428 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 15 - Forks: 12

dcflw/react-activestorage-provider Fork of cbothner/react-activestorage-provider
A React component that allows easy file upload using ActiveStorage. Updated for React 18
Language: TypeScript - Size: 336 KB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

emcoding/storage_app
Rails 5.2 file upload https://medium.com/@mauddev/file-uploads-with-rails-5-2-e5c0c937ee1a (draft)
Language: Ruby - Size: 31.3 KB - Last synced at: 10 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

gorails-screencasts/testing-activestorage-uploads
Testing file uploads with ActiveStorage and fixtures
Language: Ruby - Size: 1.19 MB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

hopsoft/active_storage_svg_sanitizer
Sanitize ActiveStorage SVG uploads
Language: Ruby - Size: 60.5 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 6

cbothner/react-activestorage-provider
A React component that allows easy file upload using ActiveStorage
Language: JavaScript - Size: 564 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 112 - Forks: 36

taisiat/Caro
Rails React fullstack clone of Turo (‘Airbnb for cars’) with search, Google Maps+Places integration, 3 CRUD features, and full user auth
Language: JavaScript - Size: 11.7 MB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 4

mocra/subfolder-rails-activestorage-blobs
Demonstration of storing ActiveStorage blobs in subfolders based on an environment variable
Language: Ruby - Size: 12.4 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

kir-dev/warp-next
🗂 Egyszerű fájlhosztoláshoz használt körön belüli alkalmazás
Language: Ruby - Size: 478 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

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.
Language: Ruby - Size: 644 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

gorails-screencasts/uppy-and-activestorage-rails
How to use Uppy to upload files to ActiveStorage in Rails
Language: Ruby - Size: 1.27 MB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

dontfile/dontfile
The dontpad of files
Language: Ruby - Size: 810 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 21 - Forks: 19

PowerLevel9000/demo
Learn how to seamlessly handle image uploads like a pro and create stunning, interactive content with Action Text. It's a game-changer for your web applications!
Language: Ruby - Size: 502 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

wbotelhos/active_storage_preview
:camera: Simple Active Storage script with Direct Upload and Image Preview
Language: JavaScript - Size: 66.4 KB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 0

iak97/active-storage-file-upload
A simple application using active storage to upload files
Language: Ruby - Size: 44.9 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

jpham1109/DrinkedIn-BackEnd
Ruby on Rails & PostgresQL with ActiveStorage, Google Places API and an Instsgram API wrapper
Language: Ruby - Size: 14.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mrjoshua22/bbq
A RoR event planning app
Language: Ruby - Size: 1.02 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vic778/Bookme
the general idea is to mimic the primitive features of Calendly. An end user can visit a unique direct link to book events with someone else. These events can be free to book or require payment. Those that book events shouldn't be necessary to create an account. Those that make the events and availability slots do need an account.
Language: Ruby - Size: 127 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

GeorgePires/MaiBlog
MaiBlog!
Language: Ruby - Size: 536 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

yhirano55/ama 📦
"Ask Me Anything" with Rails 5.2 Application
Language: Ruby - Size: 7.66 MB - Last synced at: 1 day ago - Pushed at: almost 4 years ago - Stars: 61 - Forks: 7

efremropelato/rem-app
Real Estate Management App Example
Language: Ruby - Size: 2.96 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

qinmingyuan/qiniu_rails
Qiniu backend for Activestorage, with QiniuHelper for independent use and sprockets support
Language: Ruby - Size: 2.85 MB - Last synced at: 26 days ago - Pushed at: over 5 years ago - Stars: 13 - Forks: 5

stevenzhu03/Roomh
Web application to help you find roommates in large cities based on your preferences.
Language: JavaScript - Size: 58.8 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

turitzinv/family-recipes
Recipes are meant to be passed down and shared, create your recipes for others to view and comment on.
Language: Ruby - Size: 11.9 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

argus-api-team/activestorage-openstack
OpenStack service for ActiveStorage without any dependencies.
Language: Ruby - Size: 313 KB - Last synced at: 18 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

medicinal-ruby/active_storage_demo
An ActiveStorage demo for S3 uploads + local disk. It's better than the paperclip gem, by far..
Language: Ruby - Size: 157 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

FarhanGazi/SocialZ
A simple social-network built in Ruby on Rails
Language: Ruby - Size: 1.32 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

mwafrika/final_capstone_backend
Yamaha Motor App is a motorcycle reservation platform that allows customers to book their motorcycle remotely within a defined time frame
Language: JavaScript - Size: 1.01 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 2

APTEMmm/bbq
http://railsbbq.monster/
Language: Ruby - Size: 1.4 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

uharston/street-builds
A website for car enthusiasts to showcase their projects
Language: Ruby - Size: 9.26 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 2

lyncasterc/private_events
A simple clone of an events website like Eventbrite or Meetup! Built with Rails.
Language: Ruby - Size: 10.6 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

erin326/dating-app
Dating application that uses matching functionality with gender interest filtering and instant messaging features
Language: Ruby - Size: 30.2 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

chinomnsoawazie/dogstagram-frontend-mobile
DogStagram is an app for dogs and their best friends, man. It is centered around dogs with their owners having secondary roles
Language: JavaScript - Size: 986 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

poudelmadhav/rails-action-text-example
Implementation of rails action text
Language: Ruby - Size: 176 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

eudavi-learn/storage-app
using active storage to attach files.
Language: Ruby - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

emilianolch/turbochat
A very basic chat rooms app made with Ruby on Rails 7.
Language: Ruby - Size: 129 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ferrufinob/Chocoholic
Chocolate Review App built with Ruby on Rails.
Language: Ruby - Size: 122 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

transientBug/transientbug-rails
Server and main client code
Language: Ruby - Size: 8.21 MB - Last synced at: 5 days ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

souzagab/knowledge
A simple LMS api
Language: Ruby - Size: 1.73 MB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

eltonlazzarin/friends-list-rails
Friends List built with Ruby on Rails
Language: Ruby - Size: 4.74 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

ferrufinob/Bookmarkd_Backend
Pinterest Inspired picture-sharing Web Application with ReactJS/Redux frontend and Rails API backend.
Language: Ruby - Size: 95.2 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

StephanieKamen/happydogs
Happy Dogs is an individual clone of Airbnb, which was designed, implemented and shipped to production as a team project during Le Wagon Web Development Bootcamp.
Language: Ruby - Size: 23.9 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

cbothner/clowne_active_storage
Clone ActiveStorage attachment associations with Clowne
Language: Ruby - Size: 14.6 KB - Last synced at: 21 days ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 0

lovecosma/react-painter-client
Use your camera to convert color and shape to sound.
Language: JavaScript - Size: 714 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

GrantCloyd/herenow2
A mediation app designed to foster content creators (teachers) and users (students) coming together in one app
Language: JavaScript - Size: 4.68 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

lovecosma/p5-painter-client
Use your camera to convert color and shape to sound.
Language: JavaScript - Size: 1.94 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

lovecosma/Sampler-client
This is the frontend for a Simple Web Audio Sampler
Language: JavaScript - Size: 480 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

GrantCloyd/MedApp
A mediation app designed to foster content creators (teachers) and users (students) coming together in one app
Language: JavaScript - Size: 75.4 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kzq/daily-cash-register
A web app to record daily sales information of your bussiness.
Language: Ruby - Size: 4.72 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

lirad/company-feed
Company feed where collaborators can share their stats and achievements among their colleagues. Built used Ruby On Rails and Postgres.
Language: Ruby - Size: 4.93 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

dpienczyn/RubyonRails
Language: Ruby - Size: 33.4 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

railsbyexample/export_model_to_csv
Export ActiveRecord models to CSV files
Language: Ruby - Size: 175 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Hilderlan/voting_system
Um simples sistema de votação com a parte administrativa inclusa, utilizando Devise, Rails admin, Active storage e o framework CSS Bulma
Language: Ruby - Size: 710 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Luanotes/active-storage-in-rails5.2
How to use Active Storage in Rails
Language: Ruby - Size: 61.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ngtk/activestorage-example
Example app for Active Storage
Language: Ruby - Size: 34.2 KB - Last synced at: 6 days ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

441420776/rails_6
rails6 base setting and useful gem
Language: Ruby - Size: 1.74 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

tgturner/activestorage-digitalocean
ActiveStorage wrapper for DigitalOcean Spaces
Language: Ruby - Size: 32.2 KB - Last synced at: 19 days ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

jclopezdev/active-storage-demo
Rails 5.2 app using Active Storage and ImageMagick
Language: Ruby - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

timothyf/cropper Fork of bparanj/cropper
Example using Rails 5.2 and JCrop for user cropping of images. activestorage branch replaces carrierwave with ActiveStorage. Bootstrap is also include on the IntegrateBootstrap branch.
Language: Ruby - Size: 7.43 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

development-amold/cms_spina_app
Content Managment System Rails 5 App using Spina Gem
Language: Ruby - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

danilocandido/click-file
ActiveRecord Self-Join Association
Language: Ruby - Size: 55.7 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

9jaswag/TransfrApp
A simple file transfer app built with Ruby on Rails
Language: Ruby - Size: 69.3 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

kwent/activestorage-dummy
Dummy placeholders as an Active Storage service.
Language: Ruby - Size: 4.88 KB - Last synced at: 26 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

adelnabiullin/pretty_rows
Some ruby/ror code examples of mine
Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

kreopelle/film-budget-helper
Expense and reimbursement assistant for film productions
Language: Ruby - Size: 168 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

wbotelhos/attachy
:paperclip: Attachments handler for Rails via Cloudinary
Language: Ruby - Size: 106 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 2
