active_storage_db icon indicating copy to clipboard operation
active_storage_db copied to clipboard

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

Results 6 active_storage_db issues
Sort by recently updated
recently updated
newest added

I notice the message that is logged when the blob is written to the DB is pretty massive... Is there any way to filter it out? Here is what I...

I'd be interested in running this gem with SQLite3 instead of PG. Backing up the database in a single file would be so very interesting! I tried setting up Appraisal...

In this PR: - update minimum Ruby version to 3.0

If no port is specified on `ActiveStorage::Current.url_options` `current_host` would return `nil` instead of `"http://example.com"`

Experimental support for SQLite3. Closes #47

``` bin/rails active_storage_db:install:migrations DEPRECATION WARNING: ActiveSupport::Configurable is deprecated without replacement, and will be removed in Rails 8.2. ```