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 installer task `bin/rails apache_age:install` to 
simplify installation and configuration.
   
   I next plan to create node and edge generators 
   * `bin/rails apache_age:install node:person first_name last_name` 
   * `bin/rails apache_age:install edge:has_child start_node:person 
parental_role end_node:person` 
   feel free to comment on the generator API if desired
   
   PS - Rails still mangles the `db/schema.rb` file after each migration, but 
you can use the installer to fix the schema or do a careful git commit to the 
schema and discard the unwanted changes not directly related to the newest 
migration.  The rails people will not be addressing the interaction with this 
PG extension any time soon, but the git commit or the installer make it easy to 
reset the schema file as needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to