bibendi / activerecord-postgres_enum

Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

activerecord-pg_enum

pirj opened this issue · comments

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

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.

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 👍