Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.53 KB

UPGRADE_RAILS_SIX.md

File metadata and controls

30 lines (21 loc) · 1.53 KB

UPGRADE_RAILS_SIX

Todo:

  • DONE - Test out the SSL. We can remove the force_ssl methods. https://api.rubyonrails.org/classes/ActionDispatch/SSL.html and rails/rails#32277 and force_ssl if: :ssl_enabled?

  • DONE - Check if the home_controller.rb needs a redirect to before_action :redirect_to_non_ssl ? - Turns Out it does!

  • DONE - Confirm webpack actually being used. - IT'S NOT BEING USED, LETS WORRY ABOUT IT IN SEPERATE PR!

  • DONE - The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding

["@babel/plugin-proposal-private-methods", { "loose": true }]

to the "plugins" section of your Babel config.