rails-sqlserver / activerecord-sqlserver-adapter

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

Added Dev Container CLI to run the tests #1149

Closed aidanharan closed 5 months ago

aidanharan commented 5 months ago

The activerecord-sqlserver-adapter-dev-box relies on VirtualBox, which does not support Apple Silicon chips (see https://forums.virtualbox.org/viewtopic.php?t=98742).

As an alternative to VirtualBox we can use Dev Container CLI to create a developer environment for the SQL Server adapter. This is the same option is available for Rails development (see https://guides.rubyonrails.org/contributing_to_ruby_on_rails.html#using-dev-container-cli).