demarches-normaliennes/app
Pierre de La Morinerie 7708dbbc71 views: explicitely marks form_with as non-remote forms
Starting from Rails 5.1, `form_with` behavior is to generate remote
forms by default.

However with Turbolinks disabled, the form gets sent, but nothing is set
up to handle the server response (like replacing the content of the
page).

So we have two choices: either enable a global config option that makes
`form_with` generate non-remote forms, or do it explicitely on each
form. I chose the explicit way, so that developers expecting the usual
remote behavior of `form_with` are not surprised.
2020-08-05 13:02:56 +02:00
..
assets fix hidden label 2020-08-04 13:41:10 +00:00
controllers Merge pull request #5424 from betagouv/new_design_edit_attestation 2020-07-31 11:18:22 +02:00
dashboards define SHOW_PAGE_ATTRIBUTES for bill dashboard 2020-07-07 08:06:37 +00:00
fields manager: remove support for old pj 2019-07-30 16:11:17 +02:00
graphql graphql: possibility to filter dossiers by archived 2020-07-29 16:59:34 +02:00
helpers Merge branch 'dev' into new_design_edit_attestation 2020-07-30 09:53:09 +02:00
javascript Put IGN map behind a feature flag 2020-07-30 17:22:28 +02:00
jobs last_commentaire_updated_at does not take system email into account 2020-07-30 11:52:41 +02:00
lib specific deactivation of rubocop DS/ApplicationName rule 2020-07-23 16:20:16 +02:00
mailers ajout du nom d'application dans les mailers 2020-07-23 16:17:52 +02:00
models models: render attestations in a simpler way 2020-08-04 16:53:46 +02:00
policies policies: clarify the role of ChampPolicy 2020-06-24 15:42:30 +02:00
serializers expose effectif_annuel dans api graphql 2020-04-23 09:53:27 +02:00
services Add published revision to all non brouillon procedures 2020-07-22 11:27:49 +02:00
validators validate api_entreprise_token 2020-07-08 18:59:22 +02:00
views views: explicitely marks form_with as non-remote forms 2020-08-05 13:02:56 +02:00