Rails 7.1
defsdoor opened this issue · 1 comments
defsdoor commented
I'm working on a project that uses a (really old) SQL server database that has composite primary keys. This has often been a pain to work around and I'm looking forward to the composite primary key support that is being introduced in Rails 7.1.
Is there any work underway for supporting Rails 7.1 or is it too early and too much of a moving target ?
aidanharan commented
@defsdoor Yeah it's too early to start work. Once a release candidate is released then I will probably cut a 7-0-stable
branch from main
and then work on supporting Rails 7.1 can start on main
.