aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/ruby/index.html
blob: f2e8f49cbb44f4bbc841c3b3d35be106232c026b (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
25
26
27
---
title: Ruby
slug: Glossary/Ruby
tags:
  - CodingScripting
  - Glossary
  - Ruby
translation_of: Glossary/Ruby
---
<p><strong>Ruby</strong> はオープンソースのプログラミング言語です。{{glossary("world wide web","Web")}} コンテキストでは、Ruby はウェブサイト/アプリを生産するための <em>Ruby On Rails</em> (ROR) フレームワークと一緒にサーバー・サイドでよく使用されます。</p>

<p>ルビはまた、HTML で東アジアのテキストを強調して発音情報を与える方法でもあります;  {{HTMLElement("ruby")}} 要素を見てください。</p>

<h2 id="Learn_More" name="Learn_More">Learn More</h2>

<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>

<ul>
 <li>Wikipeia 上の <a href="https://ja.wikipedia.org/wiki/Ruby">Ruby</a> </li>
</ul>

<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3>

<ul>
 <li><a href="https://www.ruby-lang.org">Ruby の公式 Web サイト</a></li>
 <li><a href="http://rubyonrails.org/">Ruby On Rails の公式 Web サイト</a></li>
</ul>