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

Changelog History
Page 17

  • v3.0.3 Changes

    • โšก๏ธ Gemspec has been updated to require neo4j-core 3.0.5
    • Added find_in_batches
    • Pagination has been updated to allow better ordering. Relaunch of neo4j-will_paginate as neo4j-will_paginate_redux is imminent!
    • Everything is better: create's handling of blocks, better behavior from count, better ActiveRel from_class/to_class checks, better handling of rel_class strings, and more
    • Added a new find_or_create_by class method

    Big thanks to new contributors Miha Rekar and Michael Perez! Also check out or Github issues, where we're discussing changes for 3.1.0. https://github.com/neo4jrb/neo4j/issues

  • v3.0.2 Changes

    • "Model#all" now evaluates lazily, models no longer include Enumerable
    • Faster, more efficient uniqueness validations
    • ๐ŸŽ Adjusted many common queries to use params, will improve performance
    • ๐Ÿ›  ActiveRel fixes: create uses Core Query instead of Core's rels method, { classname: #{_classname} } no longer inserted into every query, find related node IDs without loading the nodes
    • ๐Ÿ‘ Allow inheritance when checking model class on a relation (Andrew Jones)
    • ๐Ÿš… Provided migrations will use Rake.original_dir instead of Rails.env to provide better compatibility with frameworks other than Rails
    • rel_class option in ActiveNode models will now accept string of a model name
    • โž• Additional bug fixes
  • v3.0.1 Changes

    • โœ‚ Removed reference to neo4j-core from Gemfile and set neo4j.gemspec to use neo4j-core ~>3.0.0
  • v3.0.0 Changes

    No change from rc 4

  • v2.3.0 Changes

    July 18, 2013
    • ๐Ÿ›  Fix Issue with HA console when ruby-debug is loaded (#261, thekendalmiller)
    • ๐Ÿ‘‰ Use 1.9 Neo4j
  • v2.2.4 Changes

    May 19, 2013
    • get_or_create should return wrapped ruby nodes, alex-klepa, #241, #246
    • ๐Ÿ‘‰ Make sure freeze does not have side effects, #235
    • ๐Ÿ›  Fix for carrierwave-neo4j (attribute_defaults), #235
  • v2.2.3 Changes

    December 28, 2012
    • ๐Ÿ‘Œ Support for HA cluster with neo4j 1.9.X, #228, #99, #223
    • ๐Ÿ‘ป Make sure the Identity map is cleared after an exception, #214
    • Relationship other_node should return wrapped node, #226
    • Automatically convert DateTimes to UTC, (neo4j-wrapper #7)
    • get_or_create should return a wrapped node (neo4j-wrapper #8)
    • ๐Ÿ‘‰ Make it work with Neo4j 1.7.1 (neo4j-core, #19)
  • v2.2.2

  • v2.2.1 Changes

    December 18, 2012
    • ๐Ÿ›  Fix for JRuby 1.7.1 and Equal #225
    • ๐Ÿ›  Fix for create nodes and relationship using Cypher (neo4j-core #17)
  • v2.2.0 Changes

    October 02, 2012
    • Using neo4j-cypher gem (1.0.0)
    • ๐Ÿ›  Fix of neo4j-core configuration issue using boolean values #218
    • ๐Ÿ›  Fixed RSpec issue on JRuby 1.7.x #217
    • Aliased has_many to has_n, #183