Neo4j.rb v3.0.2 Release Notes

    • "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