Hi there,
PR 12016 fixes stable fixture UUIDs on PostgreSQL [1] [2]. This seems to be the last hurdle for first-class UUID support in ActiveRecord.
I submitted the PR over a week ago and thought I’d send a friendly nudge. The Travis CI seems to segfault occassionally due to minitest issues [3], so the build should probably be restarted to get the green light.
Do let me know if there’s anything more I can do to bring this to Rails 4.1 – and potentially backport it to Rails 4.0?
[1] Auto-generate stable fixture UUIDs on PostgreSQL by roderickvd · Pull Request #12016 · rails/rails · GitHub [2] uuid as primary key tests don't succeed · Issue #11524 · rails/rails · GitHub [3] Travis builds periodically fails to build · Issue #12042 · rails/rails · GitHub
Kind regards,
Roderick
P.S. While there, PR 12012 fixes inconsistent :datetime and :timestamp behavior between PostgreSQL and MySQL. Like the PR above, it’s eagerly been awaiting your feedback: Fix handling of timestamp and datetime columns on PostgreSQL by roderickvd · Pull Request #12012 · rails/rails · GitHub