Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
autoprefixer-rails (9.7.6)
execjs
bcrypt (3.1.13)
better_errors (2.7.1)
better_errors (2.8.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand Down Expand Up @@ -123,7 +123,7 @@ GEM
dragonfly-s3_data_store (1.3.0)
dragonfly (~> 1.0)
fog-aws
erubi (1.9.0)
erubi (1.10.0)
excon (0.75.0)
execjs (2.7.0)
factory_bot (6.0.1)
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/registrations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def create
end

# Determine if reCAPTCHA is enabled and if so verify it
use_recaptcha = Rails.configuration.x.application.use_recaptcha || false
use_recaptcha = Rails.configuration.x.recaptcha.enabled || false
if (!use_recaptcha || verify_recaptcha(model: resource)) && resource.save
if resource.active_for_authentication?
set_flash_message :notice, :signed_up if is_navigational_format?
Expand Down
2 changes: 1 addition & 1 deletion app/views/contributors/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<%= form_for @contributor, url: plan_contributor_path(@plan, @contributor),
html: { method: :put } do |f| %>
<%= render partial: "contributors/form",
locals: { form: f, plan: @plan, contributor: @contributor, orgs: @orgs, org_partial: @org_partial } %>
locals: { form: f, plan: @plan, contributor: @contributor, orgs: @all_orgs, org_partial: @org_partial } %>
<% end %>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/contributors/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="col-md-12">
<%= form_for @contributor, url: plan_contributors_path do |f| %>
<%= render partial: "contributors/form",
locals: { form: f, plan: @plan, contributor: @contributor, orgs: @orgs, org_partial: @org_partial } %>
locals: { form: f, plan: @plan, contributor: @contributor, orgs: @all_orgs, org_partial: @org_partial } %>
<% end %>
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions config/locale/app.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 08:39+0000\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 11:19+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
Expand Down Expand Up @@ -2309,6 +2309,7 @@ msgid "Do you have a %{application_name} account?"
msgstr ""

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/de/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/de/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: German\n"
"Language: de\n"
Expand Down Expand Up @@ -2457,6 +2457,7 @@ msgid "Do you have a %{application_name} account?"
msgstr "Hast du einen %{application_name}-Account?"

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/en_CA/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/en_CA/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English\n"
"Language: en_CA\n"
Expand Down Expand Up @@ -2309,6 +2309,7 @@ msgid "Do you have a %{application_name} account?"
msgstr ""

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/en_GB/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/en_GB/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English\n"
"Language: en_GB\n"
Expand Down Expand Up @@ -2309,6 +2309,7 @@ msgid "Do you have a %{application_name} account?"
msgstr ""

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/en_US/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/en_US/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English\n"
"Language: en_US\n"
Expand Down Expand Up @@ -2317,6 +2317,7 @@ msgid "Do you have a %{application_name} account?"
msgstr ""

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/es/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/es/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish\n"
"Language: es\n"
Expand Down Expand Up @@ -2438,6 +2438,7 @@ msgid "Do you have a %{application_name} account?"
msgstr "¿Tienes una cuenta %{application_name}?"

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/fi/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/fi/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Finnish\n"
"Language: fi\n"
Expand Down Expand Up @@ -2421,6 +2421,7 @@ msgid "Do you have a %{application_name} account?"
msgstr "Onko sinulla jo %{application_name} -tili?"

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/fr_CA/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/fr_CA/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: French\n"
"Language: fr_CA\n"
Expand Down Expand Up @@ -2449,6 +2449,7 @@ msgid "Do you have a %{application_name} account?"
msgstr "Avez-vous un compte %{application_name}?"

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/fr_FR/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/fr_FR/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: French\n"
"Language: fr_FR\n"
Expand Down Expand Up @@ -2447,6 +2447,7 @@ msgid "Do you have a %{application_name} account?"
msgstr "Avez vous un compte sur %{application_name} ?"

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/pt_BR/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/pt_BR/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese\n"
"Language: pt_BR\n"
Expand Down Expand Up @@ -2429,6 +2429,7 @@ msgid "Do you have a %{application_name} account?"
msgstr "Você tem uma conta %{application_name}?"

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/sv_FI/LC_MESSAGES/app.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions config/locale/sv_FI/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swedish\n"
"Language: sv_FI\n"
Expand Down Expand Up @@ -2414,6 +2414,7 @@ msgid "Do you have a %{application_name} account?"
msgstr "Har du ett %{application_name} konto?"

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
Binary file modified config/locale/tr_TR/LC_MESSAGES/app.mo
Binary file not shown.
7 changes: 4 additions & 3 deletions config/locale/tr_TR/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
"POT-Creation-Date: 2021-08-18 08:39+0000\n"
"PO-Revision-Date: 2021-08-18 10:39+0200\n"
"POT-Creation-Date: 2021-10-01 11:19+0000\n"
"PO-Revision-Date: 2021-10-01 13:19+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Turkish\n"
"Language: tr_TR\n"
Expand Down Expand Up @@ -1305,7 +1305,7 @@ msgstr "%{authors}"

#: ../../app/models/concerns/exportable_plan.rb:135
msgid "%{affiliation}"
msgstr "%{affiliation}"
msgstr "Bağlı olunan kurum/kuruluş:"

#: ../../app/models/concerns/exportable_plan.rb:137
#: ../../app/models/concerns/exportable_plan.rb:139
Expand Down Expand Up @@ -2413,6 +2413,7 @@ msgid "Do you have a %{application_name} account?"
msgstr "%{application_name} hesabınız var mı?"

#: ../../app/views/devise/registrations/new.html.erb:22
#: ../../app/views/layouts/_navigation.html.erb:63
#: ../../app/views/layouts/_signin_signout.html.erb:41
#: ../../app/views/shared/_access_controls.html.erb:5
#: ../../app/views/shared/_sign_in_form.html.erb:19
Expand Down
2 changes: 1 addition & 1 deletion config/locales/.translation_io
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
timestamp: 1629275957
timestamp: 1633087160
9 changes: 0 additions & 9 deletions config/locales/translation.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ de:
konnte:"
model_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
required: muss ausgefüllt werden
unavailable_session: "Session %{id} ist nicht mehr im Arbeitsspeicher verfügbar.
\n\nSollte Ihr System auf einem Multi-Process-Server (wie Unicorn oder Puma)
laufen, dann speichert der Prozess, den diese Anfrage ansteuert, keine %{id}
im Arbeitspeicher. Sie sollten die Anzahl der Prozesse/Arbeiter auf eins (1)
setzen oder einen anderen Server für die Entwicklung verwenden."
unacceptable_request: " Im Accept-Header wird eine unterstützte Version erwartet."
connection_refused: |-
Ups! Konnte keine Verbindung zur Web-Console-Middleware herstellen.
Bitte stellen Sie sicher, dass ein Rails-Development-Server läuft.
template:
body: 'Bei den folgenden Feldern gibt es Unstimmigkeiten:'
header:
Expand Down
3 changes: 0 additions & 3 deletions config/locales/translation.en-CA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ en-CA:
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
unavailable_session:
unacceptable_request:
connection_refused:
activerecord:
errors:
messages:
Expand Down
3 changes: 0 additions & 3 deletions config/locales/translation.en-GB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ en-GB:
other: "%{count} errors prohibited this %{resource} from being saved:"
model_invalid: 'Validation failed: %{errors}'
required: must exist
unavailable_session:
unacceptable_request:
connection_refused:
template:
body: 'There were problems with the following fields:'
header:
Expand Down
3 changes: 0 additions & 3 deletions config/locales/translation.en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ en-US:
other: "%{count} errors prohibited this %{resource} from being saved:"
model_invalid: 'Validation failed: %{errors}'
required: must exist
unavailable_session:
unacceptable_request:
connection_refused:
template:
body: 'There were problems with the following fields:'
header:
Expand Down
10 changes: 0 additions & 10 deletions config/locales/translation.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,6 @@ es:
other: "%{count} errores impidieron que este %{resource} fuese guardado:"
model_invalid: 'La validación falló: %{errors}'
required: debe existir
unavailable_session: |-
Sesión %{id} ya no se encuentra disponible en la memoria.

Si le sucede a ejecutar en un servidor multi-proceso (como el unicornio o Puma) el proceso de
esta solicitud golpe no almacena %{id} en la memoria. Considere girando el número de
procesos / trabajadores a uno (1) o el uso de un servidor diferente en el desarrollo.
unacceptable_request: Una versión compatible Se espera que en la cabecera Aceptar.
connection_refused: |-
Ups! No se pudo conectar a la consola Web de middleware.
Por favor asegúrese de que un servidor de desarrollo carriles se está ejecutando.
template:
body: 'Se encontraron problemas con los siguientes campos:'
header:
Expand Down
7 changes: 0 additions & 7 deletions config/locales/translation.fi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,6 @@ fi:
other: "%{count} virhettä estivät kohteen %{resource} tallennuksen:"
model_invalid: 'Validointi epäonnistui: %{errors}'
required: täytyy olla
unavailable_session: Istunnon %{id} ei ole enää saatavilla muistissa. Jos satut
ajaa usean prosessin palvelimen (kuten Unicorn tai Puma) prosessi. Tämä pyyntö
osuma ei tallenna %{id} muistiin. Tarkastellaan kääntämällä määrä prosessit
/ työntekijät yhteen (1) tai käyttämällä eri palvelinta kehittämiseen.
unacceptable_request: Pitää olla tuettu versio Hyväksytty otsikossa.
connection_refused: Oho! Yhteys nettikonsolin väliohjelmistoon epäonnistui. Varmista,
että palvelin on käynnissä.
template:
body: 'Seuraavat kentät aiheuttivat ongelmia:'
header:
Expand Down
11 changes: 0 additions & 11 deletions config/locales/translation.fr-CA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@ fr-CA:
header:
one: " 1 erreur a empêché l’enregistrement de %{model}"
other: "%{count} erreurs ont empêché l’enregistrement de %{model} "
unavailable_session: |
La session %{id} n’est plus disponible en mémoire.

S'il vous arrive d’exécuter le processus sur un serveur multi-processus (comme Unicorn ou Puma), le processus cette requête ne stocke pas %{id} en mémoire. Pensez à remettre le nombre de processus ou de travailleurs à un (1) ou à utiliser un autre serveur en développement.
unacceptable_request: 'Une version prise en charge est attendue dans l’en-tête
Accept.

'
connection_refused: |
Oups! Échec de la connexion à l’intergiciel de la console Web.
Veuillez vous assurer qu’un serveur de développement Rails est en cours d'exécution.
activerecord:
errors:
messages:
Expand Down
11 changes: 0 additions & 11 deletions config/locales/translation.fr-FR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,6 @@ fr-FR:
other: "%{count} erreurs ont empêché d’enregistrer ce(tte) %{resource} :"
model_invalid: 'Validation échouée : %{errors}'
required: doit exister
unavailable_session: |-
La session %{id} n'est plus disponible en mémoire.

Si vous utilisez un serveur multi-processus (comme Unicorn ou Puma), le processus
cet appel de requête ne stocke pas %{id} en mémoire. Pensez à tourner le nombre de
processus / travailleurs à un (1) ou en utilisant un serveur différent en développement.
unacceptable_request: Une version prise en charge est attendue dans l'en-tête
Accept.
connection_refused: |-
Oops! Impossible de se connecter à la console Web middleware.
faire S'il vous plaît assurer un serveur de développement de rails est en cours d'exécution.
template:
body: 'Veuillez vérifier les champs suivants : '
header:
Expand Down
Loading