active_storage_db

An ActiveStorage service plugin to store files in a PostgreSQL / MySQL / MSSQL database (for Rails 6/7)

MIT License

Downloads
37.3K
Stars
35
Committers
1

Bot releases are hidden (Show)

active_storage_db - v.1.3.1 Latest Release

Published by blocknotes about 1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/blocknotes/active_storage_db/compare/v.1.3.0...v.1.3.1

active_storage_db - v1.3.0

Published by blocknotes 12 months ago

What's Changed

Full Changelog: https://github.com/blocknotes/active_storage_db/compare/v1.2.0...v.1.3.0

active_storage_db - v1.2.0

Published by blocknotes 12 months ago

What's Changed

Full Changelog: https://github.com/blocknotes/active_storage_db/compare/v1.1.2...v1.2.0

active_storage_db - v1.1.2

Published by blocknotes about 2 years ago

What's Changed

Full Changelog: https://github.com/blocknotes/active_storage_db/compare/v1.1.0...v1.1.2

active_storage_db - v1.1.0

Published by blocknotes over 2 years ago

Main features:

  • Ruby 3.0 support
  • Update service API
  • Improve rake tasks

Other points:

  • Remove ApplicationRecord base model class
  • Internal improvements to the specs structure
active_storage_db - v1.0.0

Published by blocknotes over 2 years ago

Breaking changes:

  • Drop support for Ruby 2.5

Features:

  • Support for Rails 7.0
active_storage_db - v0.2.0

Published by blocknotes over 3 years ago

  • New rake task: asdb:list (list the stored attachments)
  • New rake task: asdb:get (download an attachment)
  • Improve some specs
active_storage_db - v0.1.3

Published by blocknotes over 3 years ago

  • Update to support Rails 6.1
active_storage_db - Version 0.1.0

Published by blocknotes about 4 years ago

First version

Main features:

  • all service methods implemented;
  • data is saved using a binary field (or blob);
  • RSpec tests.
Package Rankings
Top 16.56% on Rubygems.org
Badges
Extracted from project README
gem version gem downloads maintainability linters specs Postgres specs MySQL