All Versions
192
Latest Version
Avg Release Cycle
58 days
Latest Release
1176 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v6.1.10 Changes
๐ Fixed
- ๐ Fixed issue where backticks weren't being added to where clauses for
with_associations
- ๐ Fixed issue where backticks weren't being added to where clauses for
-
v6.1.9 Changes
March 08, 2016๐ Fixed
- Issue where creating relationships via
has_one
association created two relationships (forward ported from 6.0.7)
- Issue where creating relationships via
-
v6.1.8 Changes
March 02, 2016๐ Fixed
- The
@attributes
hash of the first node of each class returned from the database would have have the wrong id property key. This did not appear to cause any problems accessing the value and would be normal for subsequent saves of the affected node as well as all other nodes.
- The
-
v6.1.7 Changes
February 16, 2016๐ Fixed
- ๐ Bug related to creating subclassed nodes alongside rels in ActiveRel. (#1135. Thanks, brucek!)
-
v6.1.6 Changes
February 03, 2016โ Added
wait_for_connection
configuration variable allows you to tell the gem to wait for up to 60 seconds for Neo4j to be available. This is useful in environments such as Docker Compose
-
v6.1.5 Changes
January 28, 2016๐ Fixed
- Calls to
.find
/.find_by_id
/.find_by_ids
now respect scopes and associations
- Calls to
-
v6.1.4 Changes
January 26, 2016๐ Fixed
- Model generators now respect module namespaces (thanks to michaeldelorenzo in #1119)
-
v6.1.3 Changes
January 20, 2016๐ Fixed
- Issue where
ActiveRel.create
would not work withRelatedNode
(rel.from_node
) instances (Thanks, djvs #1107)
- Issue where
-
v6.1.2 Changes
January 19, 2016๐ Fixed
- ๐
Issue where
inspect
failed outside of Rails (Thanks to louspringer, #1111)
- ๐
Issue where
-
v6.1.1 Changes
January 01, 2016๐ Fixed
- ๐ Fixed version requirement for
neo4j-core
in gemspec
- ๐ Fixed version requirement for