manageiq-schema
                                
                                 manageiq-schema copied to clipboard
                                
                                    manageiq-schema copied to clipboard
                            
                            
                            
                        Backward compatible rails 7 changes
Extracted from #715
These are backward compatible changes to fix failures in rails 7. Interestingly, detected the typo preventing the down migration from running and also the weird migration stub issue where the it's defined in the test itself.
cc @kbrock
Does this PR upgrade the dummy app to Rails 7? Asking because it's changing some of the files within the dummy app.
Does this PR upgrade the dummy app to Rails 7? Asking because it's changing some of the files within the dummy app.
No, I'm just dropping some sprockets related files that aren't needed in the dummy app for testing migrations... those sprockets files assume sprocket-rails is required by rails... which is not the case with rails 7 so dropping the needless files is one less thing to deal with for rails 7.
Thought these were required for 6.1
I think they were deprecated in 6.1 and dropped on 7.0. I guess we never saw the deprecations in 6.1.