All Versions
192
Latest Version
Avg Release Cycle
58 days
Latest Release
1176 days ago

Changelog History
Page 11

  • v6.1.10 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed issue where backticks weren't being added to where clauses for with_associations
  • 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)
  • 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.
  • 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
  • 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 with RelatedNode (rel.from_node) instances (Thanks, djvs #1107)
  • v6.1.2 Changes

    January 19, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿš… Issue where inspect failed outside of Rails (Thanks to louspringer, #1111)
  • v6.1.1 Changes

    January 01, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed version requirement for neo4j-core in gemspec