Brian Underwood

Results 59 issues of Brian Underwood

Additional information which could be helpful if relevant to your issue: ### Code example (inline, gist, or repo) ```ruby User.where(age: 20).limit(10).skip(1).created_activities(:activity, :rel).pluck(:activity) ``` ### Runtime information: Neo4j database version: `neo4j`...

Would be a nice feature, but it would also help improve compatibility with gems which generate migrations (see [this issue](https://github.com/neo4jrb/devise-neo4j/issues/33#issuecomment-355034728) in the `devise-neo4j` repo)

I can see `factory_girl_instruments` in RubyGems, but not `factory_bot_instruments`: https://rubygems.org/gems/factory_bot_instruments In order to make the gem work I need to `gem 'factory_bot_instruments', github: 'shiroyasha/factory_bot_instruments'`. Could the `factory_bot_instruments` gem be published?

I believe that Faraday takes care of connection pooling for the HTTP adaptor, but for Bolt this might be something useful. If so, we might use the [connection_pool](https://github.com/mperham/connection_pool) gem from...

This might help: http://stackoverflow.com/questions/12836847/how-to-establish-a-ssl-enabled-tcp-ip-connection-in-ruby

I think that this would be pretty easy. See: http://stackoverflow.com/questions/34233349/reconnect-neo4jrb-connections-after-puma-fork-with-preload-app/34281962#34281962

next release

i.e. nodes / rels / props which are created / destroyed

It is important that `where` clauses go with their `match` clauses and the Ruby API should reflect this. I'm wondering if maybe we should re-think the way that clauses group...

`Neo4j::Core::CypherSession.new_for_adaptor(:http, url)`