
Spike: Make NodeMixin ActiveModel complient
Reported by Andreas Ronge | March 20th, 2010 @ 01:38 PM
By require 'neo4j/extensions/activemodel' it
should modify the NodeMixin so that it is ActiveModel
complient.
Comments and changes to this ticket
-
Andreas Ronge March 20th, 2010 @ 01:41 PM
(from [150a2a9492ed8397c10b3a1ad325b7362a769ba7]) Making neo4j active model complient [#115] http://github.com/andreasronge/neo4j/commit/150a2a9492ed8397c10b3a1...
-
Andreas Ronge March 20th, 2010 @ 01:44 PM
(from [02eebb5408b242dea2b5b545e2533917123be52a]) Making neo4j active model complient, uncomment LintTest [#115] http://github.com/andreasronge/neo4j/commit/02eebb5408b242dea2b5b54...
-
Andreas Ronge March 20th, 2010 @ 05:40 PM
(from [df5d74506f58d71f8156b9f8fe3718f821aae7fa]) Added examples for Rails3 ActiveModel validations and serialization [#115] http://github.com/andreasronge/neo4j/commit/df5d74506f58d71f8156b9f...
-
Andreas Ronge April 8th, 2010 @ 07:19 PM
- Title changed from Make NodeMixin ActiveModel complient to Spike: Make NodeMixin ActiveModel complient
-
Andreas Ronge April 15th, 2010 @ 07:36 PM
- Milestone cleared.
-
Andreas Ronge November 4th, 2010 @ 09:32 PM
- State changed from open to resolved
- Milestone order changed from 0 to 0
-
Andreas Ronge January 6th, 2012 @ 08:59 PM
(from [4b272102443911ee16be577a50a4b99cff208957]) Using neo4j-jars 1.6.M01 gem, closes #115 https://github.com/andreasronge/neo4j/commit/4b272102443911ee16be57...
-
Andreas Ronge January 16th, 2012 @ 01:47 PM
(from [65fc1b27719dd6f7ccc09eac6aadd90fd96480be]) Added an RSpec for backup closes #115
- Upgraded dep to newest neo4j-community
- New RSpec for backup which only work running alone :( https://github.com/andreasronge/neo4j/commit/65fc1b27719dd6f7ccc09e...
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
-
115 Make NodeMixin ActiveModel complient (from [150a2a9492ed8397c10b3a1ad325b7362a769ba7]) Making ...
-
115 Make NodeMixin ActiveModel complient (from [02eebb5408b242dea2b5b545e2533917123be52a]) Making ...
-
115 Make NodeMixin ActiveModel complient (from [df5d74506f58d71f8156b9f8fe3718f821aae7fa]) Added e...