carrierwave-postgresql icon indicating copy to clipboard operation
carrierwave-postgresql copied to clipboard

Use PostgreSQL large objects (AKA BLOBs) to store your files inside the database

Results 9 carrierwave-postgresql issues
Sort by recently updated
recently updated
newest added

Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 1.2.2 to 1.3.2. Changelog Sourced from carrierwave's changelog. 1.3.2 - 2021-02-08 Fixed Fix Ruby 2.7 deprecations(@aubinlrx #2462) Security Fix Code Injection vulnerability in CarrierWave::RMagick (@mshibuya eb9346df, GHSA-cf3w-g86h-35x4)...

dependencies

Hello, My test suite is failing after upgrading to version 0.3.0 of this gem. It seems something goes wrong every time I try to save an object which has a...

Bumps [rake](https://github.com/ruby/rake) from 11.2.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.18 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...

dependencies

bumping rubies/gems in a project and I pulled carrierwave 2.0.1 (with just 'carrierwave-postgresql' in my Gemfile). This seems to throw the following error: "NotImplementedError: Need to implement #cache! if you...

After I delete model from DB, `carrierwave-postgresql` tries to call `lo_unlink` but there is no object with this `oid` in db already. I am usin ActiveAdmin. It can be related....

I may be doing something wrong as I am just getting started with this library but the examples show the identifier being saved as 'file.png' but mine is always a...

I have raised these together as one might be causing the other. Firstly, I have a User model with an uploader mounted as `photo_thumb`. I can store and retrieve images...

Has anyone succeeded in making `carrierwave-postgresql` and [carrierwave_backgrounder](https://github.com/lardawge/carrierwave_backgrounder) working together? ``` process_in_background :image ``` causes the following exception: ``` no implicit conversion of nil into String /Users/nfedyashev/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/carrierwave-0.10.0/lib/carrierwave/uploader/cache.rb:84:in `basename' /Users/nfedyashev/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/carrierwave-0.10.0/lib/carrierwave/uploader/cache.rb:84:in `sanitized_file'...