rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
968 stars 558 forks source link

[Rails 7.1] Upgrading the MSSQL adapter #1067

Closed aidanharan closed 7 months ago

aidanharan commented 11 months ago

The main branch will now be used for Rails 7.1 development. Rails 7.0 development has moved to the https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-0-stable branch.

Since there is no tag yet for Rails 7.1 (still no alpha release) the CI tests run against the Rails main branch using the RAILS_MAIN gemfile option. To run the tests locally use:

RAILS_MAIN=1 bundle install
RAILS_MAIN=1 bundle exec rake test 

The CI tests are currently running but failing. These will need to be fixed. Since Rails 7.1 is still not released we will be developing the adapter against a moving target.

aidanharan commented 9 months ago

Rails 7.1.0.beta1 has been released. So to run the tests you can now use:

bundle install
bundle exec rake test
bf4 commented 9 months ago

Rails 7.1 is released 👯

SujayPrabhu96 commented 8 months ago

Hi @aidanharan when can we expect the release for supporting Rails 7.1?

aidanharan commented 8 months ago

I have created release v7.1.0.beta1 of the adapter for Rails 7.1. It would help greatly if you could test the release and open any issues you encounter.

The tests are currently not passing consistently. This will need to be investigated as it could indicate an issue with the adapter.

aidanharan commented 8 months ago

Created release candidate v7.1.0.rc1.

aidanharan commented 7 months ago

Created release candidate v7.1.0.rc2.

aidanharan commented 7 months ago

The v7.1.0 of the ActiveRecord SQL Server Adapter has been released. Please report any bugs/issues.