Andreas Ronge

Results 24 comments of Andreas Ronge

I believe there is a mismatch of the JARs. If possible you should try using the standalone neo4j server which comes included with the web admin UI and use that...

Thanks, have to fix this. Guess just need to check if some constant (defined by rails generator command) is not defined before starting the server.

Here is one performance suggestion: Neo4j::NodeMixin#all.nodes methods does not retrieve any nodes (its retrieved when you call the each method). If you do this several time, it might be better...

There are no edges between any nodes at al. Is it just my browser chromium and firefox ?

It only works on Internet Explorer :(

I'm using Ubuntu 9.04. It works on Mac with both firefox and safari. So maybe only a problem with linux

But it worked on linux before commit bd1ed4d

I also need that. I got a csv importer. Thinking of including a few import/exporter as extensions to neo4j.rb

Hmm, it was a while since I tested it. The only thing I can think of that is different is the version of Neo4j JAR files. But it should really...

not sure but The neo4j java api has not changed that much. I think the ruby layer is very thin. I would really like this working together with neo4j.rb