Skip to content

Releases: blocknotes/active_storage_db

v1.3.0

02 Nov 13:38
d9e82b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v.1.3.0

v1.2.0

22 Oct 06:49
4a6e7e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

07 Sep 12:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.2

v1.1.0

04 Mar 08:45
Compare
Choose a tag to compare

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

v1.0.0

26 Feb 13:43
Compare
Choose a tag to compare

Breaking changes:

  • Drop support for Ruby 2.5

Features:

  • Support for Rails 7.0

v0.2.0

29 Apr 16:04
Compare
Choose a tag to compare
  • New rake task: asdb:list (list the stored attachments)
  • New rake task: asdb:get (download an attachment)
  • Improve some specs

v0.1.3

05 Apr 16:19
a781447
Compare
Choose a tag to compare
  • Update to support Rails 6.1

Version 0.1.0

11 Aug 06:48
Compare
Choose a tag to compare

First version

Main features:

  • all service methods implemented;
  • data is saved using a binary field (or blob);
  • RSpec tests.