https://github.com/eoinkelly/rails-relationship-examples
[WIP, INCOMPLETE] Rails app implementing each of the ten possible bidirectional relationships which can exist between entities
https://github.com/eoinkelly/rails-relationship-examples
entity-relationship entity-relationship-models rails ruby-on-rails
Last synced: 2 months ago
JSON representation
[WIP, INCOMPLETE] Rails app implementing each of the ten possible bidirectional relationships which can exist between entities
- Host: GitHub
- URL: https://github.com/eoinkelly/rails-relationship-examples
- Owner: eoinkelly
- Created: 2021-07-03T22:25:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T19:31:12.000Z (over 3 years ago)
- Last Synced: 2025-01-07T08:48:36.456Z (4 months ago)
- Topics: entity-relationship, entity-relationship-models, rails, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 543 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A guide to database modelling in Rails
I wrote this to clarify my own thinking and communication of
1. Database modelling
2. Implementing those models in RailsI hope you find it useful.
This guide is still very WIP and incomplete.
[Read the guide](./GUIDE.md)