Re: [I] Ruby driver [age]

2024-08-18 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2295158486 > Really nice. Maybe you should get featured in some Ruby/Rails newsletters to help gain interest/traction/support, when you feel the project is 'ready' of course. > > Things that mi

Re: [I] Ruby driver [age]

2024-08-10 Thread via GitHub
Aubermean commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2282020353 Really nice. Maybe you should get featured in some Ruby/Rails newsletters to help gain interest/traction/support, when you feel the project is 'ready' of course -- This is an automate

Re: [I] Ruby driver [age]

2024-06-14 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2168691640 **v0.4.0** - released breaking change: edges now require custom type :vertex (or a specific node type) - an installer `bin/ralis apache_age:install` (from v0.3.0) - has a safe

Re: [I] Ruby driver [age]

2024-05-28 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2136001640 I now have a sample app at: https://github.com/marpori/rails_age_demo_app - demonstrates nodes and edges in use at all levels of a standard rails app. The gem also now has an install

Re: [I] Ruby driver [age]

2024-05-21 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2123384540 An early first version `0.1.0` of a rails plugin / gem can be found at: https://rubygems.org/gems/rails_age It does not yet support all features, but Edges and Nodes are workable. Yo

Re: [I] Ruby driver [age]

2024-05-18 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2118767628 Solution to tests - rails generates a flawed `schema.rb` - replace the AGE part with: ```ruby # db/schema.rb ActiveRecord::Schema[7.1].define(version: 2024_05_05_183043) do exe

Re: [I] Ruby driver [age]

2024-05-17 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2118311099 Most basic CRUD operations are functional, but I have a problem with the `test` environment (running tests). I also have documented the issue in the rails repo: https://github.com/rails/ra

Re: [I] Ruby driver [age]

2024-05-12 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2106228515 I am curious - I have started playing with a structure and am using ActiveModel::Base and ActiveModel::Attributes (which generates a Rails Schema) and provides the `attributes` method but I

Re: [I] Ruby driver [age]

2024-05-08 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-2100485931 Greetings - I am exploring ApacheAge Rails integration. So far I am just exploring - no real directions no thoughtful design. I am starting by just trying it out and seeing what's needed.

Re: [I] Ruby driver [age]

2024-01-31 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-1920014821 > I'm in the same boat. Would be interested in working on the ruby driver. I'd find it cool to colaborate on this with some one -- This is an automated message from the Apache Git S

Re: [I] Ruby driver [age]

2024-01-31 Thread via GitHub
btihen commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-1920012727 noe4j ruby driver is now called `activegraph` found at: https://github.com/neo4jrb/activegraph -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [I] Ruby driver [age]

2023-12-01 Thread via GitHub
CoralineAda commented on issue #370: URL: https://github.com/apache/age/issues/370#issuecomment-1836981833 I'm very interested as well. Years ago I worked with neo4j and it had a Ruby gem, but it looks like all the ORMS and Ruby drivers haven't been updated in years. -- This is an automa