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
The thing is for some reason the generator sets config.load_defaults to version 7.0 in config/application.rb:
config.load_defaults 7.0
I inspected source code and it looks OK. Don't know how to send the correct version to the generator. Tried adding a RAILS_VERSION file and also placing a string in a rails_version method in the template.rb but it doesn't work.
The error could be because it's doing some importmap stuff but it's rails 6 not 7!
The text was updated successfully, but these errors were encountered: