You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install rails 8.0.0.beta1
gem install rails --pre --no-document
# Create a new rails app
rails _8.0.0.beta1_ new dbtest
# Change the db to mysql
rails db:system:change --to=mysql
Steps to reproduce
rails db:system:change --to=mysql
Expected behavior
Actual behavior
System configuration
Rails version:
8.0.0.beta1
Ruby version:
ruby-3.2.2
The text was updated successfully, but these errors were encountered: