All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Updated and fixed all tests to work with neo4j.rb 9.x and CarrierWave 2.x
- Updated the overall format of the plugin to mirror CarrierWave::Orm::ActiveRecord as much as possible
- Files are now deleted correctly on
#destroy
- File information is now correctly reloaded on
#find
- Thanks @deobald for all the fixes.
- Fix the fix from 2.0.3 (
@_mounters
is sometimesnil
) (thanks @janbiedermann / see #15)
- Make it work with recent Neo4j (thanks @janbiedermann / see #14)
- Fixed
gemspec
to allow newer version ofcarrierwave
gem (thanks @edenvicary, see #12) - Fixed
uninitialized constant CarrierWave::Mount::Mounter
(thanks @thanksoni7uka, see #11 and #12)