Ruby activestorage

Open-source Ruby projects categorized as activestorage

Top 4 Ruby activestorage Projects

  • lockbox

    Modern encryption for Ruby and Rails

  • Project mention: Advanced Usages of Devise for Rails | dev.to | 2023-08-09

    The first step is to install the gem with bundle add authtrail. Additionally, since you'll be storing user-identifiable information such as emails and IP addresses in your app database, it's highly recommended that you encrypt this data in production using a combination of Lockbox and Blindindex gems.

  • 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 }

  • Project mention: Resize images before uploading them with Ruby on Rails Active Storage | dev.to | 2023-04-30

    I recommend pairing this approach with the active_storage_validations gem and adding a validation to the attachment field to ensure that the attachment that you'd like to resize is an image. Ideally, an application should gracefully handle invalid input with useful error messages.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • activestorage-aliyun

    Wraps the Aliyun OSS as an Active Storage service.

  • rszr

    Fast image resizer for Ruby

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ruby activestorage related posts

Index

What are some of the best open-source activestorage projects in Ruby? This list will help you:

Project Stars
1 lockbox 1,390
2 active_storage_validations 974
3 activestorage-aliyun 130
4 rszr 32

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com