active_storage_db 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/active_storage_db/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04f1f6b11bd4f309f70bba12b7bfbc853dfe16db12a32c69dab387ba7b3f4524
|
4
|
+
data.tar.gz: 003e6eac89a1df52614d1317475c421a9a268a37bb4d7b32062375c7fd38d3de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c45de9074727370f3a9ddcf8a4df2a9abc4f76187319ff09aa608edc6adebcb4ac1e3b3e890067a00feea5771b98458f0c43965d41d828677514b4e3b41262ff
|
7
|
+
data.tar.gz: 32de4a6b6e79af956df21fe811a7ea538e74801c17482a99d0e76df85e8575fd955628d6baab456c52d9c26a657e33b84b16fb2172e0b07c24ae3b749466be77
|
data/README.md
CHANGED
@@ -6,6 +6,8 @@ Main features:
|
|
6
6
|
- data is saved using a binary field (or blob);
|
7
7
|
- RSpec tests.
|
8
8
|
|
9
|
+
Useful also with platforms like Heroku (due to their ephemeral file system).
|
10
|
+
|
9
11
|
## Installation
|
10
12
|
- Setup Active Storage in your Rails application
|
11
13
|
- Add this line to your Gemfile: `gem 'active_storage_db'`
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_storage_db
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mattia Roccoberton
|
@@ -208,7 +208,7 @@ dependencies:
|
|
208
208
|
version: '0.18'
|
209
209
|
description: An ActiveStorage service plugin to store files in database.
|
210
210
|
email:
|
211
|
-
-
|
211
|
+
- mat@blocknot.es
|
212
212
|
executables: []
|
213
213
|
extensions: []
|
214
214
|
extra_rdoc_files: []
|
@@ -227,7 +227,7 @@ files:
|
|
227
227
|
- lib/active_storage_db/engine.rb
|
228
228
|
- lib/active_storage_db/version.rb
|
229
229
|
- lib/tasks/active_storage_db_tasks.rake
|
230
|
-
homepage: https://
|
230
|
+
homepage: https://github.com/blocknotes/active_storage_db
|
231
231
|
licenses:
|
232
232
|
- MIT
|
233
233
|
metadata: {}
|