James Hulme

Results 5 comments of James Hulme

I just tried it as well. ActiveGraph version: 11.5.0.alpha.1 Rails version: 7.0.8 And I got this error: ``` (base) ➜ sh ✗ bundle exec rails c /Users/jhulme/.rbenv/versions/3.2.0/lib/ruby/gems/3.2.0/gems/io-event-1.3.2/lib/io/event/support.rb:24: warning: IO::Buffer is...

I'm not a zeitwork expert, but I think you still need `require 'active_graph'` in `railtie.rb`. Looking at other gems like [action_mailer](https://github.com/rails/rails/blob/7-1-stable/actionmailer/lib/action_mailer/railtie.rb#L4) and [active_record](https://github.com/rails/rails/blob/7-1-stable/activerecord/lib/active_record/railtie.rb#L3) they still require themselves in railtie.rb. When...

Thanks @klobuczek that seems to be working now - tested against neo4j 4.4.26 The only issue I've run into is that a couple of queries are throwing an error: ```...

> Everyone, please retest your cases with https://rubygems.org/gems/activegraph/versions/11.5.0.beta.3 Everything seems to be working for me

Hi, just wondering if there is an estimate of when 11.5 will be released