descriptionThe Ruby Programming Language
homepage URLhttps://www.ruby-lang.org/
repository URLhttps://github.com/ruby/ruby.git
ownermackyle@fastmail.com
last changeTue, 1 Oct 2024 19:47:20 +0000 (1 15:47 -0400)
last refreshTue, 1 Oct 2024 21:45:31 +0000 (1 23:45 +0200)
content tags
add:
README.md

Actions Status: MinGW Actions Status: RJIT Actions Status: Ubuntu Actions Status: Windows Travis Status

What is Ruby?

Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible.

Features of Ruby

How to get Ruby

For a complete list of ways to install Ruby, including using third-party tools like rvm, see:

https://www.ruby-lang.org/en/downloads/

You can download release packages and the snapshot of the repository. If you want to download whole versions of Ruby, please visit https://www.ruby-lang.org/en/downloads/releases/.

Download with Git

The mirror of the Ruby source tree can be checked out with the following command:

$ git clone https://github.com/ruby/ruby.git

There are some other branches under development. Try the following command to see the list of branches:

$ git ls-remote https://github.com/ruby/ruby.git

You may also want to use https://git.ruby-lang.org/ruby.git (actual master of Ruby source) if you are a committer.

How to build

See Building Ruby

Ruby home page

https://www.ruby-lang.org/

Documentation

Mailing list

There is a mailing list to discuss Ruby. To subscribe to this list, please send the following phrase:

join

in the mail subject (not body) to the address ruby-talk-request@ml.ruby-lang.org.

Copying

See the file COPYING.

Feedback

Questions about the Ruby language can be asked on the Ruby-Talk mailing list or on websites like https://stackoverflow.com.

Bugs should be reported at https://bugs.ruby-lang.org. Read "Reporting Issues" for more information.

Contributing

See "Contributing to Ruby", which includes setup and build instructions.

The Author

Ruby was originally designed and developed by Yukihiro Matsumoto (Matz) in 1995.

<matz@ruby-lang.org>

shortlog
3 hours ago BurdetteLamar[DOC] Tweaks for Array#keep_ifmaster
3 hours ago BurdetteLamar[DOC] Tweaks for Array#join
3 hours ago Kevin Newton[ruby/prism] Disallow dynamic patterns in labels at...
5 hours ago tomoya ishida[ruby/reline] Fix Reline crash with invalid encoding...
7 hours ago Kevin NewtonResync to latest Prism
7 hours ago ydahUse user defined inline rules `user_or_keyword_variable`
9 hours ago Kevin Newton[ruby/prism] Disallow empty labels when not allowed
9 hours ago Kevin Newton[ruby/prism] Disallow &. after endless range
10 hours ago Peter ZhuReplace heap_eden_total_slots with objspace_available_slots
11 hours ago Nobuyoshi Nakada[Bug #20764] Refactor argument forwarding in lambda
13 hours ago Nobuyoshi Nakada[Bug #20755] Frozen string should not be writable via...
13 hours ago Hiroshi SHIBATADefine RactorLocalSingleton on .mspec.constants
13 hours ago Hiroshi SHIBATATemporary disabled RactorLocalSingleton from constant...
13 hours ago rm155[ruby/singleton] Make compatible with Ruby 2.4
13 hours ago rm155[ruby/singleton] Clean VERSION freezing
13 hours ago rm155[ruby/singleton] Only use RactorLocalSingleton if Racto...
...
tags
4 weeks ago v3_3_5
2 months ago v3_2_5
2 months ago v3_3_4
3 months ago v3_3_3
4 months ago v3_3_2
4 months ago v3_1_6
4 months ago v3_4_0_preview1
5 months ago v3_0_7
5 months ago v3_1_5
5 months ago v3_3_1
5 months ago v3_2_4
8 months ago v3_2_3
9 months ago v3_3_0
9 months ago v3_3_0_rc1
10 months ago v3_3_0_preview3
12 months ago v3_3_0_preview2
...
heads
3 hours ago master
30 hours ago ruby_3_3
39 hours ago ruby_3_1
5 days ago ruby_3_2
5 months ago ruby_3_0
18 months ago ruby_2_7
2 years ago ruby_2_6
3 years ago ruby_2_5
4 years ago ruby_2_4
5 years ago ruby_2_3
6 years ago ruby_2_2
8 years ago ruby_2_1
8 years ago ruby_2_0_0
9 years ago ruby_1_9_3
10 years ago ruby_1_9_2
10 years ago ruby_1_8_7
...