aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/ruby
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit68fc8e96a9629e73469ed457abd955e548ec670c (patch)
tree8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/glossary/ruby
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip
unslug pt-br: move
Diffstat (limited to 'files/pt-br/glossary/ruby')
-rw-r--r--files/pt-br/glossary/ruby/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/pt-br/glossary/ruby/index.html b/files/pt-br/glossary/ruby/index.html
new file mode 100644
index 0000000000..b247016e17
--- /dev/null
+++ b/files/pt-br/glossary/ruby/index.html
@@ -0,0 +1,24 @@
+---
+title: Ruby
+slug: Glossario/Ruby
+tags:
+ - Glossário
+ - Ruby
+translation_of: Glossary/Ruby
+---
+<p><em>Ruby</em> é uma linguagem de programação de código aberto. Em um contexto {{glossary("world wide web","Web")}}, Ruby é geralmente usado em servidores com o framework <em>Ruby On Rails</em> (ROR) para produzir websites/apps.</p>
+
+<h2 id="Aprenda_Mais">Aprenda Mais</h2>
+
+<h3 id="Conhecimento_geral">Conhecimento geral</h3>
+
+<ul>
+ <li><a href="https://en.wikipedia.org/wiki/Ruby_%28programming_language%29">Ruby</a> on Wikipedia</li>
+</ul>
+
+<h3 id="Referência_técnica">Referência técnica</h3>
+
+<ul>
+ <li><a href="https://www.ruby-lang.org">Site oficial do Ruby</a></li>
+ <li><a href="http://rubyonrails.org/">Site oficial do Ruby On Rails</a></li>
+</ul>