[Neo] imdb example on RoR and neo

2009-09-23 Thread Ajay Sharma
i'v been trying to extend the imdb example. i want to add a person node in it i have created : Model: person.rb Controller: persons_controller.rb Views: new,edit,show,index for the same. the problem arises while i try to create a new person using the route pattern as in actors and movies.

Re: [Neo] imdb example on RoR and neo

2009-09-23 Thread Anders Nawroth
Hi! Error: undefined method name 'name' for #Neo4j::Relationships::RelationshipTrverser::RelationshipsEnumeration:0x16068c9 RelationshipTrverser Spelling mistake? /anders ___ Neo mailing list User@lists.neo4j.org

Re: [Neo] imdb example on RoR and neo

2009-09-23 Thread Ajay Sharma
Sorry about that was a spelling mistake. On Wed, Sep 23, 2009 at 2:20 PM, Anders Nawroth and...@neotechnology.comwrote: Hi! Error: undefined method name 'name' for #Neo4j::Relationships::RelationshipTrverser::RelationshipsEnumeration:0x16068c9 RelationshipTrverser Spelling mistake?

Re: [Neo] imdb example on RoR and neo

2009-09-23 Thread Andreas Ronge
Hi It's hard to tell what the problem is. Can I view your complete example (maybe on github?) Have you got the http://github.com/andreasronge/neo4j-rails-example working ? I recommend that you read the RESTful Rails Routing http://guide.rails.info/routing.html The neo4j-rails-example uses