has anyone upgraded a rails 5.x app to rails 6 beta?
I thought the javascript assets were going to be required to be moved to webpacker, but it looks like they still work via asset pipeline
is the change that webpack is the default for new apps, but sprockets will continue working for existing apps?
#rails #ruby #dev #askmasto #software #rubyonrails #railsdev #sprockets #webpack #js #javascript
@brian_kephart thanks!
@paranoid Yes. My app uses both webpacker and sprockets and required no changes to either. Sprockets isn’t deprecated and remains the default for CSS even on new apps.