File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Main features:
66- data is saved using a binary field (or blob);
77- RSpec tests.
88
9+ Useful also with platforms like Heroku (due to their ephemeral file system).
10+
911## Installation
1012- Setup Active Storage in your Rails application
1113- Add this line to your Gemfile: ` gem 'active_storage_db' `
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
1010 spec . name = 'active_storage_db'
1111 spec . version = ActiveStorageDB ::VERSION
1212 spec . authors = [ 'Mattia Roccoberton' ]
13- spec . email = [ 'mattiaroccoberton@nebulab.it ' ]
14- spec . homepage = 'https://blocknot.es '
13+ spec . email = [ 'mat@blocknot.es ' ]
14+ spec . homepage = 'https://github.com/blocknotes/active_storage_db '
1515 spec . summary = 'ActiveStorage DB Service'
1616 spec . description = 'An ActiveStorage service plugin to store files in database.'
1717 spec . license = 'MIT'
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ActiveStorageDB
4- VERSION = '0.1.2 '
4+ VERSION = '0.1.3 '
55end
You can’t perform that action at this time.
0 commit comments