[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Difficile à comprendre"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Informations ou exemple de code incorrects"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Il n'y a pas l'information/les exemples dont j'ai besoin"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problème de traduction"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Autre"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Facile à comprendre"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"J'ai pu résoudre mon problème"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Autre"
}]
Voulez-vous nous donner plus d'informations ?
Envoyer des commentaires
Configurer votre environnement de développement
Pour configurer votre environnement pour le développement sur Ruby :
Installez la dernière version de Ruby.
Consultez la page Environnement d'exécution Ruby pour obtenir la liste des versions compatibles ou reportez-vous à la page À propos des environnements d'exécution personnalisés pour en savoir plus sur l'utilisation d'autres versions de Ruby.
Installez et initialisez le SDK Cloud. Si le SDK Cloud est déjà installé et initialisé, exécutez la commande gcloud components update
pour le mettre à jour en installant la dernière version.
Le SDK Cloud vous fournit les outils de ligne de commande gcloud
permettant de déployer et de gérer vos applications.
En le téléchargeant, vous acceptez de respecter les Conditions d'utilisation du SDK Cloud pour App Engine.
Installer et initialiser le SDK Cloud
Installez Git pour accéder au code, aux exemples, aux bibliothèques et aux outils de GitHub .
Installer Git
Installez les outils ou le framework de votre choix. Par exemple, vous pouvez utiliser le framework Sinatra ou Ruby on Rails .
Pour gérer facilement vos dépendances Ruby, installez Bundler :
gem install bundler
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Difficile à comprendre"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Informations ou exemple de code incorrects"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Il n'y a pas l'information/les exemples dont j'ai besoin"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problème de traduction"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Autre"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Facile à comprendre"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"J'ai pu résoudre mon problème"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Autre"
}]
Voulez-vous nous donner plus d'informations ?
Envoyer des commentaires
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-07 UTC.