aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/ruby
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:22:05 +0100
committerGitHub <noreply@github.com>2021-02-11 18:22:05 +0100
commit36dd1801df270db5af29576e3ba0c071933e6cca (patch)
treeef4b939a505e2ebd47d22c475db7316f524bfe0d /files/fr/glossary/ruby
parentf3460d511f9c648ecfe89f81187ff69ab68fc4a3 (diff)
parent7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (diff)
downloadtranslated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.gz
translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.bz2
translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.zip
Merge pull request #31 from fiji-flo/unslugging-fr
Unslugging fr
Diffstat (limited to 'files/fr/glossary/ruby')
-rw-r--r--files/fr/glossary/ruby/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/fr/glossary/ruby/index.html b/files/fr/glossary/ruby/index.html
new file mode 100644
index 0000000000..5cb42e0ce6
--- /dev/null
+++ b/files/fr/glossary/ruby/index.html
@@ -0,0 +1,26 @@
+---
+title: Ruby
+slug: Glossary/Ruby
+tags:
+ - Glossaire
+ - Programmation
+ - Ruby
+translation_of: Glossary/Ruby
+original_slug: Glossaire/Ruby
+---
+<p><em>Ruby</em> est un langage de programmation open-source. Dans le domaine du {{glossary("world wide web","web")}}, Ruby est souvent utilisé côté serveur avec le framework <em>Ruby On Rails</em> (ROR) pour développer des applications/sites web.</p>
+
+<h2 id="Pour_en_savoir_plus">Pour en savoir plus</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li><a href="https://fr.wikipedia.org/wiki/Ruby">Ruby</a> sur Wikipédia</li>
+</ul>
+
+<h3 id="Référence_technique">Référence technique</h3>
+
+<ul>
+ <li><a href="https://www.ruby-lang.org">Site web officiel de Ruby</a></li>
+ <li><a href="http://rubyonrails.org/">Site web officiel de Ruby On Rails</a></li>
+</ul>