• Andrew Fontaine's avatar
    Migrate Edit Environments Form to Vue · 961d0d8a
    Andrew Fontaine authored
    Re-uses the new form component made as part of the migration of new
    environments.
    
    There was some question about whether or not we need Vuex or something,
    but honestly because the form manages such a low number of properties
    and the validation requirements are so small, that I opted to not use it
    here instead.
    
    Also the environment model is small, and so can be inlined in a data
    attribute. As the validation is stricter on the backend, this should be
    clear of HTML injection.
    
    Changelog: changed
    961d0d8a
environments_controller.rb 8.28 KB