Hi
Another release and maybe the last release before final 2.0.0
I've been working on the documentation, see the
https://github.com/andreasronge/neo4j/wiki
I've also updated the rails3 generators (e.g. rails new myapp -m
http://andreasronge.github.com/neo4j/rails.rb)
and the example application -
https://github.com/andreasronge/kvitter
Cheers
Andreas
CHANGELOG
== 2.0.0.alpha.9 / 2012-04-27
* Fix for rails scaffold generator
== 2.0.0.alpha.8 / 2012-04-27
* Fix for "relationship to :all assigned twice for single instance" #178
* Fix for callback fire more then once (=> performance increase) #172
* Support for lucene search on array properties, #118
* Support for creating unique entities (get_or_create) #143
* Support for specifying has_n/has_one relationship with Strings
instead of Class #160
* Support for serializer of hash and arrays on properties #185
* Fix for Neo4j::Rails::Relationship default property, #195
* Added support for pagination, see the neo4j-will_paginate gem
* Fixed Rails generators
* Added Cypher DSL support for is_a?
* Fix for "write_attribute persistes, contrary to AR convention" closes #182