Rails Erd

screenshot of Rails Erd

Generate Entity-Relationship Diagrams for Rails applications

Overview:

Rails ERD is a gem designed specifically for Rails applications that allows users to generate entity-relationship diagrams based on their Active Record models. It provides an easy way to visually represent how the models in the application are related to each other, serving as valuable documentation and a tool for inspecting the domain model.

Features:

  • Generate Diagrams: Easily create entity-relationship diagrams for Rails applications.
  • Inspect Domain Model: Use the tool to inspect and understand the relationships between Active Record models.
  • Customization: API available for customizing the generated diagrams.
  • Compatibility: Works with Rails versions 3.0-5.0, utilizing Active Record's reflection capabilities.
  • Configuration Options: Ability to configure via command line or YAML file.
  • Auto Generation: Option for auto-generating diagrams using specific commands.
  • Documentation: Detailed project homepage and API documentation for further information.

Summary: