blob: 04a87e53befb777f4701653e6a691ba3432117ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
title: Ruby
slug: Glossary/Ruby
tags:
- Glosario
- Ruby
translation_of: Glossary/Ruby
---
<p><em>Ruby</em> es un lenguaje de programación de código abierto. En el contexto {{glossary("world wide web","Web")}}, Ruby se suele usar en el lado del servidor con el marco <em>Ruby On Rails</em> (ROR) para producir sitios web y aplicaciones.</p>
<h2 id="Saber_más">Saber más</h2>
<h3 id="Conocimiento_general">Conocimiento general</h3>
<ul>
<li><a href="https://es.wikipedia.org/wiki/Ruby">Ruby</a> en Wikipedia</li>
</ul>
<h3 id="Referencias_técnicas">Referencias técnicas</h3>
<ul>
<li><a href="https://www.ruby-lang.org/es/">Sitio web oficial de Ruby</a></li>
<li><a href="https://rubyonrails.org/">Sitio web oficial de Ruby On Rails</a></li>
</ul>
|