
Fix compatible with rails 3.1.0.rc1
Reported by Andreas Ronge | May 25th, 2011 @ 10:30 PM | in 1.1.1
Neo4j 1.1.0 does not work with rails 3.1.0.rc1
Comments and changes to this ticket
-
Andreas Ronge May 26th, 2011 @ 12:28 AM
- State changed from new to resolved
(from [25e2be0b48b902523eccbb84890cdc7d86806f5a]) Made neo4j compatible with rails 3.1.0.rc [#170 state:resolved] https://github.com/andreasronge/neo4j/commit/25e2be0b48b902523eccbb...
-
Andreas Ronge April 19th, 2012 @ 07:31 PM
(from [f876af717251bfb6c11f365f2c6b6d12c1b9ee41]) has_n and has_one method generate class method returning the name of the relationship as a Symbol, closes #170 https://github.com/andreasronge/neo4j/commit/f876af717251bfb6c11f36...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails
People watching this ticket
Referenced by
-
170 Fix compatible with rails 3.1.0.rc1 (from [25e2be0b48b902523eccbb84890cdc7d86806f5a]) Made ne...