A Rails engine for queueing and managing data migrations. - Shopify/maintenance_tasks
This guide covers how to attach files to your Active Record models.After reading this guide, you will know: How to attach one or many files to a record. How to delete an attached file. How to link to an attached file. How to use variants to transform images. How to generate an image representation of a non-image file, such as a PDF or a video. How to send file uploads directly from browsers to a storage service, bypassing your application servers. How to clean up files stored during testing. How to implement support for additional storage services.
A Rails engine for queueing and managing data migrations. - Shopify/maintenance_tasks
A fast image processing library with low memory needs. - jcupitt/libvips
Trying to configure Rails ActiveStorage for Minio as your storage provider? The default configuration does not work out of the box, so read on to see what configuration options you are missing.
Contribute to imgproxy/imgproxy-rails development by creating an account on GitHub.
Framework-agnostic Ruby Gem for imgproxy with support for Ruby on Rails' most popular image attachment options - imgproxy/imgproxy.rb
A fast image processing library with low memory needs.
A gem that lets you stream a zip file from rails. Contribute to fringd/zipline development by creating an account on GitHub.
In the last part, we’ve learned how to send an e-mail. Even if with formatted text, we’re still missing attachments. Rails ActionText editor can handle attachments, but it’s a bit tricky. We would need to manually attach each file to the e-mail, so receiver can actually see the file. For now, let’s use this restriction as an opportunity to learn how to upload files using Rails. And of course send them as e-mail attachments.
in Nov 2016 I’ve published article Setup Ubuntu 16.04 for Ruby on Rails app (Cheatsheet) and it was quite a hit. As I’m reinstalling by Lenovo with fresh Ubu...
Are you seeing ActiveRecord::ConnectionTimeoutErrors in your Rails app? You probably need a bigger connection pool (and here's why).
We build smart, robust, enterprise-level software that works, both with you and for you.
We build smart, robust, enterprise-level software that works, both with you and for you.
Create an MP4 video converter in Rails 6, FFmpeg, Stimulus, Active Storage, and Action Cable
A comprehensive link directory and continually updated notes for Ruby on Rails development, covering admin interfaces, APIs, authentication, caching, databases, testing, and more.
Serving ActiveStorage uploads through a CDN with Rails direct routes
Documentation and guides from the team at Fly.io.
Ruby on Rails Active Storage introduced bunch of cool features for uploading files. One large advantage is a simple way how to store multiple attachments for...
Are you using Active Storage to handle file uploading to the cloud (maybe AWS) and you want to know how to attach an uploaded file to an email?… But you are not familiar with the Active Storage and Action Mailer APIs? I answered this question on reddit...
A fast image processing library with low memory needs.
In-depth thoughts about the past, present, and future of cloud development from my (opinionated) perspective