active_record-annotate
active_record-annotate copied to clipboard
Support adapters for custom DB types
ActiveRecord::SchemaDumper used in ActiveRecord::Annotate::Dumper doesn't work with custom PG enums.
It would be great to have some way to configure the class to allow easier integration with gems like schema_plus
https://github.com/SchemaPlus/schema_plus_enums/blob/master/lib/schema_plus/enums/middleware.rb
Also, related issue: #7