bibendi / activerecord-postgres_enum

Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
MIT License
361 stars 24 forks source link

activerecord-pg_enum #15

Closed pirj closed 5 years ago

pirj commented 5 years ago

Hey!

There's a very similar project activerecord-pg_enum, started roughly at the same time, and with comparable features. It also features a helper to specify enums in models.

Would you consider merging efforts?

/cc @alassek

bibendi commented 5 years ago

Hi.

I don't plan to spend any efforts on this gem in the near future, because of the merging of two different codebases don't make sense for me. I more like the idea to propose this feature to the Rails. Probably I'll rich that goal by the end of the year.

pirj commented 5 years ago

Awesome, good to know. The plan sounds realistic with MySQL enum types and SQLite3's CHECK constraint. Eagerly looking forward to seeing this landing in Rails 👍