descriptionThe Ruby Programming Language
homepage URLhttps://www.ruby-lang.org/
repository URLhttps://github.com/ruby/ruby.git
ownermackyle@fastmail.com
last changeFri, 26 Apr 2024 03:03:24 +0000 (25 20:03 -0700)
last refreshFri, 26 Apr 2024 08:31:49 +0000 (26 10:31 +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
5 hours ago dependabot... Bump github/codeql-action from 3.25.2 to 3.25.3master
6 hours ago HASUMI Hitoshi[Universal parser] Decouple IMEMO from rb_ast_t
10 hours ago Alan WuYJIT: Relax `--yjit-verify-ctx` after singleton class...
11 hours ago Peter ZhuUse xcalloc for allocating shape tree
13 hours ago Kevin Newton[PRISM] Raise LoadError when file cannot be read
14 hours ago Josh Nichols[rubygems/rubygems] Add auto_install support to require...
14 hours ago Kevin Newton[ruby/prism] Remove need for Natalie patches
15 hours ago Takashi KokubunUse -v to investigate which test is stuck
16 hours ago tomoya ishida[ruby/reline] Fix inputrc nested $if $else $endif bug
17 hours ago Daniel ColsonDon't use assert_separately in Bug 20453 test
18 hours ago Daniel Colson[Bug #20453] segfault in Regexp timeout
18 hours ago Takashi KokubunYJIT: Optimize local variables when EP == BP (take...
19 hours ago Peter ZhuEmbed rb_gc_function_map_t in rb_vm_t
20 hours ago Kevin Newton[PRISM] Enable more passing tests
22 hours ago David Rodriguez[rubygems/rubygems] Don't upcase Windows ENV when backi...
22 hours ago David Rodriguez[rubygems/rubygems] Remove unnecessary workaround
...
tags
2 days ago v3_0_7
2 days ago v3_1_5
2 days ago v3_3_1
2 days ago v3_2_4
3 months ago v3_2_3
4 months ago v3_3_0
4 months ago v3_3_0_rc1
5 months ago v3_3_0_preview3
7 months ago v3_3_0_preview2
11 months ago v3_3_0_preview1
12 months ago v3_0_6
12 months ago v2_7_8
12 months ago v3_2_2
12 months ago v3_1_4
14 months ago v3_2_1
16 months ago v3_2_0
...
heads
5 hours ago master
2 days ago ruby_3_0
2 days ago ruby_3_1
2 days ago ruby_3_3
2 days ago ruby_3_2
12 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
9 years ago ruby_1_9_2
10 years ago ruby_1_8_7
...