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

Neo4j support for Carrierwave

Results 6 carrierwave-neo4j issues
Sort by recently updated
recently updated
newest added

~~WIP:~~ I've started updating the gem to use the activegraph gem. This worked out fine so far. All tests are green. However I had and still have some problems with...

Hi Guys, Thanks for producing this gem. Do you have any idea when it might be upgraded to support ActiveGraph? Many thanks

Have the following with `carrierwave 0.10.0`, `carrierwave-neo4j 2.0.1` and `neo4j 5.1.4`. ``` NameError: uninitialized constant CarrierWave::Mount::Mounter from /Users/raphael/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/carrierwave-neo4j-2.0.1/lib/carrierwave/neo4j.rb:51:in `_mounter' from /Users/raphael/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/bundler/gems/carrierwave-7802f70fa581/lib/carrierwave/mount.rb:144:in `cover_image' from /Users/raphael/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/bundler/gems/carrierwave-7802f70fa581/lib/carrierwave/mount.rb:358:in `cover_image' ``` Any idea how to...

I updated my neo4jrb gem to neo4j-5.0.0.rc.2 and now my carrier-wave uploader fails to load at start-up. with the following error uninitialized constant TypeConverters (NameError) in uploader_converter.rb:26 thank you Paolo

The mount_uploaders method, which allows to declare and use an array of images, seems to be missed in your implementation.