aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossaire/ruby
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/fr/glossaire/ruby
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/fr/glossaire/ruby')
-rw-r--r--files/fr/glossaire/ruby/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/files/fr/glossaire/ruby/index.html b/files/fr/glossaire/ruby/index.html
new file mode 100644
index 0000000000..26e48d7db2
--- /dev/null
+++ b/files/fr/glossaire/ruby/index.html
@@ -0,0 +1,25 @@
+---
+title: Ruby
+slug: Glossaire/Ruby
+tags:
+ - Glossaire
+ - Programmation
+ - Ruby
+translation_of: Glossary/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>