annotate_models
annotator
A tool to automatically annotate Rails applications with schema and route information
Annotate Rails classes with schema and routes info
4k stars
42 watching
616 forks
Language: Ruby
last commit: 4 months ago
Linked from 4 awesome lists
activerecordrailsruby
Related projects:
Repository | Description | Stars |
---|---|---|
paper-trail-gem/paper_trail | Tracks changes to Rails models for auditing or versioning purposes. | 6,791 |
cgriego/active_attr | A set of Ruby modules that extend standard model classes with ORM-like functionality | 1,195 |
trailblazer/reform | A library that provides a standardized way to handle forms in Ruby applications, separating form logic from model objects. | 2,495 |
rails-api/active_model_serializers | Provides an implementation of serialization for ActiveModel objects in Rails applications. | 5,330 |
voormedia/rails-erd | Generate Entity-Relationship Diagrams for Ruby on Rails applications | 3,997 |
schemaplus/schema_plus_enums | An ActiveRecord extension for supporting enum data types in Ruby on Rails applications. | 14 |
schemaplus/schema_plus_columns | Provides useful accessors to ActiveRecord's Column object | 2 |
schemaplus/schema_plus_tables | Adds utility features to ActiveRecord's handling of tables | 5 |
rails-engine/action-store | Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 407 |
collectiveidea/audited | A library that logs all changes to your models in a version-controlled audit trail | 3,394 |
heartcombo/show_for | A helper to display model information with I18n features in Ruby on Rails | 462 |
kpumuk/meta-tags | A Ruby on Rails gem providing meta tags and Open Graph support for search engine optimization. | 2,735 |
stefankroes/ancestry | A gem that organizes Rails ActiveRecord models into hierarchical structures using the materialized path pattern | 3,742 |
activerecord-hackery/ransack | A Ruby gem that adds object-based searching to Rails applications. | 5,688 |
globalize/globalize | Enables translation of model attributes in ActiveRecord models | 2,157 |