Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories:
Computers > Databases
More group info »
Active older topics
19 new of 19 - Mar 2
10 new of 10 - Jan 5
6 new of 6 - Jan 3
19 new of 19 - Jan 2
5 new of 5 - Jan 1
1 new of 1 - Dec 21 2012
1 new of 1 - Dec 10 2012
3 new of 3 - Dec 10 2012
2 new of 2 - Dec 10 2012
1 new of 1 - Nov 30 2012
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 477  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: The Neo4j Ruby binding user/developer group
 

Abridged summary of neo4jrb@googlegroups.com - 1 Message in 1 Topic 
  ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------- Michael Natkin CTO [link] <[link]> ...
By Michael Natkin  - May 24 - 1 new of 1 message    

Released 2.2.4 
  Hi New release 2.2.4 is now available. For some reason I could not get bundler (v. 1.3.5 on jruby 1.7.4, gem 2.0.3) install these for me. Instead I have to manually install like this: gem install neo4j-core -v 2.2.4 gem install neo4j-wrapper -v 2.2.4 gem install neo4j -v 2.2.4 Does someone know why or have the same problem ?... more »
By Andreas Ronge  - May 19 - 4 new of 4 messages    

How to connect my JRuby shell to Neo4J? 
  Sorry if I cross posted this on SO too, but I just see this dedicated email list to Neo4J.rb, so, maybe i makes sense to ask my question here too: I would like to experiment with some data from within my Ruby console, and eventually using Cypher from a Ruby console too. As I like the Neo4J server... more »
By mulder.patrick  - Apr 29 - 4 new of 4 messages    

Working with Relationships in Rails 
  Intense beginner question here but I've been unable to find the answer anywhere. I have model, show.rb: class Show < Neo4j::Rails::Model property :show_name, type: String, index: :exact has_n :booked_bands end I have another model, band.rb class Band < Neo4j::Rails::Model property :band_name, type: String, index: :exact... more »
By CLG  - Apr 22 - 5 new of 5 messages    

Psych::SyntaxError 
  Hi Looks like there is a problem installing neo4j-community (and the other JAR gems) using some versions of rubygems Example: $ gem --version 2.0.3 $ gem install neo4j-community Fetching: neo4j-community-1.8.1-java.gem (100%) ERROR: While executing gem ... (Psych::SyntaxError) (<unknown>): 'reader' unacceptable character '€' (0x80) special... more »
By Andreas Ronge  - Apr 5 - 2 new of 2 messages    

Sorting 
  Hi Reposting a private mail regarding sort and range queries: " ... Neo4j with Rails, using the "between" method. Can you please give me an example? I have a model, Show.rb, with some basic information: show_name, show_date, other things that don't matter. In my controller, I want to find... more »
By Andreas Ronge  - Apr 5 - 5 new of 5 messages    

How to paginate a linked list? 
  In the context of an activity stream, events are connected as a linked list via "next" edge, so we get things ordered by default. A query like this in a rails controller would return the last 20 events sorted: events = last_event.incoming("next").de pth(20) What would be the strategy to paginate this query?... more »
By arikan  - Apr 5 - 2 new of 2 messages    

Graph Databases book available as FREE EAP download 
  Hi everyone, I'm on a plane so just quickly. Ian, Jim and Emil have done a great job writing an introduction book for the uninitiated. So make sure to head over to [link] grab your free copy and send your friends, colleagues, wife and mom there too to learn about this new stuff you're always talking about.... more »
By Michael Hunger  - Feb 27 - 1 new of 1 message    

cypher: how to get both my tags AND my friends' tags 
  Trying to get both my tags AND my friends' tags in a single query... find my friends' tags whose name is "bla": q = Neo4j._query("START me=node(1) MATCH me-[:`following`]->friend-[:`U ser#tags`]->tag WHERE tag.name = 'bla' RETURN tag ORDER BY tag.name") find my and friends' shared tags (intersection) whose name is "bla":... more »
By arikan  - Jan 29 - 5 new of 5 messages    

[no subject] 
  [link]
By Peter Ehrlich  - Jan 23 - 1 new of 1 message    

1 - 10 of 477   « Newer | Older »

XML       Send email to this group: neo4jrb@googlegroups.com