descriptionThe Ruby Programming Language
homepage URLhttps://www.ruby-lang.org/
repository URLhttps://github.com/ruby/ruby.git
ownermackyle@fastmail.com
last changeMon, 13 May 2024 18:04:55 +0000 (13 18:04 +0000)
last refreshMon, 13 May 2024 21:29:09 +0000 (13 23:29 +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 David Rodriguez[rubygems/rubygems] Restore previous way of loading... master
3 hours ago David Rodriguez[rubygems/rubygems] Don't load `SharedHelpers` unnecess...
3 hours ago David Rodriguez[rubygems/rubygems] Don't depend on Pathname unnecessarily
5 hours ago Kevin Newton[ruby/prism] Rescue LoadError for ruby_parser as well
5 hours ago Koichi ITO[ruby/prism] Add error handling for missing `parser...
6 hours ago Kevin Newton[ruby/prism] Autoload newlines and comment visitors
8 hours ago Samuel Giddins[rubygems/rubygems] Use a constant empty tar header...
11 hours ago Vít Ondruch[rubygems/rubygems] Use spec.base_dir to remove plugins
11 hours ago David Rodriguez[rubygems/rubygems] Improve plugin removal test
12 hours ago David Rodriguez[rubygems/rubygems] Fix error when Bundler installation...
12 hours ago David Rodriguez[rubygems/rubygems] Avoid standard requires while loadi...
12 hours ago David Rodriguez[rubygems/rubygems] Require things right before they...
22 hours ago Nobuyoshi NakadaConstify encoding type in universal parser
38 hours ago Nobuyoshi Nakada[Bug #20482] [DOC] Clarify about pattern maching guard...
39 hours ago Nobuyoshi Nakadaripper: Fix opassign when assignment to backref variables
39 hours ago Nobuyoshi Nakadaripper: Use `$&` instead of quoting charaters in tests
...
tags
2 weeks ago v3_0_7
2 weeks ago v3_1_5
2 weeks ago v3_3_1
2 weeks ago v3_2_4
3 months ago v3_2_3
4 months ago v3_3_0
5 months ago v3_3_0_rc1
6 months ago v3_3_0_preview3
7 months ago v3_3_0_preview2
12 months ago v3_3_0_preview1
13 months ago v3_0_6
13 months ago v2_7_8
13 months ago v3_2_2
13 months ago v3_1_4
15 months ago v3_2_1
16 months ago v3_2_0
...
heads
3 hours ago master
5 days ago ruby_3_2
13 days ago ruby_3_3
2 weeks ago ruby_3_0
2 weeks ago ruby_3_1
13 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
...